@charset "UTF-8";


.ahm-content-end-marker {
all: initial;
display: block;
height: 0;
width: 100%;
}
.ahm-heatmap-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
font-family: Arial, sans-serif;
font-size: 30px;
font-weight: bold;
text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff;
color: #000;
background-color: rgba(0, 0, 0, 0.2);
overflow: hidden;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-user-select: none;
cursor: default;
pointer-events: none;
}
.ahm-heatmap-flow {
position: relative;
}
.ahm-heatmap-container .height-40px {
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 100%;
}
.ahm-heatmap-container .count-bar {
font-size: 12px;
position: absolute;
right: 0;
min-width: 48px;
height: 40px;
text-align: center;
line-height: 40px;
background: #ef96;
}
.ahm-nav .nav-tab-disabled {
opacity: 0.64;
pointer-events: none;
}
.ahm-nav .nav-tab {
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.ahm-nav .nav-tab .dashicons {
position: relative;
top: 1px;
}
.ahm-nav .nav-tab-active,
.ahm-nav .nav-tab-active:hover,
.ahm-nav .nav-tab-active:focus {
background: #fff;
}
.ahm-footer {
font-weight: bold;
font-size: larger;
text-align: right;
color: #aaa;
text-shadow: 1px 1px 1px #fff;
}
#ahm-description {
border: 1px solid #ccc;
border-radius: 0.5em;
padding: 0.5em 1em 0;
margin: 0.5em 0;
width: 100%;
box-sizing: border-box;
}
#ahm-description legend {
font-weight: bold;
}
#ahm-description img {
max-width: 100%;
}
#ahm-description .outer {
width: 100%;
overflow: hidden;
}
#ahm-description .inner {
display: flex;
width: 300%;
flex-flow: row nowrap;
position: relative;
}
#ahm-description .description {
width: 100%;
}
#ahm-description.click-heatmap .inner {
left: 0;
}
#ahm-description.breakaway-heatmap .inner {
left: -100%;
}
#ahm-description.attention-heatmap .inner {
left: -200%;
}
#ahm-view-form .wp-list-table thead a .dashicons,
#ahm-view-form .wp-list-table tfoot a .dashicons {
position: relative;
top: 1px;
}
#ahm-view-form .wp-list-table .sorting-indicator {
display: inline-block;
}
#ahm-view-form .wp-list-table thead,
#ahm-view-form .wp-list-table tfoot {
white-space: nowrap;
}
#ahm-view-form .wp-list-table th.sortable:not(.column-page) a span,
#ahm-view-form .wp-list-table th.sorted:not(.column-page) a span {
float: unset;
}
#ahm-view-form .wp-list-table .column-page {
word-break: break-all;
}
#ahm-view-form .wp-list-table .click_pc,
#ahm-view-form .wp-list-table .breakaway_pc,
#ahm-view-form .wp-list-table .attention_pc,
#ahm-view-form .wp-list-table .click_mobile,
#ahm-view-form .wp-list-table .breakaway_mobile,
#ahm-view-form .wp-list-table .attention_mobile {
white-space: nowrap;
text-align: right;
}
#ahm-view-form .wp-list-table .ahm-cell {
display: inline-block;
width: 100%;
text-align: right;
font-variant-numeric: tabular-nums;
cursor: pointer;
white-space: nowrap;
-ms-user-select: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
#ahm-view-form .wp-list-table .ahm-cell-blank,
#ahm-unread-form .wp-list-table .ahm-cell-blank {
color: #ccc;
cursor: default;
-ms-user-select: none;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
display: inline-block;
text-align: center;
min-width: 57px;
}
#ahm-view-form .wp-list-table .ahm-cell:not(:hover):not(:active):not(:focus) {
color: #555;
}
#ahm-view-form .wp-list-table .ahm-cell .dashicons {
vertical-align: text-bottom;
position: relative;
top: 2px;
}
#ahm-view-form .wp-list-table .ahm-cell:not(:hover):not(:active):not(:focus) .dashicons {
visibility: hidden;
}
@media screen and (max-width: 782px) {
#ahm-view-form .ahm-footer {
visibility: hidden;
}
#ahm-view-form .wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary ~ td:not(.check-column) {
padding-left: 50%;
}
#ahm-view-form .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.column-primary)::before {
width: 50%;
line-height: 2;
}
#ahm-view-form .ahm-cell,
#ahm-view-form .ahm-cell-blank {
line-height: 2;
}
#ahm-description ~ .subsubsub {
display: none;
}
}
#ahm-unread-form .wp-list-table .pc,
#ahm-unread-form .wp-list-table .mobile {
white-space: nowrap;
min-width: calc(200px + 4.5em);
}
#ahm-unread-form .ahm-ratio {
line-height: 60px;
font-size: 150%;
width: 3em;
display: inline-block;
text-align: right;
}
#ahm-unread-form .ahm-ratio::after {
content: "%";
}
#ahm-unread-form .ahm-ratio.warning {
color: #f00;
}
#ahm-unread-form .ahm-ratio.normal,
#ahm-unread-form .ahm-ratio.na {
color: #ccc;
}
#ahm-unread-form .ahm-ratio.na::after {
visibility: hidden;
}
#ahm-unread-form .ahm-heatmap-databox {
display: none;
width: 192px;
padding-right: 6px;
margin-left: 2px;
text-align: right;
position: relative;
}
#ahm-unread-form tr.ahm-show-databox .ahm-heatmap-databox {
display: block;
}
#ahm-unread-form .ahm-heatmap-databox-column {
display: inline-block;
min-width: 64px;
}
#ahm-unread-form .ahm-heatmap-databox-column .dashicons-external {
visibility: hidden;
}
#ahm-unread-form .ahm-heatmap-databox-column:hover .dashicons-external {
visibility: visible;
}
.ahm-unread-legend {
display: inline-block;
width: 1.5em;
height: 1em;
border: 1px solid rgba(0, 0, 0, 40%);
}
#ahm-options-form .ahm-inline-block {
display: inline-block;
}
#ahm-options-form input[type="range"] {
float: left;
margin-right: 0.5em;
}
#ahm-options-form input[type="range"]:not(:disabled) {
cursor: pointer;
}
#ahm-options-form input[type="range"] + span {
display: inline-block;
}
#ahm-options-form .premium-options {
font-size: smaller;
font-weight: bold;
background: #800080;
color: #fff;
padding: 0.1em 0.3em;
border-radius: 0.2em;
}
#ahm-options-form th .dashicons-editor-help {
cursor: pointer;
opacity: 0.4;
}
#ahm-options-form th .ahm-tooltip:focus .dashicons-editor-help,
#ahm-options-form th .ahm-tooltip:hover .dashicons-editor-help {
opacity: 1;
}
#ahm-options-form th .ahm-tooltip > div {
display: none;
position: absolute;
z-index: 9999;
border-radius: 0.25em;
border: 2px solid rgba(0, 0, 0, 0.4);
background: rgba(255, 255, 255, 0.9375);
padding: 0.25em 1.5em;
font-weight: normal;
}
div.ahm-unread-list-page {
width: 100%;
border-radius: 0.3em;
}
div.ahm-unread-list-page-inner {
min-height: 60px;
}
div.ahm-pt {
display: flex;
flex-flow: row wrap;
text-align: center;
}
div.ahm-c2 {
width: 50%;
}
div.ahm-c6 {
width: 16.6666%;
}
div.ahm-unread-list-page-hover {
display: none;
position: absolute;
z-index: 9999;
border-radius: 0.25em;
border: 2px solid rgba(0, 0, 0, 0.4);
background: rgba(255, 255, 255, 0.9375);
padding: 0.25em 1.5em;
font-weight: normal;
cursor: auto;
}
@media not screen and (max-width: 782px) {
div.ahm-unread-list-page {
cursor: pointer;
}
div.ahm-unread-list-page:focus,
div.ahm-unread-list-page:hover {
background-color: rgba(127, 127, 127, 0.125);
box-shadow: 0 0 0 0.35em rgba(127, 127, 127, 0.125);
}
div.ahm-unread-list-page:focus {
outline: solid 0.1em rgba(127, 127, 127, 0.5);
outline-offset: 0.25em;
}
div.ahm-unread-list-page:focus div.ahm-unread-list-page-hover,
div.ahm-unread-list-page:hover div.ahm-unread-list-page-hover {
display: block;
}
div.ahm-c2,
div.ahm-c6 {
margin: 0.1em 0;
}
div.ahm-c2::after {
display: block;
content: "";
width: 95%;
height: 0.125em;
margin: 0 auto;
border-radius: 0.1em;
background: #ccc;
}
}
@media screen and (max-width: 782px) {
div.ahm-unread-list-page-inner {
min-height: unset;
}
.is-expanded div.ahm-unread-list-page-hover {
position: static;
display: block;
}
.is-expanded div.ahm-pt {
flex-flow: column wrap;
height: 9em;
}
.is-expanded div.ahm-c2 {
width: unset;
height: 4.5em;
line-height: 4.5;
}
.is-expanded div.ahm-c2::after {
content: "";
display: inline-block;
float: right;
width: 0.15em;
height: 3.7em;
margin: 0.4em 0;
border-radius: 0.1em;
background: #ccc;
}
.is-expanded div.ahm-c6 {
width: unset;
height: 1.5em;
}
}
#ahm-options-form input[type="radio"] + label > div {
padding-left: 20px;
}
#ahm-options-form th .ahm-tooltip:focus > div,
#ahm-options-form th .ahm-tooltip:hover > div {
display: block;
}
#ahm-options-form input[type="radio"]:checked + span,
#ahm-options-form input[type="radio"]:checked + label > span:first-child {
font-weight: bold;
}
#ahm-options-form input[type="text"] {
display: block;
width: 100%;
}
#ahm-vs {
border-collapse: collapse;
table-layout: fixed;
}
#ahm-vs td {
text-align: center;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
#ahm-vs th {
text-align: center;
font-weight: bold;
border-left: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
}
#ahm-vs tbody th {
text-align: left;
}
#ahm-vs th:first-child {
width: 18em;
}
#ahm-vs td:first-child,
#ahm-vs th:first-child {
border-left: none;
}
#ahm-vs td:last-child,
#ahm-vs th:last-child {
border-right: none;
}
#ahm-vs .dashicons-no-alt {
color: #aaa;
}
#ahm-vs .current .dashicons-yes-alt {
color: #36f;
}
#ahm-vs .current .dashicons-no-alt {
color: #f00;
}
#ahm-vs .ib {
display: inline-block;
}ul.wp-block-kadence-posts.kb-posts{list-style:none;margin:0;padding:0}.wp-block-kadence-posts .loop-entry{box-shadow:0px 15px 25px -10px rgba(0,0,0,.05);border-radius:.25rem}.wp-block-kadence-posts .content-bg{background:var(--global-palette9, #fff)}.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg{background:rgba(0,0,0,0);box-shadow:none}.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg>.entry-content-wrap{padding:0}.wp-block-kadence-posts.kb-posts-style-unboxed .loop-entry.content-bg .post-thumbnail{margin-bottom:1em}.wp-block-kadence-posts .entry-meta{font-size:80%;margin:1em 0;display:flex;flex-wrap:wrap}.wp-block-kadence-posts .entry-meta>*{display:inline-flex;align-items:center;flex-wrap:wrap}.wp-block-kadence-posts .entry-meta>* time{white-space:nowrap}.wp-block-kadence-posts .entry-meta a{color:inherit;text-decoration:none}.wp-block-kadence-posts .entry-meta .meta-label{margin-right:.2rem}.wp-block-kadence-posts .entry-meta .author-avatar{width:25px;height:25px;margin-right:.5rem;position:relative;display:inline-block}.wp-block-kadence-posts .entry-meta .author-avatar a.author-image{position:absolute;left:0;right:0;top:0;bottom:0}.wp-block-kadence-posts .entry-meta .author-avatar .image-size-ratio{padding-bottom:100%;display:block}.wp-block-kadence-posts .entry-meta .author-avatar img{position:absolute;left:0;top:0;bottom:0;right:0;border-radius:50%}.wp-block-kadence-posts .entry-meta>*:after{margin-left:.5rem;margin-right:.5rem;content:"";display:inline-block;background-color:currentColor;height:.25rem;width:.25rem;opacity:.8;border-radius:9999px;vertical-align:.1875em}.wp-block-kadence-posts .entry-meta.entry-meta-divider-slash>*:after{content:"/";height:auto;background:rgba(0,0,0,0)}.wp-block-kadence-posts .entry-meta.entry-meta-divider-dash>*:after{content:"-";height:auto;background:rgba(0,0,0,0)}.wp-block-kadence-posts .entry-meta.entry-meta-divider-vline>*:after{content:"|";height:auto;background:rgba(0,0,0,0)}.wp-block-kadence-posts .entry-meta>*:last-child:after{display:none}.wp-block-kadence-posts .entry-meta-divider-customicon.entry-meta>*>.kadence-svg-iconset{margin-right:.3em;margin-left:.8em}.wp-block-kadence-posts .entry-meta-divider-customicon.entry-meta>*:after{display:none}.wp-block-kadence-posts .loop-entry .entry-header .entry-title{margin:0}.wp-block-kadence-posts .loop-entry .entry-summary p,.wp-block-kadence-posts .loop-entry .entry-header .entry-meta{margin:1em 0}.wp-block-kadence-posts .loop-entry .entry-content-wrap{padding:2rem}.wp-block-kadence-posts .updated:not(.published){display:none}.wp-block-kadence-posts .updated-on .updated:not(.published){display:inline-block}.wp-block-kadence-posts .entry-summary{margin:var(--global-xs-spacing) 0 0}.wp-block-kadence-posts a.post-more-link{font-weight:bold;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;color:inherit;font-size:80%}.wp-block-kadence-posts a.post-more-link .kadence-svg-iconset{margin-left:.5em;display:inline-flex;align-self:center}.wp-block-kadence-posts a.post-more-link .kadence-svg-iconset svg{height:1em;width:1em;top:.125em;position:relative}.wp-block-kadence-posts a.post-more-link:hover{color:var(--global-palette-highlight)}.wp-block-kadence-posts .more-link-wrap{margin-top:var(--global-xs-spacing);margin-bottom:0}.wp-block-kadence-posts .entry-taxonomies{margin-bottom:.5em;letter-spacing:.05em;font-size:70%;text-transform:uppercase}.wp-block-kadence-posts .entry-taxonomies a{text-decoration:none;font-weight:bold}.wp-block-kadence-posts .entry-taxonomies .category-style-pill a{background:var(--global-palette-highlight);color:#fff;padding:.25rem;border-radius:.25rem;margin-right:.25rem;margin-bottom:.25rem;display:inline-block;line-height:1.2}.wp-block-kadence-posts .entry-taxonomies .category-style-pill a:last-child{margin-right:0}.wp-block-kadence-posts .entry-taxonomies .category-style-pill a:hover{color:#fff}.wp-block-kadence-posts .entry-taxonomies .category-style-underline a{text-decoration:underline}.wp-block-kadence-posts .loop-entry.type-post .entry-taxonomies .category-style-pill a{color:#fff}@media screen and (max-width: 767){.wp-block-kadence-posts .loop-entry .entry-taxonomies{margin-bottom:1em}}.wp-block-kadence-posts.grid-cols{display:grid;grid-template-columns:minmax(0, 1fr);column-gap:2.5rem;row-gap:2.5rem}.wp-block-kadence-posts.grid-cols:before{display:none}.wp-block-kadence-posts.grid-xs-col-1{grid-template-columns:minmax(0, 1fr)}.wp-block-kadence-posts.grid-xs-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.wp-block-kadence-posts.grid-xs-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.wp-block-kadence-posts.grid-xs-col-4{grid-template-columns:1fr 1fr 1fr 1fr}.wp-block-kadence-posts .loop-entry .post-thumbnail{display:block;height:0;padding-bottom:66.67%;overflow:hidden;position:relative;margin:0}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-1-2{padding-bottom:50%}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-9-16{padding-bottom:56.25%}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-1-1{padding-bottom:100%}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-3-4{padding-bottom:75%}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-5-4{padding-bottom:125%}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-4-3{padding-bottom:133%}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-3-2{padding-bottom:150%}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-inherit{padding-bottom:0;height:auto}.wp-block-kadence-posts .loop-entry .post-thumbnail.kadence-thumbnail-ratio-inherit .post-thumbnail-inner{position:static}.wp-block-kadence-posts .loop-entry .post-thumbnail .post-thumbnail-inner{position:absolute;top:0;bottom:0;left:0;right:0}.wp-block-kadence-posts .loop-entry .post-thumbnail img{flex:1;height:100%;object-fit:cover;width:100%;margin:0}@media screen and (min-width: 768px){.wp-block-kadence-posts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image){display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 2fr)}.wp-block-kadence-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry{gap:2rem}.wp-block-kadence-posts.kb-posts-style-unboxed.grid-lg-col-1.item-image-style-beside article.loop-entry .post-thumbnail{margin-bottom:0}.wp-block-kadence-posts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail.kb-post-no-image{grid-template-columns:minmax(0, 1fr)}}@media screen and (max-width: 767px){.wp-block-kadence-posts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail{display:block}}@media screen and (min-width: 576px){.wp-block-kadence-posts.grid-sm-col-1{grid-template-columns:minmax(0, 1fr)}.wp-block-kadence-posts.grid-sm-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.wp-block-kadence-posts.grid-sm-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.wp-block-kadence-posts.grid-sm-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 768px){.wp-block-kadence-posts.grid-md-col-1{grid-template-columns:minmax(0, 1fr)}.wp-block-kadence-posts.grid-md-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.wp-block-kadence-posts.grid-md-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.wp-block-kadence-posts.grid-md-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media screen and (min-width: 1025px){.wp-block-kadence-posts.grid-lg-col-1{grid-template-columns:minmax(0, 1fr)}.wp-block-kadence-posts.grid-lg-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.wp-block-kadence-posts.grid-lg-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.wp-block-kadence-posts.grid-lg-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.wp-block-kadence-posts.grid-lg-col-5{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.wp-block-kadence-posts.grid-lg-col-6{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}@media screen and (min-width: 1200px){.wp-block-kadence-posts.grid-xl-col-1{grid-template-columns:minmax(0, 1fr)}.wp-block-kadence-posts.grid-xl-col-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.wp-block-kadence-posts.grid-xl-col-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.wp-block-kadence-posts.grid-xl-col-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.wp-block-kadence-posts.grid-xl-col-5{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.wp-block-kadence-posts.grid-xl-col-6{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}}