/******************************/
/******    Logo Header   ******/
/******************************/

/* Sets the background colour of the logo strip on header to match the brand */
.header-style2 #logo {background: #808080 }

/******************************/
/******     Buttons     *******/
/******************************/


/* Changes call to action button on Corporate Shuttle theme home page */

/* Background colour and font */
a.themebutton {
  background:#DAB77F; 
  color: #fff;
	border-color: #DAB77F;
}

/* Hover colour */
a.themebutton:hover {background-color: #808080;
border-color: #808080;
}

/* Set the Corporate Shuttle homepage call to action button brand colours */

/*background colour and font*/
.services-builder.style1 .iconurl a  {
  background:#DAB77F; 
	border-color: #DAB77F;
  color: #fff;}

/* hover colour */
.services-builder.style1 .iconurl a:hover {background-color: #808080;
border-color: #808080 }

/* Normal state for WP buttons */
.wp-block-button__link {
	background-color: #DAB77F !important}

/*Hover state of normal WP gutenberg buttons.*/
.wp-block-button__link:hover {background: #808080 !important}

/*Contact form submit button */
.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {background: #DAB77F !important;
color:#fff !important}

/* Hover state of submit */
.themebutton:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {background: #808080 !important;border-color: #808080 !important}


/******************************/
/* Menu and search button CSS */
/******************************/

/* Search button if used */
.fa.fa-search {
    background: #808080 !important;
	border-color: #808080 !important;
}

/* hover state of search button */
.fa.fa-search:hover {
    background: #DAB77F !important;
	border-color: #DAB77F !important;

}


/* Sets font colour for menu. Needs !important */
.menu a {
    color: #808080 !important;
}

/* hover state on menu links */
.menu a:hover {
    color: #DAB77F !important; 
} 

/* hover state on sub menu links*/
.sub-menu a:hover {
    color: #DAB77F !important; 
} 



/* Mobile menu branding sets edges on mobile menu*/
#header-responsive 
{ background: #808080 !important;}
/* Sets colour for menu text */

#header-responsive a
{color: #fff !important;}

/* Sets colour for menu text */
#header-responsive a:hover
{color: #DAB77F !important;}

/******************************//*    Social Media Icon set   */
/*   Colours and Hover stat   */
/******************************/

.fa{
  color: #DAB77F;
	padding:5px;
}

.fa:hover{
  color: #808080;
}

/*code to alter the footer colour */
#sub-footer {background: #808080}

/******************************//*    Change Font to Black    */
/******************************/


/*Change font color to black for paragraph text */

body, button, input, select, textarea 
 { color:#000000 !important;}

/* And the main CTA On front page to black too */
.action-teaser {color:#000000 !important;}