/*
Theme Name: Xceptional Learners
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is TMA Wordpress Theme
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.css');
body{
    margin: 0;  
    padding: 0;
    font-size: 16px;
    color: #657381;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;	
}
img{
	border:none;
	outline:none;
	max-width:100%;
	height: auto;
}
.img-rite {
	float:right;
	position: relative;
	padding:0 0 15px 15px;
	max-width:500px;
}
.clear{
	width:0;
	padding:0;
	height:0;
	margin:0;
	clear:both;
}

p {
    margin-bottom: 20px;
	line-height:26px;	
}
.logo {
	position: relative;
	margin: 0 !important;
}
:where(p.has-text-color:not(.has-link-color)) a {
    color:#F58736 !important;
}
.g-0 {
	gap:0 !important
}
.wp-block-embed__wrapper {
    text-align: center;
}
.wp-video {
    margin: 0 auto;
}
a {
	text-decoration:none;
	outline:none;
	color:#F58736;
}
a:hover, a:focus, a:active{
	color:#F58736;
	text-decoration:none;
	transition:color 0.3s linear;
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	-moz-transition:color 0.3s linear;
	-ms-transition:color 0.3s linear;
}
h1 {
    color:#477abd;
    font-weight: 400;
    font-size: 40px;
	padding-bottom:30px;
	margin:0;
	font-family: 'Work Sans', sans-serif;
}
h1:after {
    content: '';
    display: block;
    background-color:#F58736;
    height: 2px;
    width: 100px;
    margin: 20px auto;
}
h2 {
    color:#477abd;
    font-weight: 400;
    font-size: 40px;
	padding-bottom: 5px;
	margin:0;
	font-family: 'Work Sans', sans-serif;
}/****
h2:after {
    content: '';
    display: block;
    background-color:#F58736;
    height: 2px;
    width: 100px;
    margin: 20px auto;
}****/
h3 {
    color:#477abd;
    font-weight: 400;
    font-size: 25px;
	padding-bottom:10px;
	margin:0;
	font-family: 'Work Sans', sans-serif;
}
h4,h2.widgettitle{
    font-size: 25px;
    font-weight: 400;
    color: #fff;
	font-family: 'Work Sans', sans-serif;
    margin:0 0 20px;
	text-transform:uppercase;	
}
h5 {
	font-size: 20px;
    font-weight: 400;
    color: #fff;
	font-family: 'Work Sans', sans-serif;
    margin:0 0 20px;
}

h6 {
    
}
.post-details .date {
    display: none !important;
}
p.sub-text{
	font-size: 18px;
	line-height:24px;	
	margin-bottom:20px;
	text-align:center;
}
.red {
	color:#BF3A3F;
}
hr {
	padding:0px 0 30px;
	margin:15px 0 0;
	border:none !important;
	border-top: 1px solid #ededed !important;
}
section { 
	padding:50px 0 !important;
}
.inner-sec {
	min-height: 80vh;
}
.page-id-634 .inner-sec {
	min-height: 100vh;
}
.container-fluid {
    max-width:1830px;
	width:100%;
}
.container{
    max-width:1200px;
	width:100%;
}
.top-header {
    position:relative;
    padding: 10px 0 !important;
	border-bottom:1px solid #ededed !important;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 9999 !important;
    left: 0;
    padding: 10px 0 !important;
    right: 0;
    margin-top: 0;
	background-color:#fff;
    animation: fadeIn .5s ease-in both;
    -webkit-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    -moz-box-shadow: 0px 8px 88px -28px rgba(0,0,0,.34);
    box-shadow: 0px 6px 16px rgba(0,0,0,.07);
}
.header-right {
	margin-top:30px;
	text-align: right;
}
.header-right a.primary-btn {
    font-size: 13px;
    padding: 6px 14px;
}
a.btn-primary {
    font-size: 16px;
    padding: 6px 30px;
    color: #FFF;
    display: inline-block;
    font-weight: 400;
	text-transform:capitalize;
    text-decoration: none;
	border-radius:25px;
	background:#F58736;
	border:1px solid #F58736;
	font-family: 'Work Sans', sans-serif;
}
a.btn-primary:hover{
    background:transparent;
	color: #F58736;
	border:1px solid #F58736;
}
a.btn-secondary {
    font-size: 16px;
    padding: 6px 30px;
    color:#fff;
    display: inline-block;
    font-weight: 400;
	text-transform:capitalize;
    background-color:transparent;
	border:1px solid #fff;
    text-decoration: none;
	border-radius:25px;
	font-family: 'Work Sans', sans-serif;
}
a.btn-secondary:hover{
    background-color: #fff;
	color:#F58736;
}
.banner {
    position: relative;
	text-align:center;
}
.banner-text {
    position: absolute;
    left: 15px !important;
    z-index: 1 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
	max-width:1500px;
    text-align: left;
	margin: 0 auto;
}
.banner-text h1 {
	font-size: 50px;
	color:#fff;
	padding-bottom:20px;
}
.banner-text h1:after {
	display:none;
}
.banner-text p {
	margin-bottom:0px;
}
.banner-text a.blue-btn:hover {
	color:#fff;
	background-color:#56296c;
	border-color:#56296c;
}
.welcome-sec p.sub-text {
	text-transform:unset;
	margin-bottom:20px;
	font-size:25px;
}
.welcome-sec p {
	font-size:20px;
	margin-bottom:0;
	color:#5e6a73;
}
.services-sec {
	background-color:#f6fbfe;
}
.services-sec h2 {
	color:#477abd;
}
.services-box {
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	margin:15px 0;
}
.services-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.services-text {
	padding:20px 0px;
	background-color:#fff;
	padding:15px;
}
.post-type-archive-services .services-text {
	min-height:800px;
}
.services-text a.btn-primary { 
	margin:0 auto;
	display: block;
    width: 180px;
    text-align: center;
}
.post-type-archive-services .services-text a.btn-primary {   
	position: absolute;
    bottom: 15px;
	margin:0 auto;
	left:0;
	right:0;
	display: block;
    width: 180px;
    text-align: center;
}
.services-sec .services-text h3 span{
	display:none;
}
.services-text h3{
	color:#535453;
	font-size:24px;
	padding:0px;
	margin-bottom:20px;
	text-align:center;
}
.call-sec {
	background-color: #8fd7f1;
}
p.call-text {
    font-size: 22px;
    line-height: 28px;
	color:#252165;
}
.resources-sec {
	background-color: #ededed;
}
.resources-box {
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
	margin:15px 0;
	text-align: center;
}
.resources-box:hover {
    cursor: pointer;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.resources-box a {
    position: absolute;
    width: 90%;
    height: 100%;
    display: block;
    z-index: 9;
}
.resources-text {
	padding:20px 0px;
	background-color:#fff;
}
.resources-text h3{
	color:#535453;
	font-size:24px;
	padding:0px;
}
.testi-sec {
	background-color: #252165;
}
.testi-sec h2 {
	background-color: #252165;
}
.testi-sec h2:after {
    content: open-quote;
    display: block;
	font-size: 120px;
    margin: 20px auto;
    line-height: 80px;
    height: 0px;
}
.testi-sec p{
    color: #fff;
    font-size: 50px;
    line-height: 58px;
}
.map-sec {
    padding:0;
	background-image: url("images/map.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	min-height: 470px;
	position:relative;
}
.view-on-g-maps {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 6px;
    background: rgba(86,97,115,.65);
    color: #fff;
    display: block;
    margin: 0 auto;
    width: 260px;
    left: 0;
    right: 0;
    cursor: pointer;
}
.view-on-g-maps a{
	color:#fff;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #110F29;
	color:#fff;
	font-size:15px;
}
.footer ul.menu{
    padding: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.footer ul.menu li {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
}
.footer ul.menu li a {
    color: #fff;
}
ul.hour {
    padding: 0;
	margin:0;
    list-style: none;
}
ul.hour li {
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.hour li span:last-child {
    float: right;
}
p.hour-call-text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
	margin-top:10px;
    margin-bottom: 0px;
}
p.footer-tagline {
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    font-weight: 400;
	margin-top:10px;
    margin-bottom: 0px;
}
.footer-colum-3 p.footer-tagline{
	max-width:70%;
	margin:0 auto;
}
.footer a{
    color: #fff;
}
.footer p{
    color: #fff;
	margin-bottom:0;
}
.footer-left {
	margin-top:10px;
}
.footer a:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.footer-logo {
    margin-top: 25px;
}
ul.social-icons {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 40px;
    margin-top: 30px;
}
.social-icons li {
    display: inline;
    margin: 0px 20px 0px 2px;
}
/*************** Services inner css ***********/
.services-banner {
	position: relative;
	text-align:center;
	margin-bottom:20px;
}
/*************** General inner css ***********/
.inner-banner {
    position: relative;
	margin-bottom:20px;
	text-align: center;
}
ol.inner-list {
    margin: 0;
    padding: 0px;
    padding-left: 15px;
}
ol.inner-list ul {
    padding-left: 15px;
}
ol.inner-list ul li {
	margin-bottom:0;
}
ol.inner-list li{
	margin-bottom: 20px;
}
ul.inner-list {
    margin: 0;
    padding: 0px;
    list-style: none;
    padding-left: 15px;
}
ul.inner-list li {
    position: relative;
    padding-left: 5px;
    line-height: 22px;
    padding-bottom: 10px;
}
ul.inner-list li:before {
    color: #F58736;
    content: "\2713";
    font-weight: 900;
    display: inline-block;
    font-size: 15px;
    left: -15px;
    top: 1px;
    position: absolute;
}
ul.inner-list ul {
    list-style: none;
	margin-top:10px;
}
/*************** Contact css ***********/
.form-sec {
	background-color: #8FD7F1;
}
.form-sec h2 {
	color: #fff;
	margin-bottom:30px;
}
.page-id-88 form .wpcf7-radio .first {
    margin: 0;
}
#hidden-dates .form-control {
    border-radius: 0 !important;
    padding: 0.5rem 0.75rem !important;
    margin-bottom: 5px !important;
}
[data-id="group-alcohol"] .form-control{
    margin-top: 5px !important;	
}
[data-id="group-alcohol"] {
    border: 1px solid #33a5ba;
	padding:10px;
	margin-top:10px;
}
[data-id="group-alcohol"] p {
    margin:0;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 !important;
}
.form-sec h3{
	font-size:22px;
	text-transform:uppercase;
	margin-bottom: 30px;
}
.page-id-12 .submit-btn, .page-id-88 .submit-btn{
    background: #625C56;
	border: 1px solid #625C56;
    color: #fff;
    float: unset;
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
}
.page-id-12 .submit-btn:hover, .page-id-88 .submit-btn:hover{
    border: 1px solid #71B56F;
    background: #71B56F;
}
.page-id-12 .wpcf7-list-item {
    width:100%;
    margin: 0 !important;
	text-align:left;
	vertical-align: text-top;
	font-weight: 500;
	padding:0 15px;
    font-size: 16px;
}
.page-id-12 input[type="checkbox"]{
    width: 20px;
    background: #fff;
    height: 20px;
	margin: 0 auto;
}
.page-id-12 .wpcf7-list-item label{
    margin-bottom: 15px !important;
}
.form-control {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
}
.form-group select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 10px;
    width: 100%;
	color: #a4a2a4;
}
select.form-control {
    height: 50px !important;
}
textarea.form-control {
    height: 180px;
}

.submit-btn {
	background:#F58736;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	float: right;
	border:1px solid #F58736;
	background-clip: unset;
    padding: 6px 30px;
	border-radius:25px;
}
.submit-btn:hover {  
    background:transparent;
    color: #F58736;
    cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:#F58736 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color:#F58736 !important;
}
.form-group span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.wpcf7-form-control-signature-wrap{
	width:100% !important;
}
.wpcf7-form-control-signature-wrap canvas{
	height:100% !important;
}
.wpcf7-form-control-clear-wrap {
    margin-top: 15px;
}
.wpcf7-spinner {
    display: block !important;
}
.google-rating {
    Position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.xdsoft_datetimepicker {
z-index: 10000000000 !important;
}
/*************** Single Services css ***********/
.single-services .treatment-img {
    width: 34%;
}
.single-services .inner-sec .row .col-sm-12:last-child {
    padding-bottom:30px;
}
.single-services .treatment-text {
    padding: 25px 15px;
    width: 66%;
}
.single-services .treatment-text h3 {
    font-size: 28px;
    padding-bottom: 20px;
}
.single-services .treatment-text p {
    font-size: 15px;
    line-height: 24px;
}
/*************** Booking css ***********/
.post-type-archive-book .services-text {
    min-height: 130px;
}
.post-type-archive-book .services-img img{
    width:100%;
}
.post-type-archive-book .services-text h3{
    font-size:18px;
}
.post-type-archive-book .services-text a.btn-primary {
	position:absolute;
	left:0;
	right:0;
    bottom:20px;
}
.single-book hr {
	width:73%
}
/*************** News css ***********/

.post-details {
    position: relative;
    min-height: 290px;
    background-color: #f9fbf2;
    margin-bottom: 30px;
    padding: 20px;
}
.post-img img {
    border: 1px solid #eee;
	width: 100%;
}
.post-details a.btn-primary{
	position:absolute;
	bottom:15px;
    display:block;
	width:160px;
	text-align:center;
    margin-top: 10px;
}
.navigation {
	text-align: center;
    margin: 0 auto;
}
.wp-paginate .current {
    background: #F58736 !important;
    border: 1px solid #F58736 !important;
}
/*************** FAQs css ***********/
.faqs-sec {
	background-color: #9D8055;
}
.faqs-sec h2 {
    color:#fff;
}
.panel {
	background-color: transparent !important;
	border-bottom:1px solid #fff !important;
}
.panel-title{
	font-size:20px !important;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
.panel-body p{
	font-size:19px !important
}
.jltmaf-rotate {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.collapsed .fa-minus:before {
    content: "\f067";
	color: #fff;
	padding-right: 10px;
    font-size: 13px;
}
.jltmaf-rotate.fa-plus:before {
	content: "\f067";
	content: "\f068";
	color: #fff;
	padding-right: 10px;
    font-size: 13px;
}
.fa-plus:before {
   color: #fff;
	padding-right: 10px;
    font-size: 13px;
}
/*************** Webinar css ***********/
.page-id-495 .wp-block-embed figcaption {
    text-align: center;
	font-size: 20px;
	color: #477abd;
}
/**************************/
/***** Media-Querries *****/
/**************************/


@media (max-width: 2560px) {
    
}

@media (max-width: 1500px){
	
}

@media (max-width: 1440px){

.landing-sec h3 {
    font-size: 24px !important;
    margin-bottom: 0px !important;
}
.landing-sec p {
    font-size: 13px !important;
    line-height: 22px;
	margin-bottom: 0px;
}	
	
}

@media (max-width: 1328px){


}

@media (max-width: 1327px){  

h5 {
    font-size: 20px;
	}
p.sub-text {
    font-size: 15px;
}
.banner-text {
    max-width: unset;
    margin: 0;
    width: 50%;
}
.banner-text h1 {
    font-size: 37px;
}	

.footer {
    font-size: 13px;
}
p.footer-tagline {
    font-size: 40px;
    line-height: 44px;
}	
ul.footer-menu li {
    font-size: 13px;
    line-height: 22px;
}	
ul.hour li {
    font-size: 13px;
}
p.hour-call-text {
    font-size: 18px;
    line-height: 22px;
}	
.footer a.white-btn {
   font-size: 13px;
}	
.services-text h3 {
    font-size: 20px;
}
.header-right a.blue-btn {
    font-size: 12px;
    padding: 6px 13px;
	}	
	
}

@media (max-width: 1199px) {
 iframe {
	width:100%;
	height:300px;
	}
h1 {
    font-size: 28px;
}	
h2 {
    font-size: 28px;
}
h4,h2.widgettitle{
	letter-spacing: 0px;
	font-size: 18px
	}
h5 {
    font-size: 21px;
}
p.sub-text {
    font-size: 16px;
}
.header-right a.uagb-buttons-repeater  {
    padding: 6px 20px !important;
    font-weight: 400 !important;
}	
.header-right .uagb-button__link{
    font-size: 12px !important;
}	
.banner-text h1 {
    font-size: 31px;
}	
.banner-text p {
    font-size: 20px;
}
.welcome-sec p.sub-text {
    font-size: 22px;
}
.services-text h3 {
    font-size: 17px;
}
.footer {
    font-size: 10px;
}
p.footer-tagline {
    font-size: 30px;
    line-height: 34px;
}
ul.footer-menu li {
    font-size: 10px;
    line-height: 18px;
}	
ul.hour li {
    font-size: 10px;
}	
p.hour-call-text {
    font-size: 15px;
    line-height: 20px;
}
a.white-btn {
	padding: 6px 15px;
	}	
.footer a.white-btn {
    font-size: 10px;
}	
.landing-sec h3 {
    font-size: 18px !important;
}	
.landing-sec p {
    font-size: 11px !important;
    line-height: 13px;
    margin-bottom: 0px;
}		
}

/* END OF iPAD LANDESCAPE*/
@media (max-width: 991px) {	
.banner-text {
    max-width:unset;
    margin: 0;
    width: 45%;
}
.banner-text h1 {
    font-size: 21px !important;
    padding-bottom: 10px;
}
.banner-text h1 span {
    font-size: 15px;
    display: block;
    color: #fff;
    font-weight: 500;
    padding-top: 10px;
}	
h1 {
    font-size: 24px !important;
}
h2 {
    font-size: 24px !important;
}
h3 {
    font-size: 18px !important;
}	
h4,h2.widgettitle{
    font-size: 13px !important;
	letter-spacing: 0px;
}
h5 {
    font-size: 22px !important;
}		
.header-right {
    text-align: center;
	width: 100%;
	margin-top:0;
}
.header-right a.uagb-buttons-repeater  {
    padding: 6px 12px !important;
    font-weight: 400 !important;
}	
.header-right .uagb-button__link{
    font-size: 12px !important;
}		
.welcome-sec p.sub-text {
    margin-bottom: 10px;
    font-size: 18px;
}	
.services-text h3 {
    font-size: 14px;
}	

a.white-btn {
    font-size: 12px;
    padding: 6px 12px;
}	
p.footer-tagline {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
}
ul.footer-menu li {
    font-size: 10px;
    line-height: 18px;
}
ul.hour li {
    font-size: 10px;
}
p.hour-call-text {
    font-size: 12px;
    line-height: 14px;
}
.footer {
		font-size:8px;
	}
.footer img {
		width:8px;
	}	
.call-sec a.btn-secondary {
    font-size: 13px;
    padding: 6px 20px;
}	
.landing-sec p {
    font-size: 15px !important;
    line-height: 23px;
    margin-bottom: 0px;
}
.form-sec h2 {
    font-size: 18px !important;
}	
}

@media (max-width: 767px) {
body {
		font-size:13px;
	}
section{		
	    padding: 30px 0 !important;
}
.logo {
	max-width:250px;
	text-align: center;
	margin: 0 auto !important;
	}
.banner-text h1 {
    font-size:10px !important;
	padding-bottom:0;
}
.banner-text p {
    display:none;
}
p {
    line-height: 18px;
}	
h1 {
    font-size: 20px !important;
	padding-bottom: 10px;
}
h2 {
    font-size: 20px !important;
	padding-bottom: 10px;
}
h3{
    font-size: 18px !important;
}	
h4,h2.widgettitle{
    font-size: 16px !important;
	margin-bottom:15px;
}
.img-rite {
    float: none;
	max-width: unset;
	text-align:center;
    padding: 0 0 10px 0px;
}		
p.sub-text {
	font-size: 14px !important;
	line-height:16px;
	margin-bottom:10px;
}		
.header-right {
    text-align: center;
	margin-top: 10px;
}
.welcome-sec p.sub-text {
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 15px !important;
}	
.welcome-sec p {
    font-size: 14px !important;
	}
.header-right a.uagb-buttons-repeater  {
    padding: 6px 15px !important;
    font-weight: 400 !important;
}
.header-right .uagb-button__link{
    font-size: 12px !important;
}	 
a.white-btn, a.blue-btn {
    font-size: 12px;
    padding: 6px 20px;
    font-weight: 400;
}
.testi-sec .uagb-tm__desc {
    font-size: 13px !important;
    line-height: 1.1em;
}
.testi-sec .uagb-tm__author-name {
    font-size: 12px !important;
}	
.post-type-archive-services .services-text {
	min-height:unset;
}
.post-type-archive-services .services-text a.btn-primary {   
	position: relative;
    bottom: unset;
}
.post-details a.btn-primary{
	position: relative;
    bottom: unset;
}
.services-text h3{
    font-size: 20px;
}	
.footer {
		font-size:14px;
	}	
p.footer-tagline {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
	margin:0 0 30px;
	text-align:center;
}
ul.footer-menu {
    margin-bottom:30px;
}	
ul.footer-menu li {
    font-size: 14px;
    line-height: 20px;
}	
ul.hour li {
    font-size: 14px;
	text-align:left;	
}
p.hour-call-text{
    margin-bottom:30px;
	font-size:16px;
}
.footer a.white-btn {
    font-size: 14px;
}
.footer	.text-left {
		text-align:center !important
	}	
	.footer img {
		width:auto;
	}
.footer-logo {
    text-align: center;
}
.single-book hr {
	width:100%
}	
}
