/*
Theme Name: Tai Tokerau Trades Academy
Author: Big Fish Creative
Version: 999
*/

/* ----------------------------------------------------------------
    RESET
-----------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #000; }
body { line-height: 1; }
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; }
[hidden] { display: none; }
html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input[type="text"],
input[type="email"],
input[type="password"],
textarea { -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; }
input[type="submit"],
input[type="reset"] { -webkit-appearance: none; }
.input-block-level { display: block; width: 100% !important; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; *zoom:1;}
* html .clearfix { height: 1%;} /* Hides from IE-mac \*/
.clearfix { display: block;}
.clear { height: 0; background: transparent; width: 100% !important; clear: both; margin: 0 !important; }

/* ----------------------------------------------------------------
    STRUCTURE
-----------------------------------------------------------------*/

.container { max-width: 940px; margin: 0 auto; clear: both; }
.inset { padding: 30px; overflow: hidden; }
.align-left { float: left; }
.align-right { float: right; }
.clear { height: 1px; margin-bottom: 30px; width: 100%; float: none; clear: both; }

.col-full { width: 100%; }
.col-half { width: 48%; }
.col-one-third { width: 30.63%; }
.col-two-third { width: 65.33%; }
.col-one-fourth { width: 22%; }
.col-three-fourth { width: 74%; }
.col-one-fifth { width: 16.8%; }
.col-two-fifth { width: 37.6%; }
.col-three-fifth { width: 58.4%; }
.col-four-fifth { width: 79.2%; }
.col-one-sixth { width: 13.33%; }
.col-five-sixth { width: 82.67%; }

.col-full, .col-half, .col-one-third, .col-two-third, .col-three-fourth, .col-one-fourth, .col-one-fifth, .col-two-fifth, .col-three-fifth, .col-four-fifth, .col-one-sixth, .col-five-sixth { display: block; position: relative; margin-right: 4%; margin-bottom: 50px; float: left; }

.col-full { clear: both; float: none; margin-right: 0; }
.col-last { margin-right: 0; clear: right; }

/* ----------------------------------------------------------------
    REPEATABLE PATTERNS
-----------------------------------------------------------------*/

html { height: 100%; }
html, body { width: 100%; margin: 0; padding: 0; background-color: #fffef3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { min-height: 100%; }

hr { border: none; height: 1px; background-color: #555; width: 100%; clear: both; margin: 20px 0; }

/* TABLES */

th,
td { border: 1px solid #00bcea; border-top: none; }
th { background: #00bcea; color: #fff; text-transform: uppercase; padding: 12px 14px; font-size: 20px; }
td { padding: 10px 14px; background: #fffef3; font-size: 13px; line-height: 19px; }

/* LISTS */

ul, ol, dl { margin: 0 0 30px 35px; }
ul { list-style: disc; }
ol { list-style: decimal; }
ul li, ol li { margin-bottom: 8px; }
.list-reset { margin: 0; padding: 0; list-style: none; }

/* FORMS */

form p { margin-bottom: 20px; }
label { font-weight: bold; display: inline-block; padding-bottom: 2px; }
label span { color: #bf1e2e; }
input[type="text"], input[type="email"], input[type="search"], input[type="password"], select, textarea { display: block; background: #fffef3; color: #888; padding: 8px 14px; border: 1px solid #707070; outline: 0; font-family: Arial, sans-serif; font-size: 15px; line-height: 24px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
input[type="text"], input[type="email"], input[type="password"], textarea { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, select:focus, textarea:focus { background-color: #ecfff9; color: #555; border-color: #2b735c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); }
input[type="submit"] { font-family: Arial, sans-serif; background-color: #bf1e2e; text-transform: uppercase; font-size: 16px; line-height: 20px; color: #fff; font-weight: bold; letter-spacing: 1px; padding: 12px 25px; display: inline-block; position: relative; cursor: pointer; border: none; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }
input[type="submit"]:hover, input[type="submit"]:active { background-color: #d91428; }
#captcha { margin-bottom: 20px !important; }
div.wpcf7-response-output { margin: 2em 0 1em 0 !important; padding: 12px 15px !important; border: none; font-size: 16px; line-height: 22px; }
div.wpcf7-validation-errors { border-left: 5px solid #e90e0e; background-color: #ffe7e7 !important; color: #e90e0e !important; }
span.wpcf7-not-valid-tip { font-size: 14px !important; line-height: 18px; font-style: italic; width: auto !important; padding: 6px 0 0 6px; color: red !important; text-shadow: none; font-weight: 400; }
div.wpcf7-mail-sent-ok { background-color: #f1ffeb !important; border-left: 5px solid #398F14; padding: 12px 20px; color: #398F14 !important; }

/* IMAGES */

img { max-width: 100%; height: auto; }

/* SECTIONS */

.page-section { margin-bottom: 45px; }
.bg { background: #f8f4e5; }

/* TEASERS */

.teaser-list li { margin-bottom: 30px; }
.teaser img { margin: 5px 0; width: 100%; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out;}
.teaser img:hover { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; -webkit-filter: grayscale(100%); }
.teaser h3 { margin-bottom: 6px; }
.teaser p { font-size: 14px; line-height: 20px; }

/* ----------------------------------------------------------------
    TYPOGRAPHY
-----------------------------------------------------------------*/

body { font-family: Arial, sans-serif; font-size: 15px; line-height: 24px; color: #555555; }

p, blockquote, table, fieldset { margin-bottom: 15px; }

strong { font-weight: 600; }
em, i { font-style: italic; }
small { font-size: 13px; font-style: italic; }
caption { text-align: left; }

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; position: absolute !important; }

.kicker { font-weight: bold; }
.centered { text-align: center;}
.upper { text-transform: uppercase; }
.shadow { text-shadow: 4px 4px 5px rgba(0,0,0,0.4); }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; font-weight: bold; text-transform: uppercase; margin-bottom: 15px; clear: both; }
h1 { font-size: 30px; line-height: 34px; margin-bottom: 25px; }
h2 { font-size: 24px; line-height: 28px; }
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 16px; line-height: 20px; }

/* LINKS */

a { text-decoration: none; color: #267058; cursor: pointer; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -o-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
a:hover, a:active { color: #349576; }
a.more { display: block; font-weight: bold; text-transform: uppercase; padding: 8px; text-align: center; border-top: 2px solid transparent; border-bottom: 2px solid transparent; }
a.more:hover { color: #fff; }

/* ----------------------------------------------------------------
    HEADER
-----------------------------------------------------------------*/

#masthead { padding-top: 10px; }
	
	#logo { display: block; line-height: 0; }
	
	/* MAIN NAV */
	
	#responsive-nav { display: none; }
	#main-nav { font-weight: bold; font-size: 16px; margin-top: 87px; }
	#menu-main-navigation { list-style: none; float: right; margin: 0; }
	#menu-main-navigation > li { float: left; position: relative; margin-bottom: 0; }
	#menu-main-navigation > li > a { color: #898989; display: block; padding: 20px 16px 10px 16px; text-decoration: none; }
	#menu-main-navigation > li:last-child > a { padding-right: 0; }
	#menu-main-navigation ul.sub-menu { display: none; list-style: none; margin: 0; padding: 0; background-color: #fffef3; position: absolute; top: 54px; left: -20px; width: 210px; z-index: 99999; -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); }
	#menu-main-navigation li:hover > ul { display: block; }
	#menu-main-navigation ul.sub-menu li { margin-bottom: 0; }
	#menu-main-navigation ul.sub-menu a { display: block; background-color: #fffef3; color: #555; font-size: 14px; line-height: 18px; font-weight: normal; height: auto; padding: 10px; width: 190px; text-align: center; }
	#menu-main-navigation li:hover ul.sub-menu a:hover, #menu-main-navigation li:hover ul.sub-menu li.current-menu-item a { color: #fff; }
	#menu-main-navigation li:hover ul.sub-menu li.current-menu-item a { border-color: #fffef3; }
	#menu-main-navigation ul.sub-menu li.current-menu-item a { margin-bottom: 1px; }
	
	/* HEADER IMAGE */
	
	#hero-header { line-height: 0; }
	#hero-header img { opacity: 0.5; }

/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

/* PAGE HEADER */

#page-header { overflow: hidden; }
#page-header div { margin-bottom: 0; }
#page-header p { font-size: 32px; line-height: 38px; font-family: 'Pontano Sans', sans-serif; margin-bottom: 0; }
#page-header strong { font-weight: normal; }
#page-header img { display: block; line-height: 0; width: 100%; }
	
/* CONTENT */

#content div { margin-bottom: 0; }

	/* HOME */
	
	#home-content div,
	#home-content article { margin-bottom: 0; }
	
	/* PROVIDER */
	
	#programmes h2 { color: #555; border-bottom: 1px solid #555; padding-bottom: 10px; margin-bottom: 20px; }
		
	/* FAQS */
	
	.faq { border-bottom: 1px solid #f6872f; margin-bottom: 25px; padding-bottom: 5px; }
	.faq h3 { font-family: Arial, sans-serif; font-weight: bold; color: #f6872f; }
	
	/* CONTACT */
	
	#page-contact input[type="text"],
	#page-contact input[type="email"] { max-width: 400px; }

/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/

#global-footer { margin-bottom: 45px; }
#footer-nav { padding: 10px 0 20px 0; }
#footer-nav li { display: inline-block; margin: 0 8px; }
#footer-nav span { font-weight: bold; }
#footer-nav a { padding: 16px 1px 0 1px; display: block; color: #555; }
#footer-nav li.current_page_item a:hover { color: #555; }
#footer-nav li.current_page_item a { font-weight: bold; border-bottom: 2px solid #555; } 

/* ----------------------------------------------------------------
    BACK TO TOP
-----------------------------------------------------------------*/

#back-to-top { display: none; z-index: 999; position: fixed; width: 40px; height: 40px; top: auto; left: auto; right: 30px; bottom: 30px; cursor: pointer; background: url("gfx/btn-btt.png") no-repeat 0 0; opacity: 0.6; }
#back-to-top:hover,
#back-to-top:active { opacity: 1; }
#back-to-top span { display: block; text-indent: -10000px; }