/*
Theme Name: Kingfisher 2016

*/

* {
}

body {
    background: skyblue;
}

.topbar {
    background: #333;
    height: 3rem;
    margin-bottom: 2rem;
    display:none;
}

ul#main-menu, ul.nav-secondary {
    list-style: none;
    background: #333;
    margin-bottom: 0;
}

ul#main-menu li, ul.nav-secondary li {
    float: left;
    /*border-right: 1px solid #fff;*/
    cursor: pointer;
    font-size: 1.2rem;
    margin-bottom: 0;
    background: #333;

}

ul#main-menu li:last-child {
    border-right: none;
}

ul#main-menu li:hover {
    background: #41a6e6;
}

ul#main-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    padding: 1.1rem 2.2rem;
    display: block;
}

ul#main-menu .current-menu-item
{
    background: #0492ec;
}

/*
.menu {

    height: 4rem;
}
*/

ul.nav-secondary {
    background: #666;
    height: 5rem;
}

.container {
    max-width: 95vw;
    width: 95vw;
    /*padding: 2vw;*/
    background: #fff;
}

.box {
    margin-bottom: 1rem;
    padding: 1em 0 0 0;
}

footer {
    background: #333;
    height: 10rem;
}

.logo {
    width: 40rem;
    height: 15rem;
    background: url(images/logo_with_text.png) no-repeat;
    margin-bottom: 10px;
    background-size: contain;
    
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

.glinks .item {
    float: left;
    height: 10rem;
    width: 48%;
    background: #0492ec;
    margin-bottom: 1rem;
}

.glinks .item:nth-child(even) {
    margin-left: 3%;
}

h4 {
    font-size: 1.7rem;
    font-weight: 700;
}

li.heading {
    background: #0492ec;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    list-style: none;
}

.news {
}

.news > .item {
    font-size: 1.3rem;
}

p {
    font-size: 1.4rem;
}


#home_top_container {
    padding: 0;
}


.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.breadcrumbs
{
    background: #0492ec;
    padding: 1em 2em;
    color: #fff;
    font-size: 0.85em;
}

.breadcrumbs a
{
    color: #fff;
}

.titlebar
{
    background: #0492ec;
    /*
    height: 1.5em;
    line-height: 1.5em;
    padding: 1.5em;
    */
}

.titlebar h2
{
    color: #fff;
    font-size: 1.5em;
    padding-left: 1em;
    font-weight: 700;

}

.content
{
    /*
    padding: 2em;
    float: left;
    width: 60%;
    */
    padding: 2em 1.5em;
}

.submenu
{
    /*
    padding: 2em 1em;
    padding-left: 0;
    margin-left: -2vw;
    float: left;
    width: 20%;
    */
}

.submenu ul
{
    list-style: none;
}

.submenu ul li a
{
    background: #ddd;
    padding: 0.5em 1em;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0.2em;
}

.blue
{
    background: #0492ec;
}

.flex-direction-nav
{
    line-height: normal;
}

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

.flexslider
{
    margin-bottom: 30px;
}

.about
{
    padding: 1em;
}

#wlAdd
{
    display: none;
}

#wlCheck
{
    display: none;
}

#wlControls
{
    margin: 2em 0;
}

.wlOption
{
    width: 12em;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 1em;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 1em;
    margin-left: 1em;
    border: 5px solid #fff;
}

.wlOption:hover
{
    color: #fff;
    background: #41a6e6;
}

.wlOption .symbol
{
    padding: 0 0.5em;
    display: block;
    float: left;
    font-size: 2em;
}

.wlOption.selected
{
    border: 5px solid #fff831;
}

#wlFeedback
{
    padding: 1em;
    display: none;
    border-radius: 4px;
}

.wlFeedbackInfo
{
    background: #a5ff9a;
}

.wlFeedbackError
{
    background: #ff9a9a;
}

#wlFeedback p
{
    margin: 0;
}

#wlFeedback .fa
{
    vertical-align: middle;
    margin-right: 0.3em;
}
.button-primary.disabled, .button-primary.disabled:hover
{
    background-color: #E1E1E1 !important;
    border-color: #BDBDBD !important;
}

label.error
{
    color: red;
}
input.error {
    border: 1px solid red;
}

button#catapultCookie {
    height: auto;
    line-height: 1.5;
}

.has-cookie-bar #catapult-cookie-bar {
    padding: 10px 20px 10px;
}

.ctcc-left-side {
    font-size: 0.95em;
}