/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Fresno State
Template: Avada
*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#menu-top-menu li {
    background-color:#fff;
}

.image-extras-content, .image-extras-content a, .image-extras-content h3, .image-extras-content h3 a {
    background-color: #fff !important;
    color:#1e73be !important;
}

/* the inverse of the above */
.image-extras-content .icon.gallery-icon, .image-extras-content .icon.link-icon {
    background-color: #1e73be !important;
    color:#fff !important;   
}

#cff .cff-author .cff-date {
    color:#555;
}
.ninja-forms-req-symbol {
    color: #c10000;
}

/* Utility class -- adds a helper that enables vertical-align for inline and inline-block elements */
.hasInlineHelper:before {
    content:'';
    display:inline-block;
    height:100%;
    font-size:0;
    vertical-align:middle;
}

/* Donation and RSS button CSS */

.top-menu-addition {
    display:block;
    height:44px; 
    text-align:right;
}

.top-menu-addition__link {
    display:inline-block; 
    vertical-align:middle;
}

.top-menu-addition__link:not(:first-child) {
    margin-left:1em;
}

@media only screen and (max-width: 800px) {
    .top-menu-addition {
        text-align:center;
    }
}

@media only screen and (max-width: 480px) {
    .top-menu-addition {
        height:56px;
        text-align:center;
    }
}
/* end Donation and RSS button CSS*/