/*
Theme Name: CHA Theme
Description: Derived from the Wordpress Twenty Eleven theme
Author: Childrens Heart Association
Template: twentyeleven
Version: 1.0
*/

@import url("../twentyeleven/style.css");

#access {
	background: #111079; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#111079, #0a0a0a);
	background: -o-linear-gradient(#111079, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111079), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#111079, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

.mr_social_sharing_wrapper .linksalpha_image {
display: none !important;
display: none;
}

span.eventsummary {
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}

div.tagline {
    width: 100%;
    padding: 5px;
    margin: 0px;

    border-top: 1px solid black;
    border-bottom: 1px solid black;

    font-size: 12px;
}

img.tagline {
   padding-right: 10px;
} 


/*
 * Try menu styling from 2015 theme
 */

.dropdown-toggle {
        background-color: transparent;
        border: 0;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        content: "";
        height: 42px;
        padding: 0;
        position: absolute;
        text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
        top: 3px;
        right: 0;
        width: 42px;
}

.dropdown-toggle:after {
        color: #333;
        content: "\f431";
        font-size: 24px;
        line-height: 42px;
        position: relative;
        top: 0;
        left: 1px;
        width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
        background-color: #eaeaea;
        background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
        outline: 1px solid #c1c1c1;
        outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
        content: "\f432";
}


