/* CSS Document */
/* html, body, form, input, textarea, a, p, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote, select, input[type=button], input[type=select], input[type=submit], input[type=reset], input[type=file]::-webkit-file-upload-button, button { */


* {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
p,
div,
ul,
ol,
li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
form,
input,
textarea,
dl,
dt,
dd,
img,
form,
fieldset,
input,
textarea,
blockquote,
select,
button, nav a {
    font-family: "Yanone Kaffeesatz";
    font-size: 22px;
}
 .lobster {
        color: white;
        font-family: 'Lobster', arial, serif;
        padding: 0;
        margin: 0;
        /* text-stroke: 1px black; */
        /* text-fill-color: white; */
        text-shadow:
          1px 1px 0 #000,
          -1px -1px 0 #000,
          1px -1px 0 #000,
          -1px 1px 0 #000,
          1px 1px 0 #000;
      }

@font-face {
    font-family: 'Lobster';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster'), local('Lobster-Regular'), url(https://fonts.gstatic.com/s/lobster/v16/NIaFDq6p6eLpSvtV2DTNDQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
  }
  
  @font-face {
    font-family: 'Lobster Two';
    font-style: normal;
    font-weight: 400;
    src: local('Lobster Two'), local('LobsterTwo'), url(https://fonts.gstatic.com/s/lobstertwo/v8/Law3VVulBOoxyKPkrNsAaLrIa-7acMAeDBVuclsi6Gc.woff) format('woff');
  }

form,
input,
textarea,
p,
ul,
ol,
dl,
dt,
dd,
img,
form,
fieldset,
input,
textarea,
blockquote,
select,
button {
    line-height: 30px;
}

.gs-title,
a.gs-title {
    font-size: 2rem;
}

html,
body,
#darklight body {
    margin: 0 0 0 0;
    background-color: #efefef;
    text-decoration-color: rgb(16, 16, 238);
    padding: 0 0;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.funkbloglogo {
    top: 0;
}

.site-header {
    top: -64px;
}

body.light,
html.light,
table.light,
td.light,
tr.light {
    color: black;
    text-decoration-color: rgb(0, 0, 238);
    background-color: #eeeeee;
}

body.dark,
html.dark {
    background-color: #012345;
    background-image: url("/gif/bg-big-blue-gradient.gif");
    background-repeat: repeat-x;
    color: white;
    text-decoration-color: white;
}

#black body,
div.black {
    background-color: black;
    color: white;
}

.bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.bg img {
    position: absolute;
    margin: 0 0 0 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

img.icon,
img.littleStoreIcons {
    width: 32px;
    height: 32px;
}

.object-fit_scale-down,
img.object-fit_scale-down,
a.object-fit_scale-down,
img.size-large,
img.size-medium,
img.size-full,
a.size-medium {
    width: auto;
    max-width: 100%;
    object-fit: scale-down;
}

iframe.iframe,
iframe {
    width: auto;
    max-width: 100%;
    object-fit: scale-down;
}

.blkborder,
img.blkborder,
iframe,
iframe.iframe,
textarea:focus,
input:focus,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
textarea,
input {
    border: 1px solid black;
}

input.button {
    width: 100px;
    right: 20px;
    bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 10px solid rgb(97, 97, 97);
}

input.button:hover {
    background: #fff;
    color: #09C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-block-start: 0.1em;
    margin-block-end: 0.3em;
}

img.blackback {
    background: black;
    border: 2px black solid;
}

img.bands {
    width: 64px;
    height: 64px;
    border: 2px black solid;
}

.error {
    background-image: "/gif/bg-home.gif";
    background-color: #234501;
    color: white;
}

.footer_container strong {
    font-weight: bold;
}

.footer_container ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.footer_container ul li {
    width: 160px;
    float: left;
}

.bands {
    width: calc(40px + 6%);
    height: auto;
    display: inline-flex;
}
strong,
code {
    background: rgba(150, 150, 255, 0.1);
    overflow: hidden;
    margin: 0 0 0 0;
    max-width: 90% !important
}

.nowrapper, .nowrap { 
    white-space: nowrap;
}

/* ************** ANCHORS AND LINKS ****************** */

.nav-prev a,
.nav-next a,
.nav-prev div,
.nav-next div {
    text-decoration: none;
    font-weight: 600;
    vertical-align: center;
    display: inline-flex;
    text-overflow: ellipsis;
}

.nav-prev a:hover,
.nav-next a:hover {
    background-color: teal;
    color: white;
    text-decoration: underline;
}
/* .amuheader,
a.amuheader,
img.amuheader {
    margin-top: -50px;
} */
.amuheader,
a.amuheader,
img.amuheader {
    margin-top: 0;
}

p,
a,
a.content {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 99% !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

a,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a {
    color: rgb(16, 16, 220);
}

a:hover {
    color: rgb(16, 16, 220);
}

a:visited {
    color: rgb(32, 16, 140);
}

/* a:active,  */
/* a.lobstar, */
a.lobster:active,
a.lobster:visited {
    color: white;
    background-color: rgb(18, 18, 159);
    background-color: rgba(18, 18, 159, 0.7);
}

@media (orientation: landscape) and (max-width: 600px) {
    .amuheader,
    a.amuheader,
    img.amuheader {
        /* background-color: red ; */
        margin-top: 0;
    }
}

@media (orientation: portrait) and (max-device-width: 600px) {
    .amuheader,
    a.amuheader,
    img.amuheader {
        /* background-color: purple ; */
        margin-top: -16px;
    }
}


/* @media (orientation: portrait) and (max-device-width: 600px) {
  .amuheader, a.amuheader, img.amuheader { 
    background-color: purple ;
    margin-top: 0; 
  }
} */

@media (orientation: landscape) and (max-device-width: 900px),
(orientation: landscape) and (max-width: 1020px) {
    .bands {
        width: calc(30px + 6%);
        height: auto;
    }
    .current {
        width: calc(30px + 10%);
        height: auto;
    }
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

a.dark,
a.dark:visited,
#dark a,
#handylinks a,
#dark a:visited,
.dark>a,
a.button,
a:visited.button {
    color: white;
    text-decoration-color: white;
    background-color: black;
    font-weight: bold;
}

#header a:hover,
/* #handylinks a:hover, */
a:hover.button,
.dark>a:hover,
#omd a:hover,
/* a:hover.button, */
div.button {
    text-decoration: underline;
    background: white;
    color: black;
    text-decoration-color: black;
}

#handylinks img {
    width: 16px;
    height: 16px;
}

a.dark:link,
a.dark:visited,
a.dark:hover,
a.dark,
.dark>a {
    text-decoration-color: white;
    color: white;
    background-color: rgb(64, 64, 64);
    background-color: rgba(32, 64, 128, 0.3);
}

#grey a,
#grey a:active,
#grey p {
    background-color: #e0efff;
    color: #222012;
}

#header {
    background-color: white;
}


/* ***************  FONT SIZES ************** */

#header h1,
#header a {
    text-decoration: none;
}

#darklight h1,
h1.header {
    color: black;
}

#handylinks a,
#buttonlink a {
    color: white;
    background-color: #012345;
    background-color: rgba(1, 35, 69, 128);
    border-top: 1px solid white;
    border-radius: 4px;
    margin: 2px 2px 2px 2px;
    padding: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 44px;
}

#header h2,
h2.header {
    font-size: 1.4rem;
    background-color: white;
    color: black;
    padding: 16px;
}

.handylinks>a,
#handylinks a {
    text-decoration: none;
}

#handylinks a:visited,
a.handylinks:visited,
#handylinks>a:visited
{
    color: white;
    background-color: rgb(64, 0, 0);
    background-color: rgba(32, 32, 240, 0.24);
    text-decoration-color: rgb(32, 16, 238);
    text-decoration: none;
}

#handylink a:hover {
    overflow: visible;
    text-decoration: underline;
}

#handylinks form,
#handylinks input,
#handylinks select,
#handylinks textarea,
#handylinks p,
#handylinks div,
a.handylinks {
    font-weight: 200;
}

#handylinks a,
#handylinks p,
a.roundbox,
#handylinks a.roundbox,
a.handylinks {
    font-weight: bold;
}

#handylinks strong,
a.handylinks {
    display: block;
    width: 100%;
}

.interestingevent,
a.interestingevent:link,
a.interestingevent:visited,
a.interestingevent:hover {
    color: #007700
}

a.bandiplayfor:active,
a.bandilike:active,
a.interestingevent:active {
    color: red;
}

pre.asciiart,
pre.fineprint, pre {
    font: fixed;
    font-size: 10px;
    line-height: 11px;
    overflow: scroll;
    text-overflow: unset;
    white-space: unset;
}


.big_art_margins {
    /* text-align: center; */
    max-width: 70%;
    height: 100%;
    padding: 16px;
}

.nomargin {
    margin: 0 0 0 0;
    padding: 0;
}

#content,
.content {
    margin: 16px 10% 0 10%;
    /* margin-top: 16px; */
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    /* min-width: 60%; */
    padding: 16px 16px 16px 16px;
}

.center,
a.center,
div.center,
.center div {
    text-align: center;

}

.left,
a.left {
    text-align: left;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.bootynav {
    position: fixed;
    top: 5%;
    /* bottom:  50%; */
    right: 1rem;
    z-index: 4;
}

div.searchbox {
    z-index: 1;
    position: absolute;
    top: 64px;
    right: 0;
    /* width: 256px; */
    /* max-width: 256px; */
    /* min-width: 64px; */
    /* max-height: 64px; */
    padding: 8px;
    /* background-color: red; */
    /* background-color: rgba(255, 255, 255, 0.5); */
    text-align: center;
    /* visibility: hidden; */
    /* position: none; */
        background-color: #990000;
    padding: 8px;

}

.woocommerce h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result,
.gsc-control-cse .gs-result,
a.gs-result {
    padding: 0;
    margin: 0 0 0 0;
}

div.alignright, .alignright, img.alignright  {
    text-align: right;
}

.tracingpane {
    background: rgba(255, 255, 255, 0.1);
    padding: 32px;
    border: 4px solid rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    margin-bottom: 2em;
}

.container>div {
    background-color: rgba(80, 80, 80, 0.1);
    border-radius: 5px;
    padding: 16px;
}

#handylink {
    column-width: 250px;
    column-gap: 20px;
    padding: 10px;
}

.widecol div {
    column-width: 1024px;
    column-gap: 32px;
    /* padding: 10px; */
}

.multicol div {
    column-width: 256px;
    column-gap: 32px;
    /* padding: 10px; */
}

.multicol p {
    margin: 0 0 1em 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex>* {
    flex: 1 1 256px;
    margin: 16px;
}


/* Grid row styles */

.grid {
    margin: 8px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(256px, 9fr));
    grid-gap: 16px;
    padding: 32px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*border: 1px dashed white;*/
}

.column,
.item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2
    /* height: 90%; */
    /* border: 1px dashed grey; */
}

@media screen and (min-width: 2200px) {
    .column {
        flex: 3
    }
    .double-column {
        flex: 3
    }
}

.item {
    max-width: 256px;
    /* max-height: 128px; */
    /* min-width: 128px; */
    min-height: 32px;
    /* display: flex; */
    display: inline-flex;
    flex-wrap: wrap;
    flex-flow: column wrap;
    flex-direction: row;
    order: 1 1 1;
    flex-grow: 1 1 1;
}

div.entry-content {
    vertical-align: top;
    /* padding: 2rem; */
}

a,
a:visited,
a:active,
#darklight a {
    /* background-color: #09C; */
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 99% !important overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a {
    font-weight: 500;
    /* margin: 8px; */
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    grid-column-gap: 32px;
    grid-template-rows: 40% 60%;
}

.grid-item {
    display: inline-grid;
    grid-column: span 1;
}

.glasspane {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: auto;
    background-image: url("/images/funk-logo-background-1280.png");
    /* bg is extremely transparent! */
    background-size: 900px;
    background-repeat: 6;
}

.ads {
    margin-top: 128px;
}

h1,
h1 a {
    font-size: 2.6rem;
}

h2 {
    font-size: 2.4rem;
}

#wrapper h2 {
    font-size: 0.9rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 2.0rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

.cart,
table.shop_table,
td.shop_table {
    background-color: white;
    color: black;
}


span.nowrapper,
div.nowrapper,
.nowrapper,
.nowrapper span,
code {
    max-width: 90% !important;
    background: rgba(100, 100, 255, 0.1);
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap ; */
    /* width: 500px; */
}

.nav-prev a:hover,
.nav-next a:hover {
    /* background-color: teal; */
    color: white;
    text-decoration: underline;
}

.nav-prev a,
.nav-next a,
.css-truncate.css-truncate-target,
.css-truncate .css-truncate-target {
    /* display: inline-block; */
    /* max-width: 50px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.css-truncate.expandable.css-truncate-target,
.css-truncate.expandable.css-truncate-target,
.css-truncate.expandable:hover .css-truncate-target,
.css-truncate.expandable:hover.css-truncate-target {
    max-width: 10000px !important
}

#jf {
    background-color: #000000;
    color: #bababa;
}

#jf a {
    color: #9999ff;
}

#jf a:visited {
    color: #eeeeff;
}

.emoji {
    border: none;
}

form.roundbox,
.roundbox,
div.roundbox {
    vertical-align: center;
    background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
    background: linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
    background-color: white;
    color: black;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #999;
    border: inset 1px solid #800;
    top: 22px;
}

p.roundbox,
div.roundbox {
    color: black;
    background-color: white;
    /* font-weight: bold; */
}

a.roundbox,
a.roundbox:visited,
a.roundbox:-webkit-any-link {
    color: #000066;
    font-weight: bold;
}

.ui-resizable-helper {
    border: 1px dotted gray;
}

.resizable {
    display: block;
    padding: 32px;
    border: 2px solid gray;
    overflow: hidden;
    position: relative;
}

p.weight1,
form {
    font-family: "Yanone Kaffeesatz";
    font-weight: 300;
    font-style: normal;
    /* font-size: 36px; */
}

p.weight2 {
    font-family: "Yanone Kaffeesatz";
    font-weight: 300;
    font-style: normal;
    /* font-size: 36px; */
}

p.weight3 {
    font-family: "Yanone Kaffeesatz";
    font-weight: 400;
    font-style: normal;
    /* font-size: 36px; */
}

p.weight4 {
    font-family: "Yanone Kaffeesatz";
    font-weight: 700;
    font-style: normal;
    /* font-size: 36px; */
}

p.weights {
    /* letter-spacing: 2px; */
    color: rgba(173, 173, 173, 1);
    margin-bottom: 35px;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    margin-top: 45px;
}

p.pullquote {
    /* font-size: 17px; */
    margin-bottom: 35px;
    padding-left: 15px;
    border-width: 0px 0px 0px 3px;
    border-style: solid;
}

p.map {
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0px;
    /* text-align: justify; */
    /* font-size: 27px; */
    margin-top: 0px;
}

p.heading {
    letter-spacing: 2px;
    /* font-size: 13px; */
    margin-bottom: 35px;
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    margin-top: 45px;
    color: rgba(0, 0, 0, 1);
}

p.intro {
    margin-bottom: 35px;
    /* font-size: 20px; */
}

p.inverse-big {
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 1);
    padding: 30px;
    margin-bottom: 0px;
}

p.inverse-med {
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 1);
    padding: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    /* font-size: 15px; */
}

p.inverse-small {
    padding-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 1);
    /* font-size: 13px; */
}

p.inverse-heading {
    background-color: rgba(51, 51, 51, 1);
    color: rgba(255, 255, 255, 1);
    padding: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /* font-size: 15px; */
    letter-spacing: 2px;
    margin-top: 50px;
}


/* AMU CSS BLOCK */


/* FUNK STYLE SHEET - AUCKLAND MUSIC UPDATE
funk.co.nz
Tom Atkinson
2010
*/

.wintickets {
    background: #FFFF66;
    outline-style: dotted;
    outline-width: 1px;
    padding: 3px;
}

.response {
    background: #FFFF33;
    color: #FF3300;
    padding: 20px;
    border: thick, dashed;
}

.bandiplayfor {
    color: #990000
}

.bandilike,
a.bandilike:link,
a.bandilike:visited,
a.bandilike:hover {
    color: #997700
}

.interestingevent,
a.interestingevent:link,
a.interestingevent:visited,
a.interestingevent:hover {
    color: #007700
}

a.bandiplayfor:active,
a.bandilike:active,
a.interestingevent:active {
    color: red;
}

span.postedby,
a.postedby,
span.postedby a {}


/* small text is made smaller and grey */

.fineprint,
input.fineprint,
form.fineprint,
select.fineprint,
.fineprint,
p.wp-caption-text,
form.fineprint,
input.fineprint,
textarea.fineprint,
p.fineprint,
div.fineprint,
select.fineprint {
    /* color: #333333; */
    /* line-height: 14px; */
    /* font-weight: bold; */
    font-size: 0.8rem;
}


/*- DREAMWEAVER STYLES DUMPED IN  */

.excel1 {
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    color: black;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial;
    /* text-align: general; */
    vertical-align: bottom;
    border: none;
    white-space: nowrap;
}

.excel2 {
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: Arial;
    /* text-align: general; */
    vertical-align: bottom;
    border: none;
    white-space: nowrap;
}

.whitetext,
span.whitetext,
div.whitetext,
p.whitetext {
    color: white;
}

.small,
button.small,
form.small,
input.small,
textarea.small,
a.small,
p.small,
div.small,
span.small {
    margin: 0;
    padding: 0;
}


/* @media (orientation: portrait) { */


/* body { */


/* background-color: yellow; */


/* } */


/* } */


/*
@media (max-width: 1000px) {
  #gsc-control-cse {
    display: inline;
    position: inherit;
  }

  .hidable {
    visibility: hidden;
    display: none;
  }
} */

@media	only screen and (-webkit-max-device-pixel-ratio: 1.3),
only screen and (-o-max-device-pixel-ratio: 13/10),
only screen and (max-resolution: 120dpi) {}

@media (orientation: portrait) and (min-height: 950px) {}

@media (orientation: portrait) and (max-height: 950px) {}


/* PORTRAIT MOBILE PHONES Extra Scrunch!!! THE ORANGE PROFILE  */

@media (orientation: portrait) and (max-height: 530px) {}

@media (orientation: landscape) and (min-aspect-ratio: 2/1) {}


/**************** LANDSCAPE / WIDESCREEN ********** */

@media (orientation: landscape) {}


/* HIGH RES SCREENS OVER 1600PX USE FULL HEIGHT */

@media (orientation: landscape) and (min-width: 1600px) {}


/*PHOTOGRAPHIC RATIO BOUNDARY @ 134/100 - SWITCH TO FULL WIDTH */

@media (orientation: landscape) and (min-aspect-ratio: 134/100) {}


/*PHOTOGRAPHIC RATIO BOUNDARY @ 134/100 - SWITCH TO FULL HEIGHT */

@media (orientation: landscape) and (max-aspect-ratio: 134/100) {}

@media (orientation: landscape) {}


/* ULTRA severely small screens*/


/* @media (orientation: landscape) and (max-height: 376px) {} */


/* QUITE WIDESCREEN DESKTOP */


/*PHOTOGRAPHIC RATIO BOUNDARY @ 134/100 - SWITCH TO FULL WIDTH */


/* @media (orientation: landscape) and (max-aspect-ratio: 134/100) {} */


/*4K ULTRA HD DISPLAYS */


/* @media (min-width: 2600px) {} */


/* THIS IS WHERE THE HOMEPAGEHEADING DISAPPEARS! */


/* TINY SCREEN IPHONE 4 LANDSCAPE  MOBILE PHONES */


/* @media (orientation: landscape) and (max-device-width: 900px), (orientation: landscape) and (max-width: 1020px) {} */


/* WIDESCREEN PHONES */


/* @media (orientation: landscape) and (min-height: 321px) and (min-width: 578px) and (max-width: 1600px) {} */


/* landscape crossover ratio: 1.34 or*/


/* SUPER WIDE SCREENS GET FULL WIDTH */


/*  from: https://medium.com/@ferie/detect-a-touch-device-with-only-css-9f8e30fa1134   */


/* smartphones, touchscreens */

@media (hover: none) and (pointer: coarse) {
    /* ... */
    a.mobileonly {
        background-color: white;
        color: black;
        /* visibility: hidden;
    display: none; */
    }
}


/* stylus-based screens */

@media (hover: none) and (pointer: fine) {
    /* ... */
}


/* Nintendo Wii controller, Microsoft Kinect */

@media (hover: hover) and (pointer: coarse) {
    /* ... */
}


/* mouse, touch pad */

@media (hover: hover) and (pointer: fine) {
    /* FULL DESKTOPS */
    a.mobileonly {
        visibility: hidden;
        display: none;
    }
}


/* the device does not include any pointing device. */

@media (any-pointer: none) {
    /* ... */
}


/* from
https://www.funk.co.nz/blog/wp-content/plugins/hotspots/css/frontend.css?ver=5.2.2
*/

#infoPanel {
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding-top: 8px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F7F7F7;
    border-left: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
    font-family: Arial !important;
    font-size: 0.9em !important;
    font-weight: bold;
    text-align: right;
    color: #555555;
    border-top-left-radius: 6px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

#infoClearLink,
#infoCloseLink {
    color: #21759B;
}

#infoPanel p {
    margin: 0px;
}