/*
Theme Name: Torbay Discount Card
Theme URI: http://www.torbaydiscountcard.co.uk/
Author: E-Volve Media
Author URI: http://www.e-volvemedia.co.uk
Description: Wordpress theme for Torbay Discount Card
Version: 1.0
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* Decalre the font face for website usage */ 


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		 }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fffddf !important;
		font: 14px/21px Arial, Helvetica, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x:hidden !important;
 }
 
 	.container .holder .full { width:910px; margin:0 auto;}
 	.leftcol { float:left;  margin:40px 0 50px 0px; font-size:14px; min-height:100%;}
 	.rightcol {float:right; margin-bottom:28px;}
 	.rightcol .box {  border: 1px solid #dfdfdf; background:#fff; padding:17px; 25px; position:relative; -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px; margin:25px 0 0 0;}
	.rightcol .box img { position:absolute; right:0; bottom:-1px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; z-index:1;}
	.rightcol .box .dir { width:128px; position:relative;}
	.rightcol .box .last { }

	.rightcol .last { margin-right:0px; }
 	.rightnav { background: #c9d91e; color:#878787; padding:40px 25px 40px 25px; border-radius:5px; -moz-border-radius:5px;-webkit-border-radius:5px; margin-top: 45px;}
 	.rightnav li:first-child {padding-top:0px;}
 	.rightnav li { width:230px; list-style:none; height:35px; line-height:35px; border-bottom: 1px solid #4b403c;}
 	.rightnav a, .rightnav a:link { color:#4b403c; font-weight:bold; text-decoration:none; }
 	.rightnav a:visited { color:#4B403C;}
 	
 	.rightnav .register { margin: 20px 0 20px 0;}
 	.map { padding-bottom:20px;}
 	.rightnav .map .wpgeo_map { width:280px !important; height:280px !important;}

 	.top-bg-image { position:relative; left:0; top:0px; width:100%; overflow:hidden; z-index:2; height:117px;}
 	.leftcol .article h1 a { text-decoration:none; margin-bottom:20px; }
 	.ablog { margin-bottom:20px;}
 	
 	br { display:none; }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px; line-height: 30px; margin-bottom: 14px;}
	h2 { font-size: 20px; line-height: 20px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 18px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 16px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #c9d91e; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #ab9f99; /* Old browsers */
	  border: none;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 4px;
	  color: #c9d91e;
	  display: inline-block;
	  font-size: 13px;
	  font-weight: 700;
	  text-decoration: none;
	  text-transform:uppercase;
	  width:150px;
	  height:39px;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 39px;;
	  padding: 0;
	  font-family: Arial, Helvetica, sans-serif;
	  z-index:8;
	  text-align:center; 
	  position:relative;}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fff;
		background: #4b403c; /* Old browsers */
		}


	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
	.btn-register { padding:15px 34px; width:220px; height:40px; line-height:40px; background:#65a850; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	
	.btn-register a:hover { color:#000;}

/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container .holder:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }



/* #Forms
================================================== */

	.form .screenReader { left:-9999px; position:absolute; top:-9999px; display:none;}

	form {
		position:relative;
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		padding: 0px 12px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		height:39px;
		color: #c9d91e;
		margin: 0;
		width: 352px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #ab9f99;
		border-radius:5px; 
		-moz-border-radius: 5px;
		-webkit-border-radius:5px;
		 }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #c9d91e;
 		font-size:14px;
 		-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: 700;
		font-size: 14px; 
		float:left;
		width:95px; }
	select {
		width: 220px; 
		margin-bottom:20px !important;}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
	.name-label, .email-label { margin: 8px 38px 0 0; }
	textarea { min-width:350px; min-height:152px; padding:0 10px;}
	
	.search-field { width:175px  !important; }
	.search-field 

	select.discountoff { margin-bottom:20px !important; }

/* #Misc
================================================== */
	#wrap { width:100%; margin:0 auto; height:100%; height:auto !important; }
	
	#header-wrap { width:100%; margin:0 auto; height:61px; position:relative; text-transform:uppercase; z-index:77; background:#4b403c;}
	#header-wrap header { position:relative;}
	
	a#tdc-logo { display:block; width:145px; height:140px; position:absolute; top:15px; background: #4b403c; text-align:center; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
	a#tdc-logo img { position:absolute; left:-3px;}
	
	#navbar { border-bottom:0 !important;}
	#navbar ul { background:#4b403c; margin-top:8px !important;}
	#navbar ul li a { color:#c9d91e; font-weight:bold; line-height:10px; }
	#navbar ul li a:hover { color:#67aa50;}
	.navbar-nav { margin-top:0.5px !important;}
	
	#banner-wrap{ width:100%; height:384px; position:relative; background:#f6faed; overflow:hidden !important;}
	#banner { width:100%; height:384px; position:absolute; left:0; top:0; z-index:1; overflow:hidden !important;}
	#banner-image { width:100%; height:384px; left:0; top:0; z-index:1; overflow:hidden !important;}
	
	.banner-inner { width:960px; margin:0 auto; position:relative; z-index:8;}
	.banner-inner .banner-text { width:437px; position: absolute; right:0; top:100px; z-index:88; text-align:right;}
	.banner-inner .banner-text .bannerhead { font-size:29px; color:#fff; line-height:35px; margin: 0 0 37px text-align:right; font-weight:700; text-transform: uppercase;}
	.banner-inner .banner-text .bannerinnertxt { font-size:18px; color:#fff;}
	.banner-inner .main-img { margin-top:100px;}
	
	#welcomebox { height:auto; margin: 0 auto; background: #c9d91e; }
	#welcomebox .leftcol p { font-size:16px; }
	#welcomebox .leftcol img { margin-left:2px;}
	#welcomebox .rightcol {float:left; width:585px; margin:50px 0; padding:0;}
	#welcomebox .rightcol h1, #welcomebox .rightcol h2 { font-size:18px; line-height: 21px; margin-bottom:14px; font-weight:bold; color:#4b403c;}
	
	#latestblogs {height:auto; margin:0 auto; padding:50px 0 34px; border-top:1px solid #efefef; }
	#latestblogs .col { float:left; width:275px; margin:0 45px 0 0; padding:8px 0 63px; border-top:1px solid #4b403c; position:relative; }
	#latestblogs .col h3 { font-weight:normal; line-height:21px; margin-bottom:12px; }
	#latestblogs  h2 { color:#4b403c; }
	#latestblogs .col p { color:#4b403c;}
	#latestblogs .col p.date { font-size:12px; color:#626262; margin-bottom:15px;}
	#latestblogs .col .button { position:absolute; bottom:0; }
	#lastestblogs .col a { font-weight:bold !important; }
	
	.notice { border: 4px solid #000; margin-bottom:20px;text-align:center;font-weight:bold; }
	
	
	.rslides { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
	.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0;  }
	.rslides li:first-child { position: relative;  display: block; float: left; }
	.rslides img { display: block; position:absolute;  left:0nypx; top:0; border: 0; }
	.rslides li img.bg-image{ width:100%; overflow:hidden; z-index: 2;}
		
	.container .holder { width:100%; margin:0 auto; position:relative; z-index:0; background: #fffddf; padding:0;} 
	.blogs { background-color:#fffddf;}
	.blogs .inner { width:960px;}
	
	.articleholder { }
	.articleholder .img br { display:block;}
	.articleholder .article { }
	.articleholder .article h1 a { color:#4b403c;}
	.articleholder .article h1 a:hover { text-decoration:underline;}
	
	.articleholder .article .discount { position:absolute; right:0px;top:70px;}
	
	.home-btns { background:url('./images/slide_bkround_1.png')}
	.home-btns .box { height:140px; margin: 54px 30px; background:#fff; border-radius:4px;  -webkit-border-radius:4px; -moz-border-radius:4px;  color:#5a4b4c}
	.home-btns .box a { display:block; text-decoration:none;}
	.home-btns .box h3 { font-size:18px; line-height:21px; color:#f59130; margin-bottom:17px;}
	.home-btns.box .button { width:94px; height:34px; line-height:34px; font-size:12px;}
	.home-btns .box img { position:absolute; right:0; bottom:0;}
	
	
	.bottom-footer-wrap { background:#c9d91e; }
	.bottom-footer { margin:0 auto; position:relative; text-align:center;}
	.bottom-footer .contact { text-transform:uppercase; }
	.bottom-footer span { height:52px; padding-right:20px; color: #4b403c; margin-right:27px; border-right: 2px; solid #d5d5d5; line-height:52px; width:172px; }
	.bottom-footer ul, .bottom-footer li { list-style: none; width:200px; margin-right:20px; display:inline; padding:10px;}
	.bottom-footer a img { margin-top:10px;}
	.bottom-footer li.last { margin-right:0;}
	
	.inner { width:960px; margin:0 auto; position:relative;}
	.contact { font-size:18px; font-weight:bold;}
	.tel { font-size:19px; font-weight:bold;}
	.mail { font-size: 19px; font-weight:bold; border-right:0px !important; padding-right:0px !important; margin-left:12px;}
	
	#footer-wrap { width:100%; background:#5f524d; position: relative;}
	#footer-wrap #footer { height:34px;line-height:34px; margin:0 auto; font-size:10px; color:#fff; position:relative; margin-bottom:-1px;}
	#footer-wrap #footer a { color:#fff; text-decoration:none;}
	#footer-wrap #footer a:hover { text-decoration:underline;}
	
	.location a, .location a:link { color:#4B403C; font-weight:bold;}
	.location a:hover { text-decoration:underline;}
	
	.right { float:right; }
	.left { float:left; }
	
	.pagetitle { height:117px; }
	.headcontainer { position:relative; left:176px; top:32px;}
	.pageheading { font-size:30px; position:absolute; z-index:15;}
	
	
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	.alignright { float:right; }
	.alignleft { float:left; }

	.greentext { color:#70aa4d; font-weight:bold; margin-bottom:20px;}
	
	.results { text-align:center;}
	.results .page-numbers { font-weight:bold; color:#70aa4d; font-size:16px; padding: 0 5px; background: #fff; border: 1px solid #70aa4d; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
    .results .page-numbers a, .results .page-numbers a:link { text-decoration:none !important; }
    .results .page-numbers a:visited { text-decoration:none !important; }
    .current { background:#ab9f99 !important; color:#fff !important; }
        



/**
 * 	Make it Mobile 
 */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */
