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

html, body {
	height: 100%;
}	

.theme .announcement-container {
	background-color: #1E5AC5;
	height: 34px;
	color: #fff;
	text-align: right;
	padding: 5px;
}

.theme .announcement-container ul {
	list-style: none;
}

.theme .announcement-container li > a {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
.theme .announcement-container li {
	display: inline-block;
	padding: 0 12px;
}

.theme .announcement {
	text-align: center;
	padding: 4px;
	width: 100%;
}

body.theme {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
}

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

.theme h1 {
	font-size: 52px;
	font-weight: 700;
}

.theme h2 {
	font-size: 45px;
    font-weight: 700;
}

.theme h3 {
	font-size: 24px;
    font-weight: 700;
}

.theme h4 {
	font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}

.theme h5 {
	font-size: 20px;
    font-weight: 500;
}

.theme h6 {
	font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

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

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

.theme .button {
	padding: 6px 16px;
	background-color: #1E5AC5;
	border-radius: 16px;
	width: fit-content;
	margin: 0 auto;
}

.theme .button:hover, 
.theme .button:focus {
	background-color: #E4112C;
}

.theme .button:hover a, 
.theme .button:focus a {
	text-decoration: none;
}

.theme .button a {
	color: #fff;
}

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

.theme ul {
	list-style: none;
}

.card-container {
	border: 1px solid #eee;
	padding: 8px 8px 0;
}

.payment-container {
	margin-bottom: 36px;
}

.theme .page-container li::before {
	content: "\f105";
	font-weight: 800;
	font-family: 'Font Awesome 5 Free';
	color: #ed1c24;
	margin-right: 20px;
	margin-left: -29px;
}

.box-container {
	padding: 30px;
}

.box-group {
	padding: 0 16px;
}

.box-posts {
	padding-bottom: 30px;
}

.box-posts {
	margin-bottom: 30px;
	background-color: #fafafa;
	border: 1px solid #f3f3f3;
}



.section-container {
	padding: 24px 64px;
}

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

.theme .navbar-default {
	background-color: #fff;
	border: none;
	box-shadow: 8px 4px 9px #eee;
}	

.navbar .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;
}
.navbar .menu-item:hover a::before {
  opacity: 1;
  transform: translate3d(0,.2em,0);
  transform: scale(1);
}

.theme .pushy .active{
	background: #001A46;
}

.theme a.navbar-brand {
	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 .navbar-default .navbar-toggle {
	font-size: 48px;
    border-radius: 0;
    margin: 0;
    padding: 8px;
	position: absolute;
	top: 26px;
	right:10px;
    color: #001A46;
    border:none;
    background-color:transparent;
}

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

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

.theme .navbar-default .navbar-nav.login-menu { 
    margin-top: 48px;
}

.theme .navbar-default .navbar-nav > li > a {
    color: #001A46;
    text-transform: uppercase;
    padding: 0 12px 0;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 17px;
    font-weight: 700;
}

.theme .navbar-default .navbar-nav > li.login {
    padding: 8px 10px;
    background-color: #1E5AC5;
    border-radius: 16px;
}

.theme .navbar-default .navbar-nav > li a.inverse {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.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 { 
    background-color: transparent;
    background-image: none;
    color: green;
}

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

.slide {
	width: 100%;
	height: calc(100vh - 300px);
	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%;
	height
	transition: all 0.2s ease 0s;
}

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

.excerpt-container {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #eee;
}

.image-container {
    padding: 36px;
}

.image-tag {
    padding: 8px 16px;
    color: #fff;
    background-color: #1E5AC5;
    position: absolute;
    bottom: 20px;
    right: 0;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.header-title {
	text-align: center;
}	

.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;
	border: 1px solid #eee;
}

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

.about-box-container {
	padding: 30px 0;
}

.about-box-container h3 {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 700;
}

.about-box  {
	padding: 32px 36px;
	text-align: center;
	background-color: #1E5AC5;
	color: #fff;
}

.contact-container .fas,
.contact-container .fa-solid,
.contact-container .fab {
	color: #1E5AC5;
}

.contact-container .fab {
	color: #fff;
	font-size: 18px;
}

.contact-container .button .fas {
	color: #fff;
	margin-left: 6px;
}

.contact-container input {
	padding: 24px 12px;
	margin-bottom: 12px;
	width: 100%
}

.footer-box-container {
	background-color: #1e5ac5;
	color:#fff;
	padding: 60px 0;
	border-bottom: 3px solid #E4112C;
}

.footer-box-container h3 {
	margin-top: 10px;
	font-weight: 600;
}


.footer-box-container i,
.about-box-container i {
	font-size: 48px;
}

.footer-container {
	background-color: #001A46;
	color:#fff;
	padding: 30px 0;
}

.footer-container a {
	color:#fff;
}

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

.footer-container .fas,
.footer-container .fa-solid,
.footer-container .fab {
	color: #1E5AC5;
}

.footer-container .fab {
	color: #fff;
	font-size: 18px;
}

a.social-icon {
	background-color: #1E5AC5;
	border-radius: 50%;
	padding:6px;
	margin-right: 10px;
	width: 38px;
	display: inline-block;
	text-align: center;
	vertical-align: center;
}

a.social-icon:hover {
	background-color: #E4112C;
}

.the-line {
	width: 80px;
	height: 24px;
	border-top: 4px solid #1E5AC5;
	margin: 32px 0;
}

.the-line-center {
	margin: 32px auto;
}

.the-line-small {
	width: 60px;
	border-top: 2px solid #1E5AC5;
	margin: 24px 0;
}

.the-line-footer {
	margin: 8px 0;
}

.copy-container {
	background-color: #001A46;
	color:#fff;
	padding: 30px 0;
}

/* icons */

.fa {
	cursor: pointer;
}

.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 */

.theme table {
	width:100%;
}

.theme th {
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	padding: 16px 12px;
	color: #1E5AC5;
}

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

.theme td {
	background-color: #fff;
	padding: 16px 12px;
	vertical-align: top;
	border: 1px solid #e0e0e0;
}

.theme td:first-child {
	min-width: 180px;
}
.theme .calendar td:last-child {
	max-width: 80px;
}

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 */

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

.registration-form table {
	margin-bottom: 20px;
}

.theme .registration-submit {
	padding: 6px 16px;
	background-color: #1E5AC5;
	border-radius: 16px;
	color: #fff;
}

.theme .registration-submit:hover, 
.theme .registration-submit:focus {
	background-color: #E4112C;
	color: #fff;
	text-decoration: none;
}

.theme .registration-response p {
	padding: 6px 0;
}

.g-recaptcha {
	margin: 0 auto;
	display: table;
}