/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */
/*Makes the margin smaller*/
#block-cddad-local-tasks, #block-cddad-content{
	margin: 0;
}

/* For the Events Row/Item Header */

.node--type-events .field-name-title, .node--type-events .field__items h3{
    font-weight: bold;
    font-size: 1.5em;
    color: #990000;
    margin: 0;
    padding: 5px 0 10px 0;
    font-family: effra, "news-gothic-std", Arial, sans serif;
}

.field-name-title{
	font-size: 2em !important;
}

.node--type-events .block__title, .pr-main__sidebar-first .block__title{
    margin: 0;
    padding: 7px 0 0 0;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 1.2em;
    font-family: effra, "news-gothic-std", Arial, sans serif;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}

