/*
 Theme Name:   GivingPress Lite Child
 Theme URI:    https://example.com/
 Description:  Child theme for GivingPress Lite
 Author:       Antoon
 Template:     givingpress-lite
 Version:      1.0.0
*/

.post-preview-table tr:nth-child(even) {
    background-color: #f7f7f7;
}

.post-preview-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.post-preview-title {
    font-size: 1.2em;
    font-weight: 700;
}

button:hover, button:focus, button:active, .button:hover,
a:hover.button, a:focus.button, a:active.button,
.kcck-button:hover, .kcck-button:focus, .kcck-button:active,
a:hover.more-link, a:focus.more-link, a:active.more-link,
.container .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover,
input#submit:hover, input[type='submit']:hover {
background-color: #6699ff !important;
color: #ffffff !important;
text-decoration: none;
box-shadow: inset 0px 0px 12px rgba(0, 0, 0, .4);
cursor: pointer;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.kcck-button {
    display: inline-block;
    padding: 0.6rem 1rem;
    background-color: #005fcc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}
