/*
Theme Name: The Theme
Theme URI: http://ioet.com.au/
Description: A Theme for IOET.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

/* Define how SqPaymentForm iframes should look */
.sq-input {
  height: 36px;
  box-sizing: border-box;
  border: 1px solid #E0E2E3;
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-size: 16px;
  -webkit-transition: border-color .2s ease-in-out;
     -moz-transition: border-color .2s ease-in-out;
      -ms-transition: border-color .2s ease-in-out;
          transition: border-color .2s ease-in-out;
}

html, body {
	height: 100%;
}  

body.theme {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

body.theme .form-control {
	font-size: 16px;
	height: inherit;
	margin-bottom: 3px
}

body.theme .sidebar {
	padding-top: 4px;
}

body .rtodata-hidden {
    display: none;
}

.theme input[type='checkbox'] {
    width:30px;
    height:30px;
}
body #form-container iframe {
	margin: 4px 0;
}

.theme input[type="date"].form-control {
	line-height: inherit;
}

.theme .btn {
    color: #ffffff;
    background-color: #82bd92;
    border: 1px solid #82bd92;
    text-transform: uppercase;
    border-radius: 4px;
    margin-left: 4px;
    font-weight: 700;
    margin-top: 4px;
}
.theme a.btn {
	margin-top: 20px;
}	
.theme td > a.btn {
	margin-top: 0;
}	

.theme .btn:hover,
.theme .btn:focus {
    color: #82bd92;
    background-color: #ffffff;
}

.theme .sidebar h3, 
.theme th h3, 
.theme .subheading h3{
    background-color: #82bd92;
    color: #ffffff;
    font-size: 18px;
    padding: 10px;
    margin: 0 0 4px;
    border-radius: 4px;
}

.theme td, .theme th {
	vertical-align: top;
	padding: 4px;
}

.theme td h4 {
	margin-top: 0;
}

.theme label {
    font-weight: 400;
    display: block;
    margin-bottom: 1px;
}

.theme .course-details th {
	border-bottom: 1px solid #333;
}

.theme .relative {
	position: relative;
}

.theme .tile-container {
    padding-bottom: 28px;
}

.theme .tile-post {
	background-color: #fff;
	padding:20px 0;
}

.theme .center-image-container,
.theme .tile-image-container {
	overflow: hidden;
}	

.theme .tile-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease 0s;
}

.theme .tile-post:hover .tile-image {
	transform: scale(1.1);
}

.theme .tile-header {
	position: absolute;
	bottom: 0;
	background-color: rgba(66, 66, 66, 0.95);
	padding: 12px 24px;
	width: 100%;
	transition: all 0.2s ease 0s;
}

.theme .tile-header a {
	color:#ddd;
	text-transform: uppercase;
}

.theme .tile-post:hover .tile-header {
	background-color: rgba(99, 99, 99, 0.85);
	padding: 16px 24px;
}

.theme .tile-post:hover .tile-header a {
	color: #fff;
}

.theme .tile-body {
	margin-top: 6px;
	padding: 6px;
}

.theme .tile-footer {

}

.theme .tile-footer .btn {
    color: #ffffff;
    background-color: #82bd92;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
	margin: 4px 0 10px;
	width: 48%;
	border-width: 0;
}		

.theme .home-title h1, .theme .navbar-brand h2 {
	font-weight: 700;
}

#wrap {
    height: auto !important;
    margin: 0 auto -285px;
    min-height: 100%;
    padding: 0 0 285px;
}

.theme .social {
	float:right;
	margin:12px 0 0 16px;;
}

.theme .social a {
	font-size: 24px;
	margin-left:16px;
	color:#82bd92;
}

.theme .social a:hover {
	color:#ddd;
}

.theme table {
	width:100%;
}

.theme a {
	color:#82bd92;
	text-decoration: none;
}

.theme .fc-event-container a {
	color:#fff;
	font-size: 16px;
	padding: 4px;
}

.theme a:hover, .theme a:focus {
	color:#000;
	text-decoration: none;
}

.theme .fc-event-container a:hover,
.theme .fc-event-container a:focus  {
	text-decoration: underline;
	color:#fff;
}

.theme .fc-day-grid-event .fc-content {
    white-space: normal;
}

.theme .navbar {
	min-height: 100px;
}

.theme .navbar-brand a {
	margin-top: 10px;
}

.theme .navbar-header a {
    padding:0 14px 0 14px;
    color:#f0f0f0;
    transition: all 0.2s ease 0s;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:#fff;
    text-shadow: 0px 0px 12px rgb(130, 189, 146);
}

.theme .navbar-default {
    background-color: #fff;
    background-image: none;
    border:1px solid #rgba(130, 189, 146, 0.5);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(130, 189, 146, 0.4);
	-moz-box-shadow:    0px 5px 12px 0px rgba(130, 189, 146, 0.4);
	box-shadow:         0px 5px 12px 0px rgba(130, 189, 146, 0.4); 
    transition: all 0.5s ease 0s;
}

.theme .navbar-default .navbar-toggle {
    margin: 26px 0 0 12px;
    float:left;
    padding: 14px;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
    background-color: rgba(168, 168, 168,0.5);
}

.theme .navbar-default .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 24px;
    background-color: #aaa;
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 3px;
    width: 24px;
}

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    background:none;
	box-shadow: none;
	background-color: transparent;
    color:#82bd92;
    
}

.theme .navbar-default .navbar-nav > li > a {
    margin:5px 0;
    text-transform: uppercase;
}

.theme .navbar-default .navbar-top > li > a {
    font-size: 11px;
    padding-left: 7px;
    padding-right: 7px;
}

 
.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus {
	color:#000;
    text-shadow: 0px 0px 22px #82bd92;
}

.theme .navbar-default .navbar-nav > .open > a, .theme .navbar-default .navbar-nav > .open > a:hover, .theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #333;
}

.theme .dropdown-menu > .active > a, .theme .dropdown-menu > .active > a:hover, .theme .dropdown-menu > .active > a:focus {
    background-color: #82bd92;
}

.navbar .pull-right img {
	padding:12px 0 0 0;
}

.box ul {
	list-style: none;
	padding-left: 0;
	font-size:14px;
}

.footer-container a {
    color:#333;
    margin:10px 0;
}

.footer-container a:hover {
	color:#000;
	text-decoration: none;
}

.footer-container .fa-ul {
    margin-left: 22px;
}

.box  {
	text-align: center;
}

.box .menu-item > a {
    color:#333;
    margin:10px 0;
}

.box .menu-item > a:hover {
	color:#000;
	text-decoration: underline;
}

.box h2 {
	font-size:20px;
	text-transform: uppercase;
	font-weight: 300;
}

.box h3 {
	font-size:16px;
	text-transform: uppercase;
	font-weight: 700;
}

.box p {
	padding-top:12px;
}

.separator span {
	color:#999;
	font-size:16px;
}

.nav span.glyphicon {
	color:#aaa;
}

.nav span.glyphicon:hover {
	color:#eee;
}

.slide {
	width:100%;
	height:500px;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
}

.sliders {
	width:100%;
	height:500px;
	margin: 0 0 20px 0;
}

.home-tag {
	position:absolute;
	background-color: #242830;
	color:#eee;	
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.home-tag a {
	color:#82bd92;	
}

.home-tag a:hover {
	color:#eee;	
}

.home-button {
	right:-2px;
	top:5px;
	position:absolute;
    padding:6px 6px 3px 6px;
	line-height: 1.2;
	cursor: pointer;
	border:1px solid #bbb;
	background-color: #fff;
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.home-title {
	font-size:18px !important;
	text-transform:uppercase;
	font-weight: 300;
}

.home-text {
	font-size:14px !important;
	overflow: hidden;
}

.post-container {
    padding-top: 120px;
    padding-bottom: 40px;
}

.post-container h1 {
	font-size: 32px;
	margin-bottom: 20px;
}

.post-body {
	min-height: 170px;
}

.footer-container {
	background-color: #efefef;
	color:#000;
	padding:12px;
}

.section-post h4 {
	height:46px;
    height: 46px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: bottom;
}

.footer-container ul {
	margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.credit-container {
	background-color: #fff;
	color:#bbb;
	padding-top:20px;
	padding-bottom: 10px;
}

.transparent {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

.wpcf7-form-control {
	width:100%;
}

.textwidget img {
	margin-top:12px;
}

.ui-widget-content a.submit_anchor, .ui-widget-content a.button {
	background-color: #333;
	color:#fff;
	text-decoration: none !important;
    -webkit-border-radius:4px;
   	-moz-border-radius:4px;
   	border-radius:4px;
    height: 29px;
    margin: 0 auto;
    padding: 6px 20px  !important;
    border: solid 1px #000;
    cursor: pointer;
}

.ui-widget-content a.submit_anchor:hover, .ui-widget-content a.button:hover {
	background-color: #eee;
	color:#111;
	border: solid 1px #999;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

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

.input-highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}
