/*
Theme Name: Twenty Fourteen
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}



/*CONTACT FORM 7*/
	
	#con {
		background-image: url(images/bg.PNG);
		background-color: #ffffff;
		background-size: cover;
	}
		
	.header_con {
		text-align: center;
		background-color: #ffffff;
		padding-bottom: 5px;
		border-bottom: 1px solid #475577;
	}
	.header_con p {
		color: #8dc53f;
		font-family: 'Open Sans', sans-serif;
		font-weight: 500;
		font-size: 20px;
		margin-bottom: 5px !important;
	}
	
	.header_form {
		background: url(images/logo.PNG) no-repeat 0 0 scroll transparent;
		height: 90px;	
		width: 398px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.body_form h1 {
		text-align: center;
		font-weight: 900;
		font-size: 25px;
		font-family:'Arial Black', Gadget, sans-serif;
		font-style: italic;
		color: #7fd444;
		text-shadow: 0px 2px 0px rgba(66, 171, 0, 1);
	}
	
	#question {
		max-width: 640px !important;
		padding-top: 35px;
	}
	
	#question p {
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		font-size: 20px;
		color: #58585a;
		margin-bottom: 5px !important;
	}
	#question input {
		padding-bottom: 15px!important;
	}
	
	#question input[type="text"] {
		color: #252525;
		font-size: 12px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		margin-bottom: 10px;
		padding-left: 14px;
		padding-right: 30px;
		background: #ffffff;
		border: none;
		height: 33px;
		box-shadow: 1px 2px 0 rgba(0,0,0,.5);
		padding: 12px;
	}
	
	#question input[type="text"], input[type="file"] {
		width: 93%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.file-117 , .file-834 {
		margin-left: 20px;
	}

	#question  .radio-522 input[type="radio"] {
		position: relative;
		top: 35px;
		margin-left: 0px;
		left: 62px;
	}
	
	#r_img {
		padding-top: 15px;
	}
	
	.radio-522 .wpcf7-radio #image0{
		background: url(http://tradediscount.com.au/wp-content/uploads/2014/08/1.jpg) no-repeat 0 0 scroll transparent;
		font-size: 45px;
		width: 105px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		color: transparent;
		background-size: cover;
		border: 1px solid rgba(0,0,0,.3);
	}
	
	.radio-522 .wpcf7-radio #image1{
		background: url(http://tradediscount.com.au/wp-content/uploads/2014/08/2.jpg) no-repeat 0 0 scroll transparent;
		font-size: 45px;
		width: 105px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		color: transparent;
		background-size: cover;
		border: 1px solid rgba(0,0,0,.3);
	}
	
	.radio-522 .wpcf7-radio #image2{
		background: url(http://tradediscount.com.au/wp-content/uploads/2014/08/demo3.jpg) no-repeat 0 0 scroll transparent;
		font-size: 45px;
		width: 105px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		color: transparent;
		background-size: cover;
		border: 1px solid rgba(0,0,0,.3);
	}
	
	.radio-522 .wpcf7-radio #image3{
		background: url(http://tradediscount.com.au/wp-content/uploads/2014/08/demo4.jpg) no-repeat 0 0 scroll transparent;
		font-size: 45px;
		width: 105px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		color: transparent;
		background-size: cover;
		border: 1px solid rgba(0,0,0,.3);
	}
		
	.radio-522 .wpcf7-radio #image4{
		background: url(http://tradediscount.com.au/wp-content/uploads/2014/08/5.jpg) no-repeat 0 0 scroll transparent;
		font-size: 45px;
		width: 105px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		color: transparent;
		background-size: cover;
		border: 1px solid rgba(0,0,0,.3);
	}
	
	.file-834 input[type="file"], .file-117  input[type="file"]{
		color: #aeaeae;
		font-size: 12px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 100;
		margin-bottom: 10px;
		padding-right: 30px;
		background: #ffffff;
		border: none;
		height: 33px;
		box-shadow: 1px 2px 0 rgba(0,0,0,.5);
		padding: 7px;	
	}
	
	.radio-88 .wpcf7-radio #image0, 
	.radio-88 .wpcf7-radio #image1, 
	.radio-88 .wpcf7-radio #image2, 
	.radio-88 .wpcf7-radio #image3, 
	.radio-88 .wpcf7-radio #image4 {
		
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.radio-88 .wpcf7-radio {
		margin-left: 20px;
	}
	
	.radio-88 .first {
		margin-right: 15px !important;
	}
	

	#con input[type="submit"] {
		opacity: 1;
		max-width: 165px !important;
		float: right;
		background-color: #7fd444 !important;
		border-color: #42ab00 !important;
		font-family: 'Open Sans';
		margin-top: 30px !important;
		padding-bottom: 10px !important;
		padding-top: 10px !important;
		width: 100%;
		border-image: none;
		border-radius: 3px;
		border-style: none none solid;
		border-width: medium medium 4px;
		color: #FFFFFF;
		display: inline-block;
		text-decoration: none;
		transition: all 0.3s ease 0s;
		float: none;
		margin-left: auto;
		margin-right: auto;}
	
	#con input[type="submit"]:hover {
		opacity: 0.8;}
	
	#question .qbutton {
		text-align: center;
	}
	
	.wpcf7-response-output {
		max-width: 615px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.q_upload { 
		background: url('images/file_attach.PNG') 40px 6px no-repeat #ffffff !important;
		text-indent: -50000px; 
	}
	
	span.wpcf7-list-item {
		margin-left: 0 !important;
	}
	
/*END CONTACT FORM 7*/
