/*** Site colours ***/

/*
Green = #80ca1d
Blue = #78bddc
Grey = #b8b8b8
*/


a, a:active, a:visited, .content #genesis-responsive-slider a, .widget-title{
    color: #78bddc;
}

a:hover, .content #genesis-responsive-slider h2 a:hover{
    color: #000;
}

/* Navigation */
.site-header {
    background-color: white;
}
.site-header .wrap {
  padding: 0;
}
.site-header .widget {
  margin-top: 45px;
}
.genesis-nav-menu, .genesis-nav-menu a {
    color: #fff;
}
.nav-primary {
    background-color: #78bddc;
}

button {
    background-color: #bde923;
    color: #000;
}

button:hover, .site-header .widget-area button:hover {
    background-color: #aed720;
}

/*** End SIte Colours***/

/****************** HEADER LOGO ********************/
.header-image.header-full-width .site-title a {
    background-image: url( "/wp-content/uploads/2016/07/TBlogoweb.jpg" ) !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 99px !important;
    width: 277px !important;
    background-size: 277px 72px !important;
}
.site-title a {
    display: block;
    color: transparent !important;
    padding: 20px 0 0;
    text-decoration: none;
    background-image: url( "/wp-content/uploads/2016/07/TBlogoweb-e1510920560702.jpg" );
    background-repeat: no-repeat;
    background-position: center;
    background-size: 277px 72px;
    width: 277px;
    height: 120px;
}
.site-description {
  display: none;
  #border: 1px solid green;
}

/* Typographical Elements */

body {
	background-color: #fff;
}

/* Home Widgets */
.home-bottom .widget {
    float: left;
    margin-left: 2.564102564102564%;
    width: inherit;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1023px) {
  .site-header .widget {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  .home-bottom .one-fourth {
    margin-bottom: 40px;
  }
  .site-title a {
    width: 100%;
    height: 75px;
    padding: 0;
  }
}