/*
Theme Name: Tads
Theme URI: http://2021.com.au
Author: 20/21
Author URI: http://2021.com.au
Description: Tads wordpress theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

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.

 _s is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

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/
*/


/* =Imports
-------------------------------------------------------------- */
@import url('css/genericons.css');


/* =Reset
-------------------------------------------------------------- */

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;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.4;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 0.5em 0 1em 0;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.3em;
}
h5 {
    font-size: 1.1em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
	max-width: 100%;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #fff;
    text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0.2);
	background: #95CD34;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: rgba(0,0,0,0.3);
	background: #8ac12c;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: rgba(0,0,0,0.3);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	max-height: 10em;
}

/* Links */
a {
	color: #94CB38;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #609507;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Layout
----------------------------------------------- */
.container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.col {
    margin-left:2%;
    padding:0 1.5%;
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}
.row {
    padding: 1em;
}
.row .col:first-child {
    margin-left:0;
}
.span_1 {
    width:6.5%;
}
.span_2 {
    width:15.0%;
}
.span_3 {
    width:23.5%;
}
.span_4 {
    width:32.0%;
}
.span_5 {
    width:40.5%;
}
.span_6 {
    width:49.0%;
}
.span_7 {
    width:57.5%;
}
.span_8 {
    width:66.0%;
}
.span_9 {
    width:74.5%;
}
.span_10 {
    width:83.0%;
}
.span_11 {
    width:91.5%;
}
.span_12 {
    margin-left:0;
    width:100%;
    float: none;
}


/* =Header
----------------------------------------------- */
.site-header {
    background-color: #000000;
}
.site-header .site-branding {
    float: left;
}
/* slideshow */
.main-slider { 
    position: relative; 
    overflow: auto;
    width: 100% !important;
}
.main-slider ul {
    margin: 0;
}
.main-slider li { 
    list-style: none;
    float: left;
    position: relative;
}
.main-slider .content {
    color: #FFFFFF;
    position: absolute;
    bottom: 2em;
    left: 0;
    width: auto;
    padding: 0.25em 2em 0.25em 3em;
    background-color: #9fba2a;  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B6D438), to(#7DC438));
    background-image: -webkit-linear-gradient(#B6D438, #7DC438);
    background-image: -moz-linear-gradient(#B6D438, #7DC438);
    background-image: -o-linear-gradient(#B6D438, #7DC438);
    background-image: linear-gradient(#B6D438, #7DC438);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-slider .content h3 {
    margin-bottom: 0;
}
.main-slider .content a {
    color: #fff;
}
.main-slider .content p {
    text-align: left;
}
.main-slider .dots {
    bottom: 10px;
    left: 49%;
    position: absolute;
    margin: 0;
}
.main-slider .dots li {
    text-indent: -999px;
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    margin-right: 0.25em;
    cursor: pointer;
}
.main-slider .dots li.active {
    background-color: #fff;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
    clear: both;
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    width: auto;
    text-transform: uppercase;
    font-size: 0.9em;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	float: left;
	position: relative;
	margin-right: 0.5em;
}
.navigation-main a {
    color: #fff;
    border-top: 5px solid transparent;
    display: block;
    padding: 2em 1em;
    text-decoration: none;
}
.navigation-main .menu > li:hover > a {
     border-top-color: #799f37;
     background-color: #333;
}
.navigation-main ul ul {
    background-color: #333;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 100%;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul li:hover a {
    background-color: #222;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul li a {
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.1);
    padding: 0.5em;
	width: 200px;
}
.navigation-main ul ul li {
    margin-right: 0;
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main .menu > li.current_page_item > a,
.navigation-main .menu > li.current-menu-item > a {
     border-top-color: #95CD34;
}
/* mobile menu */
.menu-toggle {
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    font-size: 2em;
    padding: 0.75em 0.5em;
    float: right;
}
.navigation-main.open {
    width: 100%;
    display: block;
    position: relative;
}
.navigation-main.open ul, .navigation-main.open li {
    float: none;
    position: relative;
}
.navigation-main.open a {
    padding: 0.3em;
    border: none;
    width: 100%;
}
.navigation-main.open ul ul {
    display: block;
    font-size: 0.9em;
    padding-left: 1em;
    background-color: transparent;
}
.navigation-main.open ul ul li:before {
    color: #88D044;
    content: "-";
    float: left;
    padding-right: 0.5em;
}

/* =Content
----------------------------------------------- */
.site-main {
    background-color: #fff;
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#FFFFFF), color-stop(0.74, #FFFFFF), color-stop(0.74, #FAFAFA), to(#FAFAFA));
    background-image: -webkit-linear-gradient(to right, #FFFFFF 0%, #FFFFFF 74%, #FAFAFA 74%, #FAFAFA 100%);
    background-image: -moz-linear-gradient(to right, #FFFFFF 0%, #FFFFFF 74%, #FAFAFA 74%, #FAFAFA 100%);
    background-image: -o-linear-gradient(to right, #FFFFFF 0%, #FFFFFF 74%, #FAFAFA 74%, #FAFAFA 100%);
    background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 74%, #FAFAFA 74%, #FAFAFA 100%);
    border-top: 8px solid #EAEAEA;
}
.home .site-main {
    background-color: #fff;
    background-image: none;
}
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0 0 1.5em 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-title {
    margin-bottom: 0;
}
.entry-header p {
    margin: 0;
}
.entry-header .border {
    background-color: #7FB423;
    display: block;
    height: 5px;
    margin: 0.5em 0 1.25em 0;
    width: 25%;
}

/* =Home page
----------------------------------------------- */
.home #primary {
    width: 100%;
}
.home .site-content h1 {
    margin: 0;
}
.home .site-content {
    text-align: center;
}
.home .site-content .col {
    text-align: left;
}
.home .site-content .span_1 {
    width:18.4%;
}
.home .site-content .span_2 {
    width:38.8%;
}
.home .site-content .span_3 {
    width:59.2%;
}
.home .site-content .span_4 {
    width:79.6%;
}
.home .site-content .span_5 {
    margin-left:0;
    width:100%;
}
        
        
/* =Action Box
----------------------------------------------- */
.site-action {
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    background-color: #9fba2a;  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B6D438), to(#7DC438));
    background-image: -webkit-linear-gradient(#B6D438, #7DC438);
    background-image: -moz-linear-gradient(#B6D438, #7DC438);
    background-image: -o-linear-gradient(#B6D438, #7DC438);
    background-image: linear-gradient(#B6D438, #7DC438);
}
.site-action > .row {
    padding: 2em 1em 3em;
}
.site-action h2 {
    color: #fff;
}
.site-action p {
    font-weight: bold;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

#secondary .widget-title {
    border-top: 3px solid #555555;
    font-size: 1.3em;
    margin-top: 1.5em;
    padding-top: 0.5em;
}


/* =Footer
----------------------------------------------- */

.site-footer {
    background-color: #3E484A;
    color: #aaa;
    font-size: 0.75em;
}
.site-footer > .row {
    padding: 2em 1em;
}
.site-footer h3 {
    border-bottom: 1px dotted;
    color: #CCCCCC;
    font-weight: normal;
    padding-bottom: 1px;
}
.site-footer h3:after {
    border-bottom: 1px dotted;
    content: "";
    display: block;
    width: 100%;
}
.site-copyright {
    background-color: #3E484A;
    color: #999;
    font-size: 0.7em;
    border-top: 1px solid #808A8C;
}
.site-copyright > .row {
    padding: 2em 1em;
}


/* =Shortcodes
----------------------------------------------- */
/* Show */
.show-item img {
    border-bottom: 5px solid #88C647;
}
.show-item h3 {
    border-bottom: 2px solid #88C647;
    font-size: 1em;
    padding-bottom: 0.25em;
}
.show-item .button {
    display: block;
    color: #fff;
    font-size: 0.9em;
    margin: 0.75em 0;
    padding: 0.25em 0.5em;
    text-align: center;
    position: relative;
    background-color: #9fba2a;  
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#B6D438), to(#7DC438));
    background-image: -webkit-linear-gradient(#B6D438, #7DC438);
    background-image: -moz-linear-gradient(#B6D438, #7DC438);
    background-image: -o-linear-gradient(#B6D438, #7DC438);
    background-image: linear-gradient(#B6D438, #7DC438);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.show-item .button:after {
    border-color: #7DC438 transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 47%;
    position: absolute;
    top: 100%;
}
.show-item .button:hover {
    background-position: 0 0.1em;
}

/* Maps */
.map {
    margin: 22px 0;
}

/* Buttons */
.button {
    color: #fff;
    text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0.2);
	background: #95CD34;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.button:hover {
	border-color: rgba(0,0,0,0.3);
	background: #8ac12c;
	color: #fff;
}

/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets/Plugins
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* Gallery */
.ngg-galleryoverview p {
    margin: 0;
}
.ngg-galleryoverview p br {
    display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* =Media Quiries
----------------------------------------------- */
@media all and (max-width: 55em) {
    .navigation-main a {
        border-top: 5px solid transparent;
        color: #FFFFFF;
        display: block;
        padding: 2em 0.3em;
        text-decoration: none;
    }
    
}

@media all and (max-width: 45em) {
    .menu-toggle {
		display: block;
	}
	.navigation-main {
		display: none;
	}
    .col {
        width: 100% !important;
        margin: 0;
    }
    .main-slider .content {
        font-size: 0.8em;
    }
    .site-main {
        background-image: none;
    }
    #secondary {
        border-top: 1px solid #DDDDDD;
        padding-top: 2em;
    }
    .show-item .button {
        margin: 1em 0 3em 0;
        clear: both;
    }
    .show-item img {
        float: left;
        margin: 0 1em 1em 0;
    }
    .show-item h3 {
        clear: none;
    }
    .show-item > br {
        display: none;
    }
}


@media all and (max-width: 35em) {
    .main-slider .content p {
        display: none;
    }
    .show-item img {
        float: none;
        margin: 0;
    }
}