/* Added by Reg. 
This file can be used to amend the JS Community Template Stylesheet.
05/03/2018 - No changes are necessary. Only CSS tweaks are in the Custom CSS configuration section within
Event Builder Configuration
 */
 
 
/* following section an attempt to reduce font of the main menu
	doesn't work though.
	
 .rp_mainmenu {
 	font-size: 14px;
 	padding: 10px;
 	font-weight: 500;
}

a.rp_mainmenu:link {font-size: 14px;
 	padding: 10px;
 	font-weight: 500;
}
*/

/* This section changes the footer colour to that of the rest of the template */

#footer {
background: #ba281a;
color: #f2f2f2;
height: 50px;
}

#wrapper-footer {
height: 50px;
}

#pop-print a:link { color: #ffffff; }
#pop-print a:visited { color: #ffffff; }
#pop-print a:hover { color: #ffffff; }
#pop-print a:active { color: #ffffff; }

/* This section changes the green buttons to red */
.btn-primary {
    background-color: #b9291a;
    * background-color:#b9291a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #8f0000 #8f0000 #920305;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #771a11;
    color:#fff
}


/* This section changes the menu font size */
.small_rp {
       font-size: 12px;
}



