/*
**
** Theme Name:  Audit Link Vendor Management
** Theme URI:   http://auditlinkvm.com
** Description: Child theme of the Frost theme
** Author:      CU*Answers Web Services
** Author URI:  http://ws.cuanswers.com
** Template:    frost
** Version:     0.0.1
** Text Domain: omcua
**
*/

.is-layout-constrained > h1, 
.is-layout-constrained > h2, 
.is-layout-constrained > h3, 
.is-layout-constrained > h4, 
.is-layout-constrained > h5, 
.is-layout-constrained > h6 {
    margin-bottom: 0.5em !important;
}

.wp-container-core-group-is-layout-2 > * + p {
    margin-top: 1.1em;
}

table {
    border-collapse: collapse;
}

tr:nth-of-type(even) {
    background-color: var(--wp--preset--color--verylightgrey);
}

tr:hover {
    background-color: var(--wp--preset--color--medblue);
    color: var(--wp--preset--color--white);
}

tr:hover td {
    color: var(--wp--preset--color--white);
}

tr:hover a {
    color: var(--wp--preset--color--white);
}

th, td {
    border: 1px solid var(--wp--preset--color--lightgrey);
    border-collapse: collapse;
    padding: 2px 10px;
}

.button, 
.wp-element-button,
.kb-button.kb-btn-global-fill,
.kt-button.kt-btn-global-fill {
    background-color: var(--wp--preset--color--medred);
    border-radius: 0;
    color: var(--wp--preset--color--white);
    font-size: 1.25em;
    font-weight: 500;
    padding: 4px 30px;
    text-decoration: none;
}

.button:hover, 
.wp-element-button:hover,
.kb-button.kb-btn-global-fill:hover,
.kt-button.kt-btn-global-fill:hover {
    background-color: var(--wp--preset--color--black);
}

ul.wp-block-list {
    list-style: none inside none;
}

.wp-block-list li::before {
    content: "\2714";
    margin-right: 7px;
    position: relative;
    top: 1px;
}