/* Replacing the red with another colour */
/* Background-color */
#pb_content .buttons .button, #pb_sidebar .buttons .button, .pb_dialog .buttons .button
{
	background-color:#da1c5c;
}
/* Background-color, but make sure alpha channel is 0.05 (add 0D to the end of the hex code) */
#home-widgets .widget-content
{
	background-color:#da1c5c0d;
}
/* Again background-color, but must be !important */ 
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-nav a.active, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, #home-widgets .widget-heading, #home-widgets .row > div > a:hover .widget-button, #footer .footer-title, .navbar-toggle, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
	background-color:#da1c5c!important;
}
/* Border-top-color */
.dropdown-menu::before, .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary
{
	border-top-color:#da1c5c;
}
/* Border-color */
#pb_nav .active:before, #pb_nav a:hover:before, #pb_content .pb-section .seattypes, #pb_content .agree, #pb_content .pb-border
{
	border-color:#da1c5c;
}
/* Color - check this is legible in the footer */
h1, h2, h3, h4, h5, a, a:hover, a:focus, #pb_sidebar #store_nav .active, #pb_content .pb_event_page .pb_instruction, #pb_content .heading, .pb_dialog h1, #pb_mini h2, #pb_mini h3
{
	color:#da1c5c;
}
