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


html, body {
	height: 100%;
}  

body.theme {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#wrap {
    height: auto !important;
    margin: 0 auto -232px;
    min-height: 100%;
    padding: 0 0 232px;
    transition: all 0.2s ease 0s;
}

.theme h1 {
	font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.theme h2 {
	font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.theme h4 {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.theme h3, 
.theme h4, 
.theme h5, 
.theme h6 {
    font-weight: 700;
    font-size: 18px;
}

.theme a {
	color:#f3715a;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

.theme a:hover, 
.theme a:focus {
	color:#f3715a;
	text-decoration: underline;
}

.theme hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.theme .flex-row {
	align-items: center;
    display: flex;
    margin-bottom: 4px;
}
.theme .row.block-row {
	display: block;
}

.theme .input-row {
    min-height: 34px;
    margin-top: 10px;
}

.box-container {
	padding: 30px;
}

.box-container ol {
	padding-left: 18px;
	
}

.box-container li {
	padding-left: 12px;
	padding-bottom: 12px;
}

.section-body {
	padding:8px 12px;
	border-radius: 4px;
	margin:8px auto;
}

.section-body h4{
	margin-top: 2px;
}

.section-grey {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
}

.theme .navbar {
	min-height: 125px;
	margin-bottom: 0;
}

.theme .pushy .active{
	background: #f3715a;
}

.nav-login {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
    color:#f3715a;
}

.nav-login span {
    font-size: 18px;
    font-weight: 600;
}

.nav-login a {
    color:#f3715a;
}

.nav-login a:hover {
	color: rgb(235, 210, 185);
}


.theme a.navbar-brand {
	margin-top: 14px;
	margin-left: 0px;
}

.theme .navbar-header {
    position: absolute;
}

.theme .navbar-header a.navbar-brand {
    padding: 0;
    color:#2d2d2d;
    transition: all 0.2s ease 0s;
    margin-right: 12px;
    margin-left: 30px;
    transition: all 0.2s ease 0s;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:#f3715a;
}

.theme .front-page .navbar-default {
	background-color: transparent;
    background-image: none;
    border-color: rgba(255, 255, 255, 0.3);
    border-bottom-width: 1px;
    transition: background-color 200ms linear;
}

.theme .front-page .navbar-default:hover,
.theme .navbar-default {
	background-color: #fff;
	background-image: none;
    border-color: rgba(33, 33, 33, 0.3);
    border-bottom-width: 1px;
    transition: background-color 200ms linear;
}

.theme .front-page .navbar-default img:first-child  {
	display: none;
}

.theme .front-page .navbar-default img:last-child  {
	display: block;
}

.theme .front-page .navbar-default:hover img:first-child,
.theme .navbar-default img:first-child  {
	display: block;
}

.theme .front-page .navbar-default:hover img:last-child,
.theme .navbar-default img:last-child  {
	display: none;
}

.theme .navbar-default .navbar-toggle {
	font-size: 22px;
    border-radius: 0;
    margin: 0;
    padding: 8px;
	position: absolute;
	top:28px;
	right:10px;
    color: #333;
    border:none;
    background-color:transparent;
}

.theme .front-page .navbar-default .navbar-toggle {
    color: #fff;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
	background-color:transparent;
	color: #f3715a;
}

.theme .navbar-default .navbar-nav { 
    margin-top: 36px;
}

.theme .front-page .navbar-default .navbar-nav > li > a {
    color:#fff;
    text-transform: uppercase;
    padding: 14px 0px 6px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.theme .navbar-default .navbar-nav > li > a {
    color:rgb(33, 33, 33);
    text-transform: uppercase;
    padding: 14px 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.theme .front-page .navbar-default:hover .navbar-nav > li > a,
.theme .front-page .navbar-default:focus .navbar-nav > li > a {
	color: rgb(33, 33, 33);
}

.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus {
	text-decoration: none; 
}

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    text-decoration: none;
    background-color: transparent;
    background-image: none;
}

.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;background-image: none;
    color: #f3715a;
}

.theme .nav > li.dropdown {
    position: relative;
}

.theme .navbar-right {
    margin-right: 0;
}

.theme .navbar-right .dropdown-menu {
    right: inherit;
}

.theme .dropdown-menu > .active > a, 
.theme .dropdown-menu > .active > a:focus, 
.theme .dropdown-menu > .active > a:hover {
    background-color: #f3715a;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

.menu-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1em;
  background-color: currentColor;
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
  transition: opacity .3s,transform .3s;
}
.menu-item:hover a::before {
  opacity: 1;
  transform: translate3d(0,.2em,0);
  transform: scale(1);
}

.the-line {
	width:100px;
	height: 20px;
	border-top: 4px solid rgb(235, 210, 185);
}

.slide {
	width: 100%;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
}

.sliders {
	width:100%;
	transition: all 0.2s ease 0s;
}


.content-section {
	padding: 36px;
	/*padding-top: calc(100% - 360px);*/
}

.content-section h2,
.content-section p {
	color: #fff;
	
}

.content-section h2 {
	border-bottom: 1px solid rgb(235, 210, 185);
	padding-bottom: 30px;
}

.home-tag {
	position: absolute;
	left: 30px; 
	top: 50%; 
	color: #fff;
}

.page-container {
    padding-top: 125px;
    padding-bottom: 28px;
}

.page-container h5 {
	color:#f3715a;
}

.section-container {
	padding-top: 48px;
}	

.header-title {
	position: absolute;
	top: calc(50% - 39px);
	margin: auto;
	width: 100%
}

.header-title h1 {
	text-transform: uppercase;
	font-size: 38px;
}

.header-image {
	width: 100%;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
    background-size: cover;
    color: #fff;
}



.center-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	margin-bottom: 20px;
}

.square-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 16px;
}

.cover-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 16px;
}

.responsive {
	padding:20px 32px;
}

.modal-dialog.modal-dialog-lg {
    width: 1024px;
}

.modal-dialog.modal-dialog-max {
    width: calc(100% - 20px);
}

.theme .toggle-target {
	display: none;
}

.page-container .form-control {
	color:#555;
	padding:8px;
	font-size: 18px;
	height: inherit;
	margin-bottom: 6px
}

.footer-container {
	background-color: #a2ca38;
	color:#fff;
	padding: 20px 0;
}

.footer-container a,
.copy-container a {
	color: #c6e2e9;
}

.footer-container a:hover,
.footer-container a:focus,
.copy-container a:hover,
.copy-container a:focus {
	color: #fff;
}

.footer-container h3 {
	font-size: 16px;
	margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700
}

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

.footer-container .fa-li {
    top: 6px;
}

.footer-container .menu-item {
	padding:2px 0;
}

.footer-container .featured {
	list-style-type: none;
    padding-left: 0;
}

.footer-container .featured > li > a:before {
	content: "\f0f4";
	font-family: FontAwesome;
	padding-right: 7px;
}

.copy-container {
	background-color: #a2ca38;
	color:#fff;
	font-size: 12px;
	padding-bottom: 20px;
}

body .rtodata-highlight {
	outline-style: solid;
	outline-width: 2px;
	outline-color: #F89E1C;
}

body .rtodata-inherit {
	outline-style: inherit;
	outline-width: inherit;
	outline-color: inherit;
}

body .rtodata-hidden {
	display: none;
}

body .fa-asterisk {
	color: #F89E1C;
	float: right;
	margin-top: 6px;
}

body .text-alert {
	color: #F89E1C;
}

body .text-success {
	color: green;
}

body .text-process {
	color: blue;
}

body .ui-widget-content a {
  color: #c36;
}

body .ui-widget-content a:hover {
  color: inherit;
}

.rtodata-course-registration input[type="date"] {
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #4e4e4e;
}

.entry-content.rtodata-course-registration tr td {
	padding: 8px 12px;
}

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

/* icons */

.fa-sort-desc, .fa-sort-asc {
	font-size:11px;
	color:#999;
	position: absolute;
	right:2px;
}

.fa-sort-desc {
	top:6px;
}

.fa-sort-asc {
	top:10px;
}

.fa-left {
	margin-left: 10px;
}

.fa-right {
	margin-right: 8px;
	width:16px;
	text-align: center;
}

.fa-dropdown {
	position: relative;
	padding:4px 0;
}

/* Table Styles */

body .rtodata-column-sort {
	float:right;
	margin-right:4px;
	cursor: pointer;
}

.theme table {
	width:100%;
}

.theme th {
	background-color: #eee;
	border:1px solid #e0e0e0;
	padding:6px;
}

.theme .table-sub-header td {
	background-color: #fafafa;
	border:1px solid #e0e0e0;
	border-top: none;
	padding:6px;
}

.theme td {
	background-color: #fff;
	padding:6px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}

.theme td:first-child {
	min-width: 180px;
	border-left: 1px solid #ddd;
}
.theme td:last-child {
	border-right: 1px solid #ddd;
}

th .nav > li > a {
    padding: 4px 0px;
    display: inline-block;
}

td .nav > li > a {
    padding: 0px;
}

.fixed-column-1 {
	width:30px;
	text-align: center;
}

.fixed-column-2 {
	width:150px;
}

/* Utilties */

.theme .text-aws {
    color: #f3715a;
}

.theme .btn-aws {
    background-color: #f3715a;
    border-color: #f3715a;
    color: #fff;
}

.theme .btn-aws:hover,
.theme .btn-aws:focus {
	color:#fff;
	background-color: #777;
	border-color: #777;
}

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

.relative {
	position: relative;
}

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

@media (max-width: 480px) {
    .theme .event-image {
        background-size: cover;
        min-height: 368px;
    }
}