/*
Theme Name:         Identiti Web Development (Foundation Base)
Theme URI:          http://www.idweb.com.au
Description:        A custom developed theme based on Foundation 5
Version:            3.0.0
Author:             Identiti Web Development
Author URI:         http://wwww.idweb.com.au

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/


/* Global */

body {
	font-weight: 300;
	font-family: 'miso';
}
ul,ol,p {
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	font-family: 'miso';
	text-transform: uppercase;
}
input {
	font-weight: 700;
	font-family: 'miso' !important;
	text-transform: uppercase;
	
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
	font-family: 'miso';
	font-size: 1.5rem;
}
ul {
	font-family: 'miso';
	
}
ol {
	font-family: 'miso';
	
}
.centered {
	text-align: center;
}
.white {
	color: #FFF;
}
#above {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #FFF;
	padding: 25px 0;
}
#header {
	text-align: center;
	
}
#header img {
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 40em) {

	#above {
		display: none;
	}
	
}

#main-menu ul {
	margin: 0;
	
}
#main-menu ul li {
	float: left;
	margin: 0;
	padding: 5px 20px;
	list-style: none;
}
#main-menu ul li a {
	display: block;
	color: #111;
	font-size: 1.3rem;
	text-transform: uppercase;
	border-bottom: 2px solid #FFF;
	text-align: center;
	letter-spacing: 1px;
}
#main-menu ul li.home .menu-image-title {
	display: none;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right: 0 !important;
}
#main-menu ul li.home:hover a {
	border-bottom: 2px solid #9C0;
}
#main-menu ul li.about a {
}
#main-menu ul li.about:hover a {
	border-bottom: 2px solid #111;
}
#main-menu ul li.events a {
	color: #00b570;

}
#main-menu ul li.events:hover a {
	border-bottom: 2px solid #00b570;

}
#main-menu ul li.gallery a {
	color: #ff7f6e;
}
#main-menu ul li.gallery:hover a {
	border-bottom: 2px solid #ff7f6e;

}
#main-menu ul li.donate a {
	color: #ffbc48;
}
#main-menu ul li.donate:hover a {
	border-bottom: 2px solid #ffbc48;

}
#main-menu ul li.leaderboard a {
	color: #9a9a9a;
}
#main-menu ul li.leaderboard:hover a {
	border-bottom: 2px solid #9a9a9a;

}
#main-menu ul li.register a {
	color: #0098d6;
}
#main-menu ul li.register:hover a {
	border-bottom: 2px solid #0098d6;

}
#main-menu ul li.login a {

}
#main-menu ul li.login:hover a {
	border-bottom: 2px solid #111;

}
#main-menu ul li.facebook a {
	color: #0098d6;
}
#main-menu ul li.facebook:hover a {
	border-bottom: 2px solid #0098d6;

}

.tab-bar .menu-icon:hover {
	background: none;
}
.tab-bar {
	position: absolute;
	z-index: 100;
}
.left-small {
	border-right: none;
}
.tab-bar .menu-icon span::after {
	box-shadow: 0 0 0 1px #FFF,0 7px 0 1px #FFF,0 14px 0 1px #FFF;
}
.tab-bar .menu-icon {
	margin-top: 12px;
}

.boxed {
	color: #FFF;
	display: inline-block;
	background: url('images/heading.png') no-repeat center 40%;
	background-size: contain;
	padding: 25px;
	line-height: 1;
	
}

#about .row {
	background: url('images/bgd_about.png') no-repeat center top;
	background-size: cover;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
	color: #FFF;
}
#about h2 {
	color: #FFF;
}
#about h3 {
	color: #FFF;
}
#about p {
	color: #FFF;
}
#events > .row {
	background: url('images/bgd_events.png') no-repeat center top;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 50px;
	color: #FFF;
	
}
#events h2 {
	color: #FFF;
	
}
#events h3 {
	color: #FFF;
}
#events p {
	line-height: 1.1;
	margin: 0 0 10px;
}
#events p a {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	
	
}
#events .event {
	margin: 0 0 10px;
}
#gallery > .row {
	background: url('images/bgd_gallery.png') no-repeat center top;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 50px;
	color: #FFF;
	text-align: center;
}
#gallery h2 {
	color: #FFF;
	
}
#gallery h3 {
	color: #FFF;
}
#donate > .row {
	background: url('images/bgd_donate.png') no-repeat center top;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 50px;
	color: #FFF;
	text-align: center;
}
#donate h2 {
	color: #FFF;
	
}
#donate h3 {
	color: #FFF;
}
#leaderboard .row {
	background: url('images/bgd_leaderboard.png') no-repeat center top;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FFF;
	text-align: center;
}
#leaderboard h2 {
	color: #FFF;
	
}
#leaderboard h3 {
	color: #FFF;
}
#register > .row {
	background: url('images/bgd_register.png') no-repeat center top;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 50px;
	color: #FFF;
	text-align: center;
}
.page-template-page-register #register > .row {
	padding-top: 125px;
}
#register h2 {
	color: #FFF;
	
}
#register h3 {
	color: #FFF;
}
#register a.white_button {
	background: #FFF;
	text-transform: uppercase;
	color: #1f9ad4;
	padding: 10px 12px;
	border-radius: 5px;
	margin-top: 15px;
}
#below .row {
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	
}

.top-bar-container  {
	margin-bottom: 25px !important;
}

.homesec > .row {
	min-height: 1000px;
}

/* People */

.person {
	padding: 10px 20px;
	border: 2px solid #FFF;
	border-radius: 10px;
	color: #FFF;
}
.person:nth-child(even){
	background: #FFF;
	color: #9a9a9a;
}

@media only screen and (max-width: 40em) {
	.homesec > .row {
		min-height: inherit;
	}
	#about > .row {
		padding-top: 50px;
	}
	#events > .row {
		padding-top: 50px;
	}
	#gallery > .row {
		padding-top: 50px;
	}
	#leaderboard > .row {
		padding-top: 50px;
	}
	#donate > .row {
		padding-top: 50px;
	}
	#register > .row {
		padding-top: 50px;
	}

}

/* Sidebar */

#sidebar {
	
}
#sidebar h6 {
	font-weight: bold;
	margin: 0 0 15px;
	font-size: 16px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-size: 14px;
}
#sidebar ul ul {
	border-top: 1px solid #EEE;
	margin-top: 10px;
	padding-top: 8px;
}
#sidebar ul ul li {
	padding-left: 15px;
}
#sidebar .widget {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 5px solid #EEE;
}
#sidebar p {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}


/* Forms */

.gform_wrapper .top_label .gfield_label {
	text-transform: uppercase;
	color: #FFF;
	font-size: 1.5rem;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	font-size: 1.3rem !important;
	text-transform: uppercase;
	color: #FFF;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
	margin: 0;
	
}

.gform_wrapper div.validation_error {
	border-color: #FFF !important;
	color: #FFF !important;
	font-size: 1.4rem !important;
}
.gform_wrapper .validation_message {
	color: #FFF !important;
	font-size: 1.4rem !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #FFF !important;
	
}
.gform_wrapper .gfield_required {
	color: #FFF !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #FFF !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-color: #FFF !important;
}
.gform_wrapper .field_description_below .gfield_description {
	font-size: 1.4rem !important;
	padding: 0 !important;
}
.gform_wrapper span.ginput_product_price {
	color: #FFF !important;
}
body .gform_wrapper .top_label div.ginput_container {
	font-size: 1.4rem !important;
}
/* Footer */

.ui-datepicker-title select {
	width: auto !important;
}

@font-face {
    font-family: 'miso';
    src: url('fonts/miso-webfont.eot');
    src: url('fonts/miso-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/miso-webfont.woff2') format('woff2'),
         url('fonts/miso-webfont.woff') format('woff'),
         url('fonts/miso-webfont.ttf') format('truetype'),
         url('fonts/miso-webfont.svg#misoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

.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-size: 0.875rem;
	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. */
}

.gallery-item {
	float: left;
	margin-top: 0px;
	text-align: center;
	width: 32%;
	margin-right: 1%;
}


.gallery img {
	border: 0px solid #cfcfcf;
}
