/*** Site colours ***/

/*
Black = #111111
Red = #b32317
Orange (if need) = #c54f17
*/


a, a:active, a:visited, .content #genesis-responsive-slider a, .widget-title{
    color: #b32317;
}

a:hover, .content #genesis-responsive-slider h2 a:hover{
    color: #000;
}
/* Nav */
.site-header {
    background-color: #333;
}
.genesis-nav-menu, .genesis-nav-menu a {
    color: #fff;
}
.nav-primary {
    background-color: #b32317;
}

button,
.gform_footer .button {
    background-color: #9F1B19;
    color: #fff;
}

button:hover,
.gform_footer .button:hover,
.site-header .widget-area button:hover {
    background-color: #222;
    color: #fff;
}

.footer-widgets,
.site-footer {
  background-color: #111;
}

/*** End SIte Colours***/

/****************** HEADER LOGO ********************/
.header-image.header-full-width .site-title a {
    /*background-image: url( "/wp-content/uploads/2016/07/Shake-A-Leg-Logo-Tall-2.png" ) !important;*/
    background-image: url( "/wp-content/uploads/2017/11/shake-a-leg.png" ) !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 182px !important;
    width: 300px !important;
    background-size: 300px 182px !important;
}
.site-title a {
    display: block;
    color: transparent !important;
    padding: 20px 0 0;
    text-decoration: none;
    /*background-image: url( "/wp-content/uploads/2016/07/Shake-A-Leg-Logo-Tall-2.png" );*/
    background-image: url( "/wp-content/uploads/2017/11/shake-a-leg.png" ) !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 239px 58px; /*300px 182px;*/
    background-color: #333;
    width: 300px;
    height: 85px;
}
.site-description {
  display: none;
  #border: 1px solid green;
}
.header-image .site-title > a {
  min-height: 80px;
  height: auto;
}

.site-header .widget-area {
  padding-top: 30px;
}

.nav-primary {
    background-color: #b32317;
}

/* Home Widgets */
section#text-5 h2 a {
    color: #b32317;
}

.home-bottom .widget {
    float: left;
    margin-left: 2.564102564102564%;
    width: inherit;
}

/* MEDIA QUERIES */
@media screen and (max-width: 800px) {
  .home-bottom .one-fourth {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1050px){
  #menu-item-304 ul {
    left: -200px;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .header-image .site-title a {
    background-size: 239px 58px !important;
  }
}