/*** ADDITIONAL STYLING FOR TIME2DRIVE ***/

body { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5 { color: #BFBFBF; text-transform: uppercase; }

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }

p { font-size: 0.9em; }

img + p { margin-top: 1em; }

header { padding-top: 16px; }

header h2 { text-align: center; font-family: Courgette; text-transform: none; font-size: 1.4em; margin-top: 0.5em; }

header .tel {
background: url(https://www.time2drive.co.uk/uploads/time2drive/img/black-phone-icon.png) no-repeat left;
padding-left: 28px;
padding-top: 0;
height: 22px;
margin-right: 0.5em;
font-weight: bold;
}

header .tel a { color: #333333; text-decoration: none; }
header img:hover {
opacity: 0.8;
filter:alpha(opacity=90); /* For IE8 and earlier */
}

.top-social { margin: 10px 0; font-family: Arial, Helvetica, sans-serif; }
.top-social img { margin: 0 4px; }

footer {
background: #333333;
color: #fff;
}

.highlight { background: #fdf688; }

blockquote p:first-child{ font-family: Courgette; }


footer a {
color: #fff;
text-decoration: none;
}

footer a:hover {
color: #fff;
}

footer h3 {
text-transform: uppercase;
color: #fff;
font-size: 1.1em;
margin: 0.5em 0;
}

footer p {
font-size: 0.8em;
margin-top: 16px;
}

footer p.tel {
background: url(https://www.time2drive.co.uk/uploads/time2drive/img/phone-icon.png) no-repeat left;
padding-left: 28px;
padding-top: 4px;
height: 22px;
}

footer p.mail {
background: url(https://www.time2drive.co.uk/uploads/time2drive/img/email-icon.png) no-repeat left;
padding-left: 28px;
padding-top: 4px;
height: 22px;
}

footer p.mob {
background: url(https://www.time2drive.co.uk/uploads/time2drive/img/mob-icon.png) no-repeat left;
padding-left: 28px;
padding-top: 4px;
height: 22px;
}

#foot-menu {
text-align: center;
}

#foot-menu ul li{
font-size: 0.7em;
display: inline;
margin-right: 1.2em;
}

.fb-like-box { margin-bottom: 20px; }
.mid { text-align: center; }

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		border: 0; padding: 0; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

img.captchapict { margin-bottom: 1em; }

/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/*** SEARCH BOX STYLING ***/
#search {  }
.s-input { float: left; margin-right: 0.3em; }
.search-input { width: 100px; }
.s-button { }
.btnsearch:hover {
opacity: 0.8;
filter:alpha(opacity=90); /* For IE8 and earlier */
}


/*** NAV STYLING OVERRIDES ***/
@media only screen and (min-width: 767px) {
.top-bar {
background: transparent;
}
.top-bar-section ul li > a {
color: #01C801;
font-size: 1.1em;
font-weight: normal;
background: transparent;
}
.top-bar-section li a:not(.button){
background: transparent;
}
.top-bar-section ul li > a:hover {
      background: #F2F2F2; }
.top-bar-section ul li.active > a {
    background: #F2F2F2; }
.top-bar-section li a:not(.button):hover {
        background: #dcdcdc; }
  }
/* Stylesheet: time2drive Modified On 2018-08-15 11:52:01 */
