/*Theme Purple*/

.topnav li a:hover, .topnav .on a, .topnav .parent a {
    color: rgb(160, 96, 117);
}
a, a:visited, ul.sub-menu li a:hover, ul.sub-menu li a:focus, ul.sub-menu li li a:hover, ul.sub-menu li li a:focus, ul.sub-menu li li li a:hover, ul.sub-menu li li li a:focus, ul.sub-menu li.currentpage a, ul.sub-menu li li.currentpage a, ul.sub-menu li li li.currentpage a, figure.staff-profile h3 span, h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus {
    color: rgb(160, 96, 117);
}
.logo, a.button, button, .c-colour:hover, input[type=button], input[type=submit], input[type=reset], button[type=button], button[type=submit], button[type=reset], thead tr th, .box .top, .lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a, .slicknav_nav a:hover, .slicknav_nav li.on a, .slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:hover a {
    background: rgb(160, 96, 117);
    color: rgb(229, 229, 229);
}
input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled, button[type=button]:disabled, button[type=submit]:disabled, button[type=reset]:disabled {
    background: rgb(160, 96, 117);
    cursor: default;
}
.logo a, .logo a:visited, .logo a:hover {
    color: #fff;
    text-decoration: none;
}
.layer, .sub .layer {
    border-bottom: 8px solid rgb(160, 96, 117);
}
a.header-button {
    background: rgb(160, 96, 117);
}
.search_button {
    background-color: rgb(160, 96, 117);
}
.search_button:hover {
    background: rgb(69, 69, 69);
    color: #fff;
}

/* Buttons Colours */

a.blue, input[type=button].blue, input[type=submit].blue, input[type=reset].blue, button[type=button].blue, button[type=submit].blue, button[type=reset].blue {
    background: rgb(58, 113, 168);
}
a.green, input[type=button].green, input[type=submit].green, input[type=reset].green, button[type=button].green, button[type=submit].green, button[type=reset].green {
    background: rgb(102, 204, 0);
}
a.orange, input[type=button].orange, input[type=submit].orange, input[type=reset].orange, button[type=button].orange, button[type=submit].orange, button[type=reset].orange {
    background: rgb(232, 114, 51);
}

/*Hover Colours */

a:visited, a:hover, a:focus {
    color: rgb(208, 171, 183);
}
a.button:hover, button:hover, .top:hover, a.donate:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button[type=button]:hover, button[type=submit]:hover, button[type=reset]:hover {
    background: rgb(69, 69, 69);
    color: rgb(255, 255, 255);
}