/**
 * Theme Name: Ambit
 * Version: 1.0
**/
.top-bar .toggle-topbar.menu-icon a span:after {
    width: 16px;
    height: 1px;
    margin-top: -9px;
    background: #fefefe;
    -moz-box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
}

.contact .address-section {
  padding-bottom: 25px
}
/*background*/
#cookie-notice {
background-color: #222 !important;
}
/*message colour*/
.cookie-notice-container {
color: #fff !important;
}
/*button*/
#cookie-notice .cn-button.wp-default {
color: #000 !important;
background-color: #fff !important;	
text-transform: uppercase !important;
margin-left: 20px;
}
.cn-close-icon {
display: none;
}
.columns ul li {
  font-family: "Roboto", sans-serif;
}
.biography {
margin-top: 30px;
}
@media only screen and (max-width: 40.0625em) {
.home body {
    padding-top: 0px !important;
}
.logo img { 
max-height: 60px !important; 
} 
.header .tel {
top: 30px !important; 
}
body {
margin-top: 0 !important;
}
}

.page-template-default h1 {
padding-top: 50px;
}

.cont-email a:hover {
text-decoration: underline;
}
.cont-email {
padding: 0 20px 0 0 !important;
}
/* centre recaptcha */
.ginput_recaptcha > div {
margin: 10px auto 0 !important;
	transform:scale(0.9);
-webkit-transform:scale(0.9);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}