/*
Theme Name: LM-Template
Author: Lennart Möller
Author URI: https://www.lennartmoeller.com/
Description: Minimalistic Wordpress Theme
*/

/* Styles for the plugin Collapse-O-Matic */

.collapseomatic:before {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: var(--font-color-link);
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.collapseomatic.colomat-close:before {
    content: "\f0de";
    top: 5px;
}
.collapseomatic {
    padding: 0 !important;
    background: none !important;
    border-bottom: var(--item-underline-height) solid var(--underline-color-link);
    word-wrap: break-word;
    text-decoration: none;
    color: var(--font-color-link) !important;
    font-weight: var(--font-weight-p-a);
    font-size: var(--font-size-p);
}
.collapseomatic.colomat-hover {
    border-bottom: var(--item-underline-height) solid var(--underline-color-link-hover);
    text-decoration: none;
    color: var(--font-color-link-hover) !important;
}
.collapseomatic_content {
    margin: 0 !important;
}
.collapseomatic_content p {
    margin-top: 0 !important;
}
.collapseomatic_content p:empty {
    margin: 0 !important;
}
