/* Global _____________________________ */

.wp-template {
    position: fixed;
    left: 10px;
    top: 100px;
    z-index: 11;
    font-weight: bold;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background: #000;
    color: #fff;
}

.wp-template span {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}



/* Links & icons  ________________________________________________ */

.links a, .entry-content .links a,
.links .download .save-as-pdf .button-save-pdf { display: block; padding: 2px; text-decoration: none; color: #000; }
.links a:not(.disabled):hover { opacity: 0.8;  }
.links span { display: block; }

.icons a,
.icons a:hover,
.icons .download .save-as-pdf .button-save-pdf { background: no-repeat 2px 8px; padding-left: 25px; margin-bottom: 0; } 

.icons .email a { background-image: url(/wp-content/themes/essex/images/icons/email.png); }
.icons .vcf a { background-image: url(/wp-content/themes/essex/images/icons/vcard.png); }
.icons .book a { background-image: url(/wp-content/themes/essex/images/icons/book.png); }
.icons .download a,
.icons .download .save-as-pdf .button-save-pdf { background-image: url(/wp-content/themes/essex/images/icons/download.png); }

.icons a:hover,
.icons .download .save-as-pdf .button-save-pdf:hover{ opacity: 0.8; }  
.icons .download .save-as-pdf .button-save-pdf{
  font-family: 'Gotham SSm A', 'Gotham SSm B';
  line-height: 1.8; 
  font-size: 0.9rem;}
  

