/*
Theme Name: Wild Kiwi Trail
Author: Big Fish Creative
*/

/* ----------------------------------------------------------------
    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, 
footer, header, hgroup, menu, nav, section { display: block; }
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; background: #595959; }
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; }
:focus { outline: 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;}

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

::selection { background: #a9bf19; color: #fff; }
::-moz-selection { background: #a9bf19; /* Firefox */ color: #fff; }
::-webkit-selection { background: #a9bf19; /* Safari */ color: #fff; }
::-webkit-input-placeholder { color: #595959; }
:-moz-placeholder { /* Firefox 18- */ color: #595959; }
::-moz-placeholder {  /* Firefox 19+ */ color: #595959; }
:-ms-input-placeholder { color: #595959; }

html { background: url(gfx/bg-image.jpg) no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/* TABLES */

th, td { padding: 16px; text-align: center; vertical-align: middle; border: 2px solid #fff; font-size: 14px; line-height: 19px; }
th { background: #e5ecba; text-transform: uppercase; font-weight: 700; }
th em { color: #6f7557; font-style: normal; display: block; padding-top: 8px; }
td { background: #f6f8e8; }
td.spacer { background: #e5ecba; }

/* FORMS */

fieldset { border: 1px solid #424242; padding: 20px; }
input, select, textarea { font-family: 'Montserrat', sans-serif; }
input[type="text"], input[type="email"], input[type="password"], select, textarea {  display: block; background: #f6f8e8; padding: 12px 15px;  margin: 0 0 15px; border: none; outline: 0; font-size: 17px; line-height: 24px; color: #595959; width: 95%; }
input[type="text"].mid, input[type="email"].mid { width: 70%; }
input.wpcf7-not-valid, textarea.wpcf7-not-valid { border-color: #f1592a; }
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus { background: #dcebff; -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; color: #397bd7;  }
input[type="submit"] { text-transform: uppercase; color: #fff; background: #a9bf19; border: none; padding: 10px 35px; display: inline-block; -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; outline: none; font-size: 16px; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; letter-spacing: 1px; }
input[type="submit"]:hover, input[type="submit"]:active { background: #63a7ff; color: #fff; text-shadow: none; }
#captcha { margin-bottom: 20px; }
div.wpcf7-response-output { margin: 2em 0 1em 0 !important; padding: 20px 25px !important; border-width: 1px !important; background: #fffef0 !important; font-size: 16px !important; color: #656565 !important; line-height: 22px; }
div.wpcf7-validation-errors { border: 1px solid #ff0000 !important; background: #ffe7e7 !important; color: red !important; text-shadow: none; }
span.wpcf7-not-valid-tip { font-size: 12px !important; font-style: italic; width: 180px !important; padding: 3px 8px; color: red !important; text-shadow: none; font-weight: 400; }
div.wpcf7-mail-sent-ok { background: #f1ffeb !important; color: #398F14 !important; }

/* LISTS */

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

/* IMAGES */

img { max-width: 100%; height: auto; }
.cover { position: relative; background-repeat: no-repeat; background-position: 50% 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-backface-visibility: hidden; overflow: hidden; }
.entry-content img, .comment-content img, .widget img { max-width: 97.5%; /* Fluid images for posts, comments, and widgets */ }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
img.size-full, img.size-large { max-width: 97.5%; width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */ height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
.alignleft, .alignright, .aligncenter { margin-bottom: 10px; }
.alignleft, .alignright { display: inline; }
.alignleft { margin-right: 20px; float: left; }
.alignright { margin-left: 20px; float: right; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }
p img, .wp-caption { margin-top: 0.4em; }
img[class*="wp-image-"] { background: #fff; padding: 8px; border: 1px solid #fff; }
.wp-caption { background: #eee; max-width: 96%; padding: 8px; border: 1px solid #dbdbdb; }
.wp-caption img[class*="wp-image-"] { display: block; margin: 0 auto; width: 100%; padding: 0; border: none; }
.wp-caption .wp-caption-text, .gallery-caption { color: #666; font-size: 12px; line-height: 16px; font-style: italic; }
.wp-caption .wp-caption-text { padding: 10px 0 2px 6px; position: relative; margin-bottom: 0; }

/* BUTTONS */

.button { text-transform: uppercase; color: #fff; background: #63a7ff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 6px 15px; display: inline-block; -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; font-weight: 600; }
.button.inverse { background: #fff; color: #a9bf19; }
.button:hover, .button:active { background: #a9bf19; color: #fff; }
.button.inverse:hover { background: #63a7ff; }

/* SINGLE NAV */

#single-nav { padding: 10px 0; font-weight: 400; text-transform: uppercase; }
#single-nav li { width: 33.33%; float: left; }
#single-nav li#tab-next { text-align: right; }
#single-nav a { display: block; padding: 10px 0; }

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

body { font-family: 'Montserrat', sans-serif; color: #595959; font-size: 16px; line-height: 28px; font-weight: 400;}

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

.kicker { font-size: 20px; line-height: 28px; font-weight: 700; color: #63a7ff; }
.notice { color: #8a6d3b; background-color: #fcf8e3; border: 1px solid #faebcc; padding: 15px 20px; margin-bottom: 30px; }
.notice h4 { color: #8a6d3b; margin-bottom: 10px; }
.notice p { margin-bottom: 0; }

strong { font-weight: bold; }
em, cite { font-style: italic; }
small { font-size: 11px; font-style: italic; }
caption { text-align: left; }

.centered { text-align: center;}
.upper { text-transform: uppercase; }

/* HEADINGS */

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #a9bf19; text-transform: uppercase; margin-bottom: 20px; letter-spacing: 2px; }
h1 { font-size: 40px; line-height: 44px;  margin-bottom: 25px;}
h1#page-title { color: #595959; letter-spacing: 4px; }
h2 { font-size: 32px; line-height: 38px; }
h3 { font-size: 24px; line-height: 28px; }
h4 { font-size: 18px; line-height: 24px; }
h5 { font-size: 16px; line-height: 22px; }

/* LINKS */

a { text-decoration: none; color: #63a7ff; -webkit-transition: color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out; transition: color 0.2s ease-in-out; }
a:hover, a:active { color: #a9bf19;  }

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

.wrapper { width: 100%; padding: 30px 0; position: relative; overflow: hidden; border-bottom: 1px solid #414141; }
.container { width: 940px; margin: 0 auto; position: relative; }
.align-left { float: left; }
.align-right { float: right; }

.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; }

/* ----------------------------------------------------------------
    MASTHEAD
-----------------------------------------------------------------*/

#masthead { width: 100%; z-index: 10000; padding: 30px 30px 20px 30px; max-width: 1200px; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	
	/* LOGO */
	
	#logo { float: left; }
	#logo img { width: 200px; }
	
	/* MAIN NAV */
	
	#responsive-nav { display: none; }
	#main-nav { float: left; margin: 35px 0 0 10px; }
	#menu-main-navigation { z-index: 999999; list-style: none; margin: 0 0 0 20px; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; }
	#menu-main-navigation li { float: left; margin: 0; position: relative; margin: 0 5px; }
	#menu-main-navigation li a { color: #fff; display: block; padding: 10px 14px 8px 14px; font-size: 16px; line-height: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	#menu-main-navigation li#menu-item-129 a { background: #a9bf19; color: #fff; }
	#menu-main-navigation li:hover a, #menu-main-navigation li#menu-item-129 a:hover, #menu-main-navigation li.current-menu-item a, #menu-main-navigation li.current-menu-parent a, #menu-main-navigation li.current-page-ancestor a { color: #4689e3; background: #fff; }
	
	/* ENTER */
	
	#header-enter { width: 257px; height: 90px; background: url(gfx/bg-enter.png) no-repeat 0 0; position: absolute; top: 0; right: 0; }
	#header-enter a { position: absolute; top: 12px; left: 98px; letter-spacing: 1px; }
	#header-enter a:hover { background: #fff; color: #63a7ff; }

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

#hero-header { border-bottom: 5px solid #ba8128; position: relative; z-index: 1; margin-top: 123px; }
	
/* ----------------------------------------------------------------
    MAIN CONTENT
-----------------------------------------------------------------*/

#main-content-wrapper { overflow: hidden; clear: both; padding: 0 30px; }
	
	#main-content { max-width: 1200px; margin: 0 auto; padding: 0 20px; background: #fff; }
	#main-content .container { padding: 70px 0; overflow: hidden; }
	#main-content .button { margin-bottom: 15px; }
	
	#content.has-sidebar { width: 74%; float: left; padding-top: 20px; }
		
		.home h1 { margin-bottom: 5px; }
		#feature-video { margin-bottom: 40px; }
		
		/* EVENT INFO */
		
		#course-descriptions h5 { margin-bottom: 10px; padding-top: 10px; }
		#course-descriptions a { margin: 0 20px 20px 0; display: inline-block; }
		
		.event-info { padding-top: 40px; }
		#responsive-times, #responsive-pricing { display: none; }
		#responsive-times h4, #responsive-pricing h4 { border-top: 1px solid #bababa; padding-top: 20px; color: #63a7ff; margin-bottom: 10px; }
		
		#gallery { overflow: hidden; }
		#gallery .col-one-third { margin-bottom: 4%; line-height: 0; height: auto; }
		#gallery a { line-height: 0; display: block; }

/* ----------------------------------------------------------------
    MODAL
-----------------------------------------------------------------*/

.modal-dialog { max-width: 600px; padding: 20px; }
.modal-open { overflow: hidden; }
.modal { display: none; overflow: hidden;  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10050; -webkit-overflow-scrolling: touch; outline: 0; background: rgba(0,0,0,0.6); }
.modal.fade .modal-dialog { -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; }
.modal.in .modal-dialog { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; margin: 2% auto 0 auto; }
.modal-content { position: relative; background: #fff; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; padding: 30px; }
.modal-content iframe { margin-bottom: 0; }
.modal-content .close { position: absolute; top: 10px; right: 10px; outline: none; display: block; width: 25px; height: 25px; border: none; cursor: pointer; background: #fff; }
.modal-content .close span { display: block; width: 25px; height: 25px; padding: 0; position: absolute; top: 0; left: 0; }
.modal-content .close .fa-times-circle { font-size: 25px; line-height: 25px; color: #0e4108; }
.modal-content .close .sr-only { text-indent: -5000px; display: block; }
.modal-content .close:hover .fa-times-circle { color: #a9bf19; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #404041; }
.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
.modal-backdrop.in { opacity: 0.9; filter: alpha(opacity=90); }
.modal-header { min-height: 16.42857143px; }
.modal-header h3 { width: 90%; margin-bottom: 0; }
.modal-header h3.point-title { color: #f7941d; }
.modal-title { margin: 0; line-height: 1.42857143; }
.modal-body { position: relative; padding: 25px 0 10px 0; }
.modal-body ul { margin-bottom: 20px; }
.modal-body li { margin-bottom: 5px; }
.modal-body li i { padding-right: 4px; }
.modal-body li:last-child { line-height: 20px; }
.modal-body li:last-child i { padding-right: 6px; }
.modal-body li a { border-bottom: 1px dotted #54a443; }
.modal-body li a:hover { border-color: transparent; }
.modal-body li span { font-size: 16px; padding-left: 23px; }
.modal-body div.wpcf7-mail-sent-ok { display: none !important; }
.modal-body textarea { margin-bottom: 5px; }
.modal-body span { margin-bottom: 5px; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }

/* ----------------------------------------------------------------
    RIGHT SIDEBAR
-----------------------------------------------------------------*/

#sidebar-right { float: right; width: 22%; }
	
	#subnav { padding-top: 20px; margin-bottom: 30px; }
	#subnav li { border-bottom: 1px solid #595959; font-size: 14px; line-height: 22px; }
	#subnav li:last-child { border-bottom: none; }
	#subnav a { display: block; padding: 12px 0 10px 0; }
	#subnav a.active { color:#a9bf19; }
	
	nav.stick { position: fixed; top: 0; z-index: 10000; width: 235px; }
	
	#sidebar-promos { border: 1px solid #cecec6; padding: 0 10px; text-align: center; background-color: #EFEFEF; }
	#sidebar-promos img { margin: 10px 0; clear: both; }

/* ----------------------------------------------------------------
    CALL TO ACTION
-----------------------------------------------------------------*/

#call-to-action { background: #a9bf19; padding: 40px 0; overflow: hidden; }
#call-to-action h2, #call-to-action a { display: inline-block; }
#call-to-action h2 { color: #fff; margin: 0; margin-right: 30px; position: relative; top: 3px; }
#call-to-action a { font-size: 22px; letter-spacing: 1px; padding: 10px 30px 8px 30px; font-weight: 400; }

#testimonials { background: #a9bf19; padding: 40px 0; overflow: hidden; color: #fff; }
#testimonials div { max-width: 1200px; margin: 0 auto; padding: 0 30px; }
#testimonials h4 { color: #595956; }

/* ----------------------------------------------------------------
    EVENT PARTNERS
-----------------------------------------------------------------*/

#partners { background: #efefef; padding: 40px 0 30px 0; }
#partners h5 { color: #63a7ff; }
.partners-list li { display: inline-block; }
.partners-list a { display: inline-block; }

#title-sponsor,
#council-partner,
#event-partners,
#local-sponsors { margin-bottom: 50px; }
#event-partners h5 { margin-bottom: 30px; }
#event-partners li { margin: 0 30px 30px 30px; }

#council-partner img { margin: 0 25px; }

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

#global-footer { background: #595959; padding: 40px 0 50px 0; }
	
	#menu-footer-navigation { list-style: none; margin: 0; padding: 0; }
	#menu-footer-navigation li { display: inline; margin: 0 10px; }
	#menu-footer-navigation a { color: #fff; display: inline-block; text-transform: uppercase; padding: 5px; }
	#menu-footer-navigation a:hover { color: #a9bf19;  }

.grecaptcha-badge { display: none; }
.page-id-19 .grecaptcha-badge { display: block; }

/* ----------------------------------------------------------------
    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; -webkit-transition: background 0.15s ease-in-out; -moz-transition: background 0.15s ease-in-out; -o-transition: background 0.15s ease-in-out; transition: background 0.15s ease-in-out; }
#back-to-top span { position: absolute; left: -5000px; }
#back-to-top .icon { padding: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #fff; background-color: #63a7ff; display: inline-block; height: 40px; width: 40px; text-align: center; font-size: 28px; line-height: 42px; }
#back-to-top:hover .icon, #back-to-top:active .icon { background-color: #a9bf19; }
#back-to-top { display: none !important; opacity: 0; }