/*
Theme Name: Tewantin Physio
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is Tewantin Physio Wordpress Theme
Version: 1.01
Author: TMA
*/
@import url('style/bootstrap.css');
@import url('fonts/font.css');

body{
	margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight:300;
	color: #000;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 30px;
	color: #542784;
	margin-bottom:20px;
}
h1 span{
	font-family: 'BRADHITC';
	font-size: 24px;
	font-weight:700;
	display: block;
}
h1 span.y{
	color: #fbb714;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 30px;
	color: #542784;
	margin-bottom:20px;
}
h2 span{
	font-family: 'BRADHITC';
	font-size: 33px;
	font-weight:700;
}
h3 {
	font-family: 'FontsFreeNetProximaNovaSbold';
	font-weight:600;
	font-size: 18px;
	color: #2f2f2f;
}
h3 span {
	color:#acacac;
	font-size: 15px;
	font-weight:400;
	display: block;
	text-transform:capitalize;
}
h5 {
    font-size: 20px;
    color: #ffffff;
    padding-top: 15px;
    font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:20px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size: 18px;
	color: #542784;
	margin:0px;
}
b, strong {
    font-weight: 700;
}
.panel-title {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.panel-title a{
    text-decoration:none !important;
}
.panel-title a:hover, .panel-title a:visited{
    text-decoration:none !important;
}
ul.step-list.text {
    margin-bottom: 20px;
}

ul.step-list.text li {
    color: #000;
	font-weight:300;
	font-size:18px;
	line-height:20px;
}

h2.ser {
    margin-top: 20px;
}

p.p-15 {
	font-size:15px;
	font-weight:400;
}
span.bfont{
	font-family: 'BRADHITC';
	font-weight:700;
}
a {
	color: #542784;
}
img {
	max-width:100%;
	height:auto;
}
.img_rite {
	position:relative;
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
.container-fluid {
    width: 1500px;
	max-width:100%;
}
.cycloneslider-template-standard .cycloneslider-pager {
    bottom: 10px !important;
}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
    background-color: #542884 !important;
}
.cycloneslider-template-standard .cycloneslider-pager span {
    background-color: #ccc !important;
}
section {
	padding:50px 0;
}
.grey-sec {
	background:#F5F5F5;
}
/* home css */

.top-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
	background:#fff;
	border-bottom: 1px solid #ccc;
	top:0;
}
.home .top-header {
	background:transparent;
	border-bottom: none;
}
.MenuFixed {
	background:#fff !important;
	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);
	border-bottom: none;
}
.logo {
	position: relative;
	margin:10px 0;
}
.banner-text {
    position:absolute;
	left: 15px;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1500px;
    right: 15px;
    margin: 0 auto;
}

.top-nav{
    margin-top: 40px;
    position:relative;
	display: inline-block;
}

.top-btn {
    position:relative;
	float:right;
	margin-top: 26px;
	display: inline-block;
}

ul.main-menu{
    list-style: none;
    margin: 0px;
	padding:0;
	text-align:center;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
}
ul.main-menu > li {
    display: inline-block;    
	position:relative;
	margin: 0px 11px;
}
ul.main-menu > li:first-child{
   margin-left: 0px;
}

ul.main-menu > li > a {
    font-size: 15px;
    color: #000;	
	text-transform:capitalize;
}
ul.main-menu > li > a:hover {
    color:#000;
	transition: 0.3s;
	padding-bottom: 4px;
    border-bottom: 4px solid #fcb615;
	text-decoration:none;
}
ul.main-menu > li:hover ul.sub-menu {
	display:block;
}
ul.main-menu > li.current-menu-item > a{
    transition: 0.3s;
	color:#000;
	padding-bottom: 4px;
    border-bottom: 4px solid #fcb615;
}
ul.main-menu ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0px;
    width: 280px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 30px;
}
ul.main-menu ul.sub-menu li {
    margin: 0;
	display:block;
	line-height:18px;
	vertical-align:middle;
}
ul.main-menu ul.sub-menu li a {
	 padding: 10px;
     background: #542884;
	 display:block;
	 color:#fff;
	 border-top:1px solid #fff;
	 text-align:left;
	 font-size:12px;
}
ul.main-menu ul.sub-menu li a:hover {
   background: #fcb615;
   color:#000;
   text-decoration:none;
}

a.nav-btn {
    border-radius: 50px;
    padding: 4px 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #000;
    background-color: #fcb615;
    font-weight: 600;
	border: 1px solid transparent;
}
a.nav-btn:hover img{
	transition: 1s;
    transform: rotate(360deg);	
}
a.nav-btn:hover {
    border: 1px solid #fcb615;
    background: none;
}
a.nav-btn.book {
    background: #542884;
	border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
}
a.nav-btn.book:hover {
    border: 1px solid #542884;
    background: none;
	color: #542884;
}
.banner {
    position: relative;
	text-align: center;
}
.cycloneslider-template-standard {
    margin: 0 auto;
}
.banner-text h1 {
    font-size: 28.89px;
    line-height: 45px;
    margin-bottom: 0;
	text-align: left;
}

.banner-text h1 span {
    color: #000000;
    font-size: 39.32px;
    font-weight: 600;
	display:block;
	font-family: 'BRADHITC';
}

.banner-text h1 span.y {
    color: #fbb714;
	display:inline-block;
}
.t-p {
    padding-top: 30px;
}
.per-img {
    position: relative;
}

.readmore {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 22px;
	text-align: center;
}

.readmore a {
    border-radius: 50px;
    padding: 5px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #542784;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
}

.per-btn a:hover {
    color: #fcb615;
}
.overlay-content {
	position: absolute;
    background-color: #f2ba01;
	width: 100%;
	height: 0;
	z-index:1;
	bottom:0;
	left:0;
	align-items:center;
	justify-content:center;
	overflow: hidden;		
	transition: all 0.20s ease-in-out;
}
.per-img:hover .overlay-content, .overlay-content.show {
  height: 100%;	
  padding:10px 30px;	
  transition: 0.5s;
  cursor: pointer;
}
.icon-left {
    display: inline-block;
    vertical-align: middle;
    font-size: 70.32px;
	font-weight: 700;
	line-height: 70px;

}

.icon-rite {
    display: inline-block;
    margin-left: 8px;   
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
    vertical-align: middle;
	text-align: center;
}
.icon-rite span.bfont{
	font-size:24px;
}
.step-heading {
	position: relative;
	border-bottom: 1px solid #542884;
    padding-bottom: 10px;
	margin-bottom: 10px;
	color: #542884;
}

.overlay-content p {
    color: #542884;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
}

ul.step-list{
    margin:0;
	padding: 0px;
	list-style: none;
	padding-left:15px;
}

ul.step-list li {
	position: relative;
    color: #542884;
	font-size: 15px;
    padding-left: 0px;
	line-height: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}
ul.step-list li:before {
   color: #542884;
   content: "\2022";
   font-weight: 700;
   display: inline-block;
   font-size: 26px;
   left: -15px;
   top: 0;
   position: absolute;	
}
ul.step-list li:last-child {
    margin-bottom: 0px;
}
.grey-sec .col-sm-4:nth-child(2) .overlay-content {
    background-color: #0097d6;
}
.grey-sec .col-sm-4:nth-child(3) .overlay-content {
    background-color: #542884;
}

.grey-sec .col-sm-4:nth-child(2) .overlay-content .step-heading {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.grey-sec .col-sm-4:nth-child(2) .overlay-content p {
    color: #fff;
}

.grey-sec .col-sm-4:nth-child(2) .overlay-content ul.step-list li {
    color: #fff;
}
.grey-sec .col-sm-4:nth-child(2) .overlay-content ul.step-list li:before {
   color: #fff;
}
.grey-sec .col-sm-4:nth-child(3) .overlay-content .step-heading {
	border-bottom: 1px solid #f2ba01;
	color: #f2ba01;
}

.grey-sec .col-sm-4:nth-child(3) .overlay-content p {
    color: #f2ba01;
}

.grey-sec .col-sm-4:nth-child(3) .overlay-content ul.step-list li {
    color:#f2ba01;
}
.grey-sec .col-sm-4:nth-child(3) .overlay-content ul.step-list li:before {
   color: #f2ba01;
}
.ser-box, .team-box{
	position: relative;
    width: 20%;
    text-align: center;
    padding: 0 15px;
    float: left;
}
.post-type-archive-meet_the_team .team-box {
	width: 100%;
    padding: 0;
    float: unset;
	margin-bottom: 20px;
}
.ser-box a, .team-box a{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.ser-box:hover, .team-box:hover {
    transform: translateY(-8px);
    transition: 0.4s;
}
.ser-box{
	margin-top: 30px;
}
.ser-text {
    padding: 15px 7px;
    text-align: center;
    border: 2px solid #E1E1E1;
    line-height: 20px;
    min-height: 72px;
    font-weight: 600;
	display: table;
    width: 100%;
	border-top: 0;
}
.ser-img {
	 border: 2px solid #E1E1E1;
}
.ser-text h3{
    color: #2f2f2f;
	font-size: 16px;
	text-transform: uppercase;
	display: table-cell;
    vertical-align: middle;
}
.ser-box img, .team-box img{
    filter: grayscale(1);
	width: 100%;
}
.ser-box:hover {
    cursor:pointer;
}
.ser-box:hover img, .team-box:hover img {
    filter: grayscale(0);
}
.ser-box:hover .ser-text{
    background-color: #fbb714;
}
.team-text {
	border-bottom: 1px solid #fcb615;
}
.team-text h3{
    color: #2f2f2f;
	font-size: 18px;
	text-transform: uppercase;
}
.team-text p{
    color: #542784;
}

.map {
    background-image: url(images/map.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
	position: relative;
	background-position: center;
}

a.map-link {
    background-color: #fbb714;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    width: 300px;
    font-weight: 700;
    padding: 9px 12px;
    margin-top: 14px;
    outline: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
	text-transform: uppercase;
}
a.map-link:hover {
	text-decoration: none;
	background-color: #542884;
    color: #fff;
}
.map-right-box {
    background-color: #555555;
    padding: 73px 30px;
	font-size: 15px;
    font-weight: 300;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.address-text span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.address-text {
    border-bottom: 1px solid #00000057;
    margin-bottom: 14px;
}
.map-right-box img {
    margin-top: -2px;
}
.address-text a {
    color: #fff;
}
ul.hours {
    padding-top: 20px;
	padding: 0;
    list-style: none;
}

ul.hours li {
    border-bottom: 1px solid #00000057;
    border-top: 1px solid #00000057;
}
ul.hours li:last-child {
    border-top: 0;
}
ul.hours li span {
    display: inline-block;
    padding: 8px 0;
}

ul.hours li span:last-child {
    float: right;
}

.footer {
    background-color: #5D3A8E;
	font-size: 15px;
    color: #fff;
	padding: 30px 0;
}

.f-logo {
    text-align: center;
    margin-bottom: 25px;
}

footer hr{
    border-top: 1px solid #5A378A;
    margin-bottom: 15px;
}

.f-icon {
    text-align: right;
}

.f-icon a {
    color: #fff;
	font-weight:700;
}
.f-icon img:hover{
	transition: 1s;
    transform: rotate(360deg);	
}
.inner-banner {
	position: relative;
	margin-top:110px;
	text-align: center;
}
.inner-banner.contact-banner {
    background-repeat: no-repeat;
    background-position: unset;
    min-height: 500px;
}

/* end home css */

.phy-imgs {
    display: inline-flex;
    padding: 20px 0px;
	text-align: center;
}
.core-box h3 span {
    background-color: #542884;
    padding: 0px 13px;
    color: #fff;
    font-size: 35.6px;
    margin-right: 10px;
	display: unset;
}
.core-box h3 {
   font-family: 'Roboto', sans-serif;
	margin-bottom: 22px;
    font-weight: 700;
    font-size: 22px;
    color: #542784;
    text-align: left;
}
.core-box img.img-fluid {
    padding-bottom: 16px;
}
.core-box p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 21px;
}
.core-box {
    padding: 20px 0px;
}
.approach {
    padding-bottom: 40px;
}
.page-id-20  p{
    font-size: 20px;    
}
.page-id-20  p span{
	display: inline-block;
	vertical-align: top;
} 
.page-id-20  p span:first-child{
	padding-right: 10px;
}
.page-id-20  p a{
    text-decoration: none;
    font-weight: 400;
    color: #000;
}
.page-id-20 p span.extra-padding{
	padding-right:30px;
	min-width: 200px;
}
.form-control {
    font-size: 15px;
    font-weight: 300;
    padding: 8px 12px;
    width: 100%;
    outline: 0;
	font-family: 'Roboto', sans-serif;
    border: 2px solid #E3E1E2;
    background-color: transparent;
	border-radius:0;
    color: #000!important;
	margin-bottom: 20px;
}
textarea.form-control{
    max-height: 200px;
}
.submit-btn {
    outline: 0;
    background: #542884;
    border: 1px solid transparent;
    color: #fff;
    padding: 6px 29px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
	cursor: pointer;	
}
.submit-btn:hover {
    background: transparent;
    border: 1px solid #542884;
	color: #542884;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
    border-color: #542884 !important;
	font-weight:bold !important;
}
.wpcf7-not-valid-tip {
    margin-top: -20px;
    margin-bottom: 20px;
}

/******** Position Available CSS*********/
.position-top-bg .container {
    background-color: rgba(255, 255, 255, 0.85);
	    padding: 50px;
}
.position-top-bg .container > .row{
    background-color: rgba(255, 255, 255, 1);
	padding: 50px;
}
.position-top-bg h2{
    font-size: 26px;
}
.position-top-bg {
	background-image:url("images/positions-available-bg.jpg");
	background-repeat: no-repeat;
}
.position-top-bg h1 {
    font-size:55px;
}
.position-top-bg h1 span{
    font-size:60px;
}
.position-top-bg img{
    width: 100%;
}
ul.position-list {
    list-style: none;
}
ul.position-list li {
    position: relative;
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
	margin-bottom:20px;
}

ul.position-list li:before {    
	color: #fcb615;
    content: "\2713";
    font-weight: bolder;
    font-size: 23px;
    left: -30px;
    top: 0px;
    display: block;
    position: absolute;
}

.physio-grey {
    background-color: #e6e6e6;
}
.physio-yellow {
    background-color: #fcb615;
}
.physio-yellow  ul.position-list li:before, .position-top-bg ul.position-list li:before{
    color: #5D3A8E;
}
.physio-yellow  ul.position-list{
    column-count: 2;
}
h4.change-color {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fcb615;
    margin-bottom: 20px;
}
.post-316 textarea.form-control {
    max-height: 150px;
}
.post-316 .submit-btn {
    margin-top: 10px;
}

/************************ News **********************/
.news-box {
    text-align: center;
    margin-top: 30px;
    min-height: 260px;
}
.news-box h3{
    font-size: 20px;
}
.news-text {
    background-color: #fff;
    border: 2px solid #E1E1E1;
    border-top: 0;
    padding: 20px 0px;
    min-height: 70px;
}
.read-btn {
    font-size: 15px;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 10px;
	color: #fff;
	background-color: #542884;
	border: 1px solid #542884;
	border-radius: 30px;
}
.read-btn:hover {
    background-color: transparent;
    color: #542884;
    transition: 0.5s;
	text-decoration:none;
}


/**************************/
/***** Media-Querries *****/
/**************************/
@media (min-width: 768px){
.top-email-icon {
	padding:10px 5px; 
	background:#fcb615; 
	border-radius:50px
	}	
}
@media (min-width: 1600px){
.min-h{
	min-height: 69vh;	
	}
.post-18 {
    min-height: 61vh;
}	
}
@media (max-width: 1200px){
    
ul.main-menu > li:after {
    display: none;
}
a.nav-btn {
    font-size: 12px;
    padding: 2px 8px;
}

a.nav-btn.book {
    font-size: 13.63px;
    padding: 10px 14px;
}
.t-p p {
    margin-bottom: 13px;
}
.icon-left {
    font-size: 43px;   
}
.map-right-box h5 {
    font-size: 15px;
}

}


@media (min-width: 992px) and (max-width: 1199px) {

.top-btn {
    margin-top: 36px;
}
ul.main-menu > li {
    margin: 0px 11px;
}	
ul.main-menu > li:after {
    display: none;
}	
a.nav-btn {
    padding: 0;
    font-size: 0;
}
a.nav-btn.book {
    font-size: 9.63px;
    padding: 8px 9px;
}

.banner-text h1 {
    font-size: 24px;
    line-height: 38px;
}
.banner-text h1 span {
    font-size: 31.32px;
    
}
.t-p {
    padding-top: 0px;
}
.t-p p {
    margin-bottom: 12px;
    line-height: 19px;
    font-size: 14px;
}
.ser-text h3 {
    font-size: 12px;
}	
.team-text h3 {
    font-size: 17px;
}
.footer {
    font-size: 12px;
}
}

/* END OF iPAD LANDESCAPE*/


@media (min-width: 768px) and (max-width: 991px){
	
.top-nav {
    display: none;
}	
.top-btn {
    margin-top: 50px;
}
button#responsive-menu-button {
    right: 15px !important;
}	
.banner {
    margin-top: 111px;
}	
.banner-text h1 {
    font-size: 22px;
    line-height: 33px;
}

.banner-text h1 span {
    font-size: 25px;
}
.t-p {
    padding-top: 0px;
}	
.overlay-content {
    padding: 10px;
}
.icon-left {
    font-size: 20px;
    line-height: 20px;
}
.icon-rite {
    font-size: 12px;
    line-height: 12px;
}
.overlay-content p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}
ul.step-list li {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
}
.f-icon {
    text-align: center;
    margin-top: 12px;
}
.map-right-box {
    padding: 90px 10px;
    font-size: 12px;
}
.ser-text h3 {
    font-size: 13px;
}
.team-text h3 {
    font-size: 14px;
}	
.map {
    background-position: center;
}
.footer {
    font-size: 14px;
}	
}

@media (min-width: 576px) and (max-width: 767px) {
.top-nav {
    display: none;
}	
.top-btn {
    margin-top: 40px;
}
.top-header {
    height: 111px;
}
button#responsive-menu-button {
    right: 15px !important;
}	
.banner {
    margin-top: 111px;
}

.banner-text h1 {
    font-size: 22px;
	line-height: 22px;
}

.banner-text h1 span {
    font-size: 25px;
}
h1 {
    font-size: 23px;
}	
h2 {
    font-size: 23px;
}	
.t-p {
    padding-top: 0px;
	}	
.ser-box, .team-box{
    width: 50%;
}
.ser-box img, .team-box img{
    width: 100%;
}	
.map {
    background-position: center;
}	
.map-right-box {
	display:none;
	}
.f-icon {
    text-align: center;
}
.footer {
    font-size: 14px;
	text-align: center;
}
}

@media (min-width: 300px) and (max-width: 575px) {
	
.img_rite {
	text-align: center;
	float:none;
	padding-left:0px;
	padding-bottom:10px;
}	
.logo {
    text-align: center;
}	
.top-nav {
    display: none;
}
.top-btn {
    float: none;
    margin-top: 0px;
    text-align: center;
}
a.nav-btn img {	
	width: 24px;
}	
a.nav-btn.book {
    font-size: 12px;
    padding: 5px 14px;
}	
button#responsive-menu-button {
    right: 15px !important;
}	

h1 {
    font-size: 23px;
}	
h2 {
    font-size: 23px;
}
.logo img {
    max-width: 50%;
}
.top-header {
    height: 117px;
}	
.banner {
   margin-top: 117px;
}
.inner-banner .banner-text {
	width: 100%;
}
.banner-text {
    max-width: 50%;
    right: unset;
}	
.banner-text h1 {
    font-size: 12px;
	line-height: 15px;
}
.banner-text h1 span {
    font-size: 15px;
}
.banner-text {
    max-width: 100%;
}
.inner-banner .banner-text h1{
    font-size: 15px;
	line-height: 15px;
}	
.inner-banner .banner-text h1 span {
    font-size: 18px;
}	
.ser-box, .team-box {
    width: 100%;
	margin-bottom:30px;
}
.ser-box img, .team-box img{
    width: 100%;
}
.per-img img{
    width: 100%;
}
.t-p {
    padding-top: 0px;
	}	
.map, .inner-banner.contact-banner {  
    background-position:-550px 0;
}	
.map-right-box {
	display:none;
	}
.f-icon {
    text-align: center;
}

.footer {
    font-size: 14px;
	text-align: center;
}
.inner-banner {
    margin-top: 117px;
}
/******** Position Available CSS*********/
iframe {
	width: 100% !important;
	height: 180px;
	}
}	
.position-top-bg .container {
    padding: 50px 20px;
}
.position-top-bg .container > .row{
	padding: 20px 10px;
}
.position-top-bg h2{
    font-size: 16px;
}
.position-top-bg h1 {
    font-size:25px;
}
.position-top-bg h1 span{
    font-size:30px;
}
.position-top-bg img {
   margin-top:20px;
}
.physio-yellow  ul.position-list{
    column-count: 1;
}
h4.change-color {
    font-size: 24px;
}	
}