/*!
Theme Name: LurieNetwork.org
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: KG
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

h3.mobile-tagline {
	font-size: 24px;
	font-weight: 300 !important;
	color:#777 !important;
	text-align: right;
	line-height: 1.2;
}
.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap:after {
	background: linear-gradient(to right, #71c5ee 0%, #71c5ee 16%, #9d97d2 16%, #9d97d2 32%, #66bbaa 32%, #66bbaa 48%, #becc30 48%, #becc30 64%, #fdb813 64%, #fdb813 82%, #696f72 82%);
	display: block;
    content: '';
    height: 5px;
	width: 100%;
}
.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap {
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.24);
}
h2.topcin {
	font-weight: 300;
    font-size: 32px;
    line-height: 46.667px;
    text-align: right;
    color: #777;
}

.bsui .uwp-footer-link.d-inline-block {
    display: none !important;
}

@media (max-width: 450px) {
	h3.mobile-tagline {
		font-size: 18px;
	}
}

@media (max-width: 380px) {
	h3.mobile-tagline {
		display: none;
	}
}
/* Hide datalist dropdown arrow */
#search_query::-webkit-calendar-picker-indicator {
    display: none !important;
}
#search_query::-webkit-list-button {
    display: none !important;
}