/*
Theme Name: Eanes Endowment Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: Lindsay Huck
Author URI:  https://hucksterdesign.com
Template: salient
Version: 1.0
*/

/* Header */
body #header-outer {
    background: #fff;
    /*height: 45px;
    top: 38px !important;*/
}
body.admin-bar #header-outer {
    /*top: 70px !important;*/
}
#header-outer header {
    background: #1f3466;
    height: 45px !important;
    top: 45px;
}
#top .container .row {
    margin-top: -38px;
}
#top .slide-out-widget-area-toggle a>span {
    margin-top: 3px;
}

/* Typography */
.row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 75px;
}
.iwithtext .iwt-text {
    padding-left: 90px;
}
/* Donor List */
.donor-list .nectar-fancy-ul {
    column-count: 3;
}
    @media only screen and (max-width: 768px) {
        .donor-list .nectar-fancy-ul {
            column-count: 2;
        }
    }
	@media only screen and (max-width: 690px) {
        .donor-list .nectar-fancy-ul {
            column-count: 1;
        }
    }

/* Inline Donation Form */
.inline-donation .campaign_modal_close {
    display: none !important;
}
/* BU embedded donation form */
.quantity-counter {
	display: none !important;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    #header-outer header {
        top: 30px;
    }
    #top .container .row {
        margin-top: -30px;
    }
}




