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

.theme .no-padding-right {
	padding-right: 0;
}

.theme .no-padding-left {
	padding-left: 0;
}


html, body {
	height: 100%;
	scroll-behavior: smooth;
}

.theme .text-green {
	color: rgb(4, 120, 87);
}	

.items-center {
 	 align-items: center;
}

.flex {
 	 display: flex;
}

.theme .announcement-container {
	background-color: rgba(48, 48, 48, 0.8);
	height: 32px;
	color: #fff;
	text-align: center;
	padding: 4px;
	font-size: 14px;
	line-height: 22px;
}

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

body.theme {
    font-size: 16px;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-style: normal;
   	/*color: rgb(75, 85, 99)*/
}

#wrap {
    height: auto !important;
    margin: 0 auto -296px;
    min-height: 100%;
    padding: 0 0 296px;
    transition: all 0.2s ease 0s;
    background-color: rgb(240, 253, 244)
}

.theme h1, 
.theme h2, 
.theme h3, 
.theme h4 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 900;
}

.theme a.navbar-brand {
	height: auto;
	padding: 0;
	color: rgb(4, 120, 87);
}

.theme a.navbar-brand:hover,
.theme a.navbar-brand:focus {
	color: rgba(4, 120, 87, 0.6);
}

.theme a.navbar-brand h2 {
	font-size: 22px;
	margin: 0;
}

.theme .navbar-header {
    padding: 24px;
}

.theme a {
	color: rgb(4, 120, 87);
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

.theme a:hover, 
.theme a:focus {
	color: rgba(3, 121, 87, 0.6);
}

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

.theme .media {
	list-style: none; 
}

.basket {
	position: relative;
}
.basket i {
	font-size: 28px;
}

.cart-count {
	position: absolute;
	top: 0;          /* Adjusts vertical position */
	right: -5px;        /* Adjusts horizontal position */
	background-color: rgb(4, 120, 87); /* Badge Color (e.g., Red) */
	color: white;       /* Text Color */
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%; /* Makes it perfectly round */
	width: 20px;        /* Fixed dimensions for the circle */
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.theme .btn-success {
	background-color: rgb(4, 120, 87);
	border-color: rgba(7, 92, 68, 1);
}

.theme .btn-success:hover,
.theme .btn-success:focus {
	background-color: rgba(7, 92, 68, 1);
	
}

.cat-container a {
	padding: 4px 12px;
	font-size: 14px;
	border-radius: 16px;;
}
.cat-container a.active {
	padding: 12px 15px;
	font-size: 14px;
	background-color: rgb(4, 120, 87);
	color: #fff;
}

.quantity {
   font-weight: 700;
}

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

.box-posts {
	background-color: #fff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 4px 24px -4px rgba(4, 120, 87, 0.12);
	margin-bottom: 30px;
}

.box-posts .box-icon,
.detail-box .box-icon {
	height: 60px;
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 28px;
	color: rgb(4, 120, 87);
}

.product-row {
	background-color: #fff;
	border-radius: 16px;
	padding: 28px 24px;
	margin-bottom: 20px;
	display: flex;
}

.product-row .header-image {
    margin-top: 0;
}

.product-row h4 {
    margin: 6px 0;
}

.product-row h6 {
    margin: 0;
}


.product-row .box-icon {
	font-size: 40px;
	font-weight: 400;
	color: rgb(4, 120, 87);
}

.box-posts .box-icon i,
.detail-box .box-icon i {
	background-color: rgb(209 250 229);
	padding: 16px 12px;
	border-radius: 16px;
	min-width: 72px;
	text-align: center;
}

.product-row .box-icon i {
	background-color: rgb(209 250 229);
	padding: 22px;
	border-radius: 32px;;
	min-width: 72px;
	text-align: center;
}

.product-row .qty-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 50%;
	font-weight: 700;
	background-color: rgb(240, 253, 244);
	text-align: center;
	cursor: pointer;
}

.product-row .qty-btn:hover,
.product-row .qty-btn:focus {
	background-color: rgb(4, 120, 87);
	color: #fff;
}

.stripe-row {
	width: 100%;
	border: 1px solid rgb(240, 253, 244);
	border-radius: 12px;
	padding: .5rem 1rem;
	transition: all .3s;
	margin-bottom: 32px;
	background-color: rgb(240, 253, 244);
}

.box-posts .box-code {
	font-size: 16px;
	margin-bottom: 28px;
	color: rgb(4, 120, 87);
}

.box-posts .box-header h4 {
	font-size: 20px;
}

.box-posts .box-content {
	
}

.box-cat h6 {
	color: rgb(4, 120, 87);
	margin-bottom: 22px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.box-posts .box-price {
	padding-top: 12px;
	font-size: 15px;
	font-weight: 700;
}

.box-posts .box-price h2 {
	margin-top: 10px;
}

.box-posts .box-book,
.product-row .box-book,
.detail-row .box-book {
	background-color: rgb(4, 120, 87);
	padding: 6px 20px;
	width: 100%;
	border-radius: 16px;
	text-align: center;
	margin-top: 20px;
}
.box-posts .box-book a,
.product-row .box-book a,
.detail-row .box-book a {
	color: #fff;
	font-size: 18px;
	font-family: "Playfair Display", Georgia, serif;
}

.box-posts .box-book a:hover,
.product-row .box-book a:hover {
	color: #eee;
}

.contact-socials {
	display: flex;
}

.contact-box label,
.order-form label,
#details-form label,
#registration-form label,
#employer-form label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding-top: 24px;
	color: rgb(4, 120, 87);
	letter-spacing: 1.5px;
}

.contact-left {
	border-radius: 1rem 0 0 1rem;
	background-color: rgb(4, 120, 87);
	color: #fff;
	opacity: 0.9;
	padding: 18px 48px
}
.contact-left h1 {
	font-size: 48px;
}

.contact-right {
	flex: 1;
	border-radius: 0 1rem 1rem 0 ;
	background-color: #fff;
	padding: 18px 48px
}

.contact-text {
	font-size: 20px;
	padding-top: 16px
}

.contact-text ul.fa-ul {
	margin-left: 36px;
	padding-top: 16px;
}

.contact-text li {
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
}

.contact-text li span.fa-li {
	color: rgb(167, 243, 208);
	font-size: 24px;
}



.theme .contact-box .get-email,
.theme .contact-text i {
	color: #fff;
}

.theme .contact-box .get-email:hover,
.theme .contact-box .get-email:focus {
	color: #eee;
}

.contact-socials a {
	padding: 12px;
	margin-right: 10px;
	border-radius: 32px;;
	background-color: rgba(255, 255, 255, 0.1);
	min-width: 56px;
	text-align: center;
}

.theme .contact-text i:hover,
.theme .contact-text i:focus {
	color: #eee;
}

.order-form,
#details-form,
#llnd-form {
	background-color: #fff;
	padding: 18px 32px;
	border-radius: 32px;
}

.apply-submit, 
.employer-submit, 
.detail-submit,
.llnd-submit,
.book-now,
.send-message,
.stripe-submit {
	background-color: rgb(4, 120, 87);
	padding: 6px 20px;
	width: 100%;
	border-radius: 16px;;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	border: none;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	font-size: 18px;
}

.apply-submit:hover, 
.detail-submit:hover,
.llnd-submit:hover,
.book-now:hover,
.send-message:hover,
.stripe-submit:hover,
.apply-submit:focus, 
.detail-submit:focus,
.llnd-submit:focus,
.book-now:focus,
.send-message:focus,
.stripe-submit:focus {
	text-decoration: underline;
	color: #eee;
}

.enrol-content {
	background-color: rgb(4, 120, 87);
	border-radius: 32px;;
	padding: 32px;
	color: #fff;
}

.enrol-content .enrol-book {
	background-color: #fff;
	padding: 6px 20px;
	width: 100%;
	border-radius: 32px;;
	text-align: center;
	margin-top: 20px;
}
.enrol-content .enrol-book a {
	color: rgb(4, 120, 87);
	font-size: 18px;
}

.detail-box {
	background-color: #fff; 
	border-radius: 1.5rem; 
	padding: 24px; 
	margin-bottom: 12px;
}

.detail-box h3 {
	color: rgb(4, 120, 87);
	margin-top: 0;
	margin-bottom: 20px;
}

.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 {
	margin-bottom: 0;
}

.theme .pushy .active{
	background: rgb(4, 120, 87);
}

.theme .pushy .active a{
	color: #fff;
}

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

.theme .navbar-default:hover {
	background-color: rgba(255, 255, 255, 1);
}


.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: 36px;
    border-radius: 0;
    margin: 0;
    padding: 0 8px 8px;
	position: absolute;
	top: 6px;
	right:26px;
    color: #333;
    border:none;
    background-color:transparent;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
	background-color:transparent;
	color: rgb(4, 120, 87);
}

.theme .navbar-default .navbar-nav { 
    margin-top: 14px;
    margin-right: 16px;
}

.theme .navbar-default .navbar-nav > li > a {
    color:rgb(55, 55, 55);
    padding: 14px 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px;
    font-family: "Playfair Display", Georgia, 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 { 
    background-color: transparent;
    background-image: none;
    color: rgb(4, 120, 87);
}

.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: rgb(4, 120, 87);
}

.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: rgb(4, 120, 87);
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

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

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

.process {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.success {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.loading {
	text-align: center;
	width:100%;
	display:none;
	z-index: 99;
	box-shadow: 0 5px 15px rgba(200, 200, 200, 0.3);
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}

.loading > div {
	background-color:rgba(255, 255, 255, 0.85);
	padding:28px;
	border-radius: 14px;
}

.loading span {
	border-radius: 4px;
	color:#fff;
	padding:16px 48px;
	box-shadow: 3px 3px 4px 0px rgba(128, 128, 128, 0.75);
}

.process {
	background-color: rgb(4, 120, 87);
    border-color: #974030;
}

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

.header-excerpt {
	color: rgb(6 78 59);
	background-color: rgba(167 243 208);
	border-radius: 9999px;
	padding: 4px 16px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	width: fit-content;
	letter-spacing: 0.05em;
}
.header-excerpt p {
	margin: 0;
}	

.header-title h1 {
	font-size: 64px;
}

.header-content {
	padding-top: 32px;
	padding-bottom: 32px;
	font-size: 20px;
	color: rgb(75, 85, 99);
}

.header-image {
	width: 100%;
	position:relative;
	background-repeat:no-repeat;
	background-position: center center;
    background-size: cover;
    color: #fff;
    border-radius: 1rem;
    margin-top: -32px;
}

.header-courses {
	background-color: rgb(4, 120, 87);
	padding: 12px;
	width: 100%;
	border-radius: 32px;;
	text-align: center;
}

.header-courses a {
	color: #fff;
}	

.header-courses a:hover,
.header-courses a:focus {
	color: #eee;
}

.page-container h5 {
	color:rgb(4, 120, 87);;
}

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

.center-title hr {
  width: 100px;
  height: 7px;
  border-radius: 4px;
  margin-top: 20px;
  background-color: rgb(4, 120, 87);
}

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

.theme .form-control {
	color:#555;
	padding: 12px;
	font-size: 18px;
	height: inherit;
	margin-bottom: 6px;
	background-color: rgb(240, 253, 244);
	border: 1px solid rgb(240, 253, 244);
	box-shadow: none;
	border-radius: 6px;
	line-height: 34px;
}

.card-container {
	padding: 20px 0 0;
}

#card-element {
	padding: 12px 0;
}

.footer-container {
	color:#333;
	padding: 30px 0;
}

.footer-container .footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.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 {
	color:#333;
	font-size: 12px;
	padding-bottom: 20px;
}

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

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




/* Yamm!3 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.yamm .yamm-content {
  padding: 20px 30px;
  min-width: 300px;
  width: 30vw;
  max-height: calc(100vh - 108px);
  overflow-y: scroll;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .media-body {
    /*width: auto;*/
}

/* Utilties */

.theme .text-ltg {
    color: rgb(4, 120, 87);
}

.theme .btn-ltg {
    background-color: rgb(4, 120, 87);
    border-color: rgb(4, 120, 87);
    color: #fff;
}

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

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

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

#promoDialog {
	position: relative; 
	border: 1px solid #aaa; 
	padding: 0;
	text-align: center;
	width: 50%;
}

#promoDialog .dismiss {
	background-color: #fff;
	position: absolute; 
	top:0; 
	right:0;
	z-index: 99;
	padding: 2px 8px 0;
}

button#confirmBtn {
	padding: 8px 16px;
	color: #fff;
	background-color: #333;
	border-radius: 8px;
	border: 1px solid #333;
	margin-top: 20px;
}

::backdrop {
  background-color: #666;);
  opacity: 0.75;
}

@media (max-width: 767px) {
	.header-title h1 {
		font-size: 48px;
	}
	.header-image {
		margin-top: 12px;
	}
	.theme .no-padding-right {
		padding-right: 15px;
	}
	.theme .no-padding-left {
		padding-left: 15px;
	}
	.contact-left {
		border-radius: 1rem 1rem 0 0;
	}	
	.contact-right {
		border-radius: 0 0 1rem 1rem;
	}
	.lln-row {
		font-size: 12px;
	}	
	.mobile-padding {
		padding: 0 15px;
	}	
}

@media (min-width: 1276px) {
	.theme .container {
		width: 1246px;
	}
}
@media (max-width: 1275px) {
	.theme a.add-to-cart,
	.box-posts .box-book a {
		font-size: 16px;
	}
}

@media (max-width: 500px) { 
	#promoDialog {
		width: 94%;
	}
}