/*
Theme Name: GTA Recycling
Theme URI: #
Description: Custom responsive GTA Recycling theme
Author: Mark Hall
Author URI: http://www.improveagency.co.uk
Version: 1.0
Tags: 

License:
License URI:
*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,600,800,700|Swanky+and+Moo+Moo');
@import url('css/reset.css');
@import url('css/layout.css');
@import url('css/typography.css');
@import url('css/forms.css');
@import url('css/menus.css');
@import url('css/wp.css');

* { margin: 0; padding: 0; }
html { overflow-y: scroll; overflow: -moz-scrollbars-vertical; }
body {
  	background-color: #e8e8e8;
  	font: 13px verdana, arial, helvetica, sans-serif;
  	color: #1a1b1b;
  	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

.left, .columns.left    { float: left; }
.right, .columns.right  { float: right; }
.hide     	{ display: none; }
.highlight 	{ background: #ff0; }

.selectnav { display: none; }

#stripe {
	font: 17px 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #1ab0dc;
	color: #ffffff;
	padding: 5px 10px;
	text-align: center;
}

#header {
	padding: 20px 20px 5px 20px;
}

#telephone {
	margin-top: 12px;
}
#telephone .number {
	font: 700 46px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #1ab0dc;
	line-height: 1;
	margin-top: -6px;
}
#telephone .slogan {
	font: 600 20px 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #343636;
	line-height: 1;
}

#content {
	padding: 40px 0 0 20px;
}

article .content-image {
	float: right;
	margin: -10px 0 20px 20px;
}
article .map {
	margin-bottom: 30px;
}
article ul {
	margin: 0 0 30px 20px;
	list-style: disc;
}
article ul.ticks {
	margin: 0 0 30px 0;
	list-style: none;
}
article .ticks li {
	font: 600 1.4em 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('images/icons/tick-green.png') no-repeat top left;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
}
article p {
	margin-bottom: 20px;
}

#sidebar {
	margin-top: -88px;
	background-color: #f3f3f3;
}
#sidebar h6 {
	font: 700 18px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #555555;
}
#sidebar hr {
	background: transparent url('images/sidebar-hr.jpg') center center no-repeat;
	height: 1px;
	border: none;
	margin: 15px 0;
}
#sidebar .quote-title {
	font: 700 16px 'Open Sans', Arial, Helvetica, sans-serif;
	background-color: #7fba00;
	padding: 14px 20px 12px 20px;
	color: #ffffff;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#sidebar .quote-content {
	font-size: 12px;
	background-color: #75a808;
	padding: 15px 20px;
	color: #ffffff;
}
#sidebar .quote-content ul.ticks {
	margin: 10px 0 15px 0;
}
#sidebar .quote-content ul.ticks li {
	font-size: 11px;
	color: #ffffff;
	background: url('images/icons/tick.png') no-repeat center left;
	padding: 5px 0 5px 26px;
}
#sidebar .inner {
	padding: 15px 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#services h6 {
	font: 700 1.4rem 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#services img {
	margin-bottom: 15px;
}

#footer {
	background-color: #545454;
	padding: 15px 20px;
	color: #c3c2c2;
	font-size: .9em;
}
#footer .top {
	margin-bottom: 20px;
}
#footer a {
	color: #c3c2c2;
}
#footer a:hover {
	color: #ffffff;
}

.button {
	font: 600 16px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	color: #383838;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	background-color: #f2c529;
	background-image: linear-gradient(bottom, #f2c529 34%, #f2d329 84%);
	background-image: -o-linear-gradient(bottom, #f2c529 34%, #f2d329 84%);
	background-image: -moz-linear-gradient(bottom, #f2c529 34%, #f2d329 84%);
	background-image: -webkit-linear-gradient(bottom, #f2c529 34%, #f2d329 84%);
	background-image: -ms-linear-gradient(bottom, #f2c529 34%, #f2d329 84%);
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.35);
}

.home-banner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px 15px;
	margin-bottom: 30px;
	text-align: center;
	font: 1.4rem 'Open Sans', Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #75a808;
}
.home-banner .top {
	font: 2.1rem 'Open Sans', Arial, Helvetica, sans-serif;
}
.home-banner hr {
	background: #75a808;
	background: -moz-linear-gradient(left, #75a808 0%, #ffffff 50%, #75a808 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#75a808), color-stop(50%,#ffffff), color-stop(100%,#75a808));
	background: -webkit-linear-gradient(left, #75a808 0%,#ffffff 50%,#75a808 100%);
	background: -o-linear-gradient(left, #75a808 0%,#ffffff 50%,#75a808 100%);
	background: -ms-linear-gradient(left, #75a808 0%,#ffffff 50%,#75a808 100%);
	background: linear-gradient(to right, #75a808 0%,#ffffff 50%,#75a808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75a808', endColorstr='#75a808',GradientType=1 );
	height: 1px;
	border: none;
	margin: 8px 0;
}

.below-content-widget-title {
	font: 600 28px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 20px 20px 0 20px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	line-height: 24px;
	background-color: #eabd1f;
}

.town-table {
	border-collapse:collapse;
	table-layout: fixed;
	margin-bottom: 30px;
}
.town-table th,
.town-table td {
	border: 1px solid #cccccc;
}
.town-table .title {
	font: bold 18px 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px;
	letter-spacing: -1px;
	background: url('images/grey-bg.png') repeat-x;
	width: 33%;
}
.town-table .box {
	background-color: #f1f1f1;
	padding: 10px;
	line-height: 160%;
}
.town-table .bottom {
	font: 20px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
.town-table ul {
	list-style: none;
	margin: 0;	
}
.town-table li {
	margin: 0 0 8px 0;
	padding: 0 0 0 17px;
	background: url('images/table-tick.png') no-repeat left 5px;
}

.map_canvas {
	margin-bottom: 30px;
}

.catlinks p { margin-bottom: 10px; }
.catlinks ul { margin:0; padding:0; list-style:none; display:inline; }
.catlinks li { margin:0 15px 8px 0; display:block; padding-bottom:4px; padding-left:14px; border-bottom:1px dotted #cccccc; color:#999; float: left; }
.catlinks li a { text-decoration:none; color: #191b1b; }
.catlinks li a:hover { color: #666666; }
.catlinks li:before { 
    content: "";
    border-color: transparent #F8D12F;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.catlinks li:hover:before { 
    content: "";
    border-color: transparent #111;
}

.testimonial {
	border: 1px solid #FAE89E;
	background: #FFFBDF url('images/qo.png') no-repeat top left;
	margin: 30px 0;
}
.testimonial-content {
	padding: 20px 48px;
	line-height: 24px;
	background: url('images/qc.png') no-repeat bottom right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wehelp ul { padding: 0; margin: 0 0 30px 10px; list-style: none; }
.wehelp li {
	background: url('images/check.png') no-repeat left 4px;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding-left: 25px;
}

/* Mobile */
@media only screen and (max-width: 400px) {
	#telephone .img { display: none; }
	#telephone .number { font-size: 40px; }
}

@media only screen and (max-width: 767px) {
	#stripe .button {
		display: block;
		width: 40%;
		margin: 0 auto;
	}
	#telephone {
		margin: 20px 0; 
	}
	#content {
		padding: 20px 0px 0px 0px;
	}
	article {
		padding: 0 10px;
	}
	#sidebar {
		margin-top: 0px;
	}
	#content p,
	#sidebar p,
	#footer p {
		font-size: 1em;
	}
	#footer p {
		margin-bottom: 20px;
	}
	
	#sidebar .quote-content ul.ticks li {
		text-align: left;
	}
	
	.icon-telephone,
	.slogan,
	.arrow-free-quote,
	.content-image,
	.below-content-widget {
		display: none;
	}
	
	.town-table .title {
		background: none;
		background-color: #dedede;
	}
	.town-table .bottom {
		padding: 10px;
	}
	.town-table li {
		padding: 0;
		background: none;
	}
}

@media only screen and (max-width: 1007px) {
	.js .selectnav { display: block; }
}

@media only screen and (min-width: 767px) and (max-width: 1007px) {
	#telephone .number {
		font-size: 32px;
	}
	#telephone .slogan {
		font-size: 14px;
	}
}