/* Custom Bullet Points */
ul.tickbulletlist  {
list-style-type: none!important;
}
ul.tickbulletlist2  {
list-style-type: none!important;
}
.tickbulletlist ul li:before {
		content: '✓';
/*content: '\xe52'!important;*/
/* color: #2cba6c;*/
/* font-family: 'ETMODULES'!important;*/
margin-right: 10px;
margin-left: -14px;
font-size: 1.2em!important;
}
ul.tickbulletlist li::marker  {
  content: '\2705';
  /*color: green;*/
}
ul.tickbulletlist2 li::marker  {
  content: '\2714';
  color: green;
}


/* NDIS Page Ref Links */
/* Added by PMK 08-08-25 */
a.ref-link{
}
a.ref-link-white{
	color:#ffffff!important;	
}

.white-text {color: #ffffff;} 
.no-bottom-margin { margin-bottom: 0px!important;}
.no-bottom-padding { padding-bottom: 0px!important;}
.padding-top-10 {padding-top:10px;}

/* Custom blockquote */
.custom-quote {
  position: relative;
  font-style: italic;
  padding: 2rem 3rem;
  margin: 2rem auto;
  background-color: #f9f9f9;
  /*border-left: 5px solid #ccc;*/
	
  max-width: 600px;
  quotes: "“" "”";
}

.custom-quote p {
  position: relative;
  z-index: 1;
		font-size: 1.5rem;
}

.custom-quote::before,
.custom-quote::after {
  font-size: 6rem;
  color: #ccc;
  position: absolute;
  font-family: serif;
  z-index: 0;
}

.custom-quote::before {
  content: open-quote;
  top: 0.5rem;
  left: 0.5rem;
}

.custom-quote::after {
  content: close-quote;
  bottom: -1.5rem;
  right: 0.5rem;
}

.custom-quote footer {
  text-align: right;
  font-size: 0.9rem;
  color: #555;
  margin-top: 1rem;
		font-style: normal;
		font-weight:500;
		
}


.book-online-button{
		border: solid 1px #231f20!important;
    color: #FFFFFF!important; 
    /*width: 96px;
    height: 32px;*/
    border-radius: 5px;
    font-size: 13px;
    /*margin-top: 24px;*/
    cursor: pointer;
    transition: all 0.3s ease;
		padding: 6px 8px;
		background-color: #231f20!important;
}
.book-online-button a{
		padding-bottom: 0!important;
		color: #ffffff!important;
}
@media screen and (max-width: 980px) {
	#page-container {
		padding-top: 0px !important;
	}
	#top-header {
		position: static !important;
		display: block !important;
	}
	#top-header .container {
		padding-top: 0.75em !important;
	}
	#page-container #main-header {
		position: relative !important;
		top: 0 !important;
	}
	#top-header #et-secondary-menu,
	#top-header #et-secondary-nav {
		display: block !important;
	}
	#top-header #et-secondary-nav li {
		text-align: center !important;
	}
	#et-main-area {
		padding-top: 1px;
	}
		.et-social-icons{
				display:none!important;
		}
		.et-secondary-menu{
				padding-top:0!important;
		}
		.book-online-button{
				margin-bottom:12px!important;
		}
		.et_secondary_nav_two_panels #et-secondary-menu {
			margin-top:0!important;	
		}
}
/* Styles for MOBILE ONLY contact buttons */
/* Button 1 - Request Appointment */
/* Button 2 - Call Our Clinic */
.mobile-contact-button{
		background: #ababab; 
		width: auto;
		padding: 12px; 
		margin: auto; 
		text-align: center;
		border-radius: 6px;
		font-size: 1.2em; 
		color: #000000!important;
		border-color: #a3a3a3 #9e9e9e #969696 #9e9e9e;
		margin-bottom: 30px;
}
.mobile-contact-button a{
		color: #000000!important;
}

/* Styles for the Advisors/Calculators */

.image-choices-field .image-choices-choice {
    display: inline-block;
    margin: 0 15px 15px 0!important;
    /*transition: all .3s;
    border: 1px solid hsla(0,0%,87%,0);
    vertical-align: top;
    text-align: center;*/
}
.image-choices-field .image-choices-choice-image-wrap {
    width: 200px;
    height: 200px;
    text-align: center;
}
.image-choices-field .image-choices-choice-focus label, .image-choices-field .image-choices-choice-selected {
    border-color:#c4c4c4;
    background-color: #c7c7c7;
		border-radius: 6px;
		font-weight: bold;
		text-align: center;
}
.image-choices-field .image-choices-choice-text {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 6px;
    transition: all .3s;
}
body #gform_wrapper_13 .gform_body .gform_page_footer .gform_next_button {
    border: 1px solid rgba(125,158,234,1);
    background-color: rgba(125,158,234,1);
    padding: 6px;
    border-radius: 6px;
    width: 25%;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
  	font-size: 1.45em;
}

body #gform_wrapper_13 .gform_body .gform_page_footer .gform_next_button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
  }
body #gform_wrapper_13 .gform_body .gform_page_footer .gform_previous_button {
		border: 1px solid rgba(125,158,234,0.7);
    background-color: rgba(125,158,234,0.7);
    padding: 6px;
    border-radius: 6px;
    width: 25%;
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: white;
  	font-size: 1.3em;		
}

@media only screen and (max-width: 600px) {
		.image-choices-field .image-choices-choice {
    		display: inline-block;
				margin: 0 8px 8px 0!important;
				align-content:center;
		}
		.image-choices-field .image-choices-choice-image-wrap {
				width: 130px;
				height: 130px;
				text-align: center;
		}
		body #gform_wrapper_13 .gform_body .gform_page_footer .gform_next_button {
				width: auto;
				padding: 4px 12px;
		}	
		
		body #gform_wrapper_13 .gform_body .gform_page_footer .gform_previous_button {
				padding: 4px 12px;
				border-radius: 6px;
				width: auto;

		}
}
body #gform_wrapper_13 .gform_body .gform_page_footer input[type=submit] {
	border: 1px solid rgba(125,158,234,1);
    background-color: rgba(125,158,234,1);
    padding: 6px;
    border-radius: 6px;
    width: 35%;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
  	font-size: 1.45em;
}
@media only screen and (max-width: 600px) {
		body #gform_wrapper_13 .gform_body .gform_page_footer input[type=submit] { 
				width: 65%;
				font-size: 1.0em;
		}
		body #gform_wrapper_13 .gform_body .gform_page_footer .gform_next_button {
  	font-size: 1.0em;
}
		body #gform_wrapper_13 .gform_body .gform_page_footer .gform_previous_button {
  	font-size: 0.9em;		
}
}
/* END Styles for the Advisors/Calculators */



/* Video */
.wp-video[style] { height: auto !important; }


/* Membership Sign Up Form */
.rcp_level_duration{
		display:none;
}
.rcp_form li {
    margin: 0 0 0px;
}
.rcp_separator span:nth-of-type(2){
		display:none;
}
.rcp_registration_total{
		display:none;
}
#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul {
    padding: 0 0 0px 1em;
    line-height: 22px;
}

.entry-title{
	 text-align:center;	
}


.page-id-3862 div.front-page-row h2{
    padding-bottom: 0px;
}
.page-id-3862 #main-content .container {
    padding-top: 0px!important;
}
.pmk-text-center{
  	text-align:center;
}

.pmk-trans-white-BG{
		opacity: 0.9; 
}

/* SITE COLOURS */
/* 
Light Grey: #c4c4c4
Dark Grey: #555555
*/

.fas, .fab{
  color:#555555;
}

/* ADDING THE UNICODE PHONE IOCN AND STYLING THE PHONE LINKS */
/*a[href^="tel:"].pmk-tel:before {*/
a.pmk-tel[href^="tel:"]:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f095";
  margin-right: 0.3em;
  margin-left: 0.5em;
  color:#555555;
}
a.pmk-tel[href^="tel:"]:link{
  color:#555555;
  font-weight:bold;
}
a.pmk-tel[href^="tel:"]:hover{
  color:#555555;
  font-weight:normal;
}
/* END PHONE LINK STYLINGS */
a:link{
  color:#555555;
}
a:hover{
  color:#7b7b7b;
}
a:active {
  background-color: #e5e5e5;
}

a:visited {
  background-color: #f1f1f1;
}
/* END LINK STYLING */

.pmk-whiteBG-box{
  background-color:rgba(255, 255, 255, 0.5);
  padding: 50px 30px!important;
  margin-top:70px;
  margin-bottom:70px;
  border-radius: 25px;
}
/* PMK Custom Lists */
.custom-list-square {
    list-style: none !important;
    padding-left: 0;
}
.custom-list-square li {
    position: relative;
    padding-left: 20px;
}
.custom-list-square li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('https://astepaheadcomau97570.zapwp.com/q:u/r:0/wp:0/w:1/u:https://astepahead.com.au/wp-content/uploads/GreyTickSquare.png');
    background-size: cover;
    background-position: center;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
/* circle */
.custom-list-circle {
    list-style: none !important;
    padding-left: 0;
}
.custom-list-circle li {
    position: relative;
    padding-left: 20px;
}
.custom-list-circle li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-image: url('https://astepaheadcomau97570.zapwp.com/q:u/r:0/wp:0/w:1/u:https://astepahead.com.au/wp-content/uploads/GreyTickCircle.png');
    background-size: cover;
    background-position: center;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
/*---------------------*/


.fa-2x {
  vertical-align: middle;
}
.fa, .fas, .far, .fal, .fab {line-height: 1.25!important;}

.page-id-3862 .entry-title{
  display:none;
}

.page-id-2252 #main-content .container {
    padding-top: 0px !important;

}

@media only screen and (max-width: 981px) {
#logo {
width: 200px; /*change this to adjust the size*/
height: 50px; /*change this to adjust the size*/
max-width: 200px !important; /* change this to adjust the size */
max-height: 50px !important; /* change this to adjust the size */
padding-bottom:5px;
}
}

/*.et_post_meta_wrapper{display:none;} */
.entry-content {
    padding-top: 0px!important;
}
.signature-391{border-style: solid;}


.so-widget-sow-accordion-default-103377e55661 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    background-color: #ffffff;
    padding: 15px 0px 15px 0px;
}
.bundle-box{ 
  background-color:#eaeaea;
  padding: 25px;
  margin:0px!important;
}
.but-req-app a{
  background-color: #c4c4c4!important;
  color:#000000!important;
  padding:20px!important;
}

.link_button {
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
  	border: 1px solid;
    border-color: #a3a3a3 #9e9e9e #969696 #9e9e9e;
  	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);  
  /*background: #c4c4c4;*/
  
  	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ababab), color-stop(1, #c4c4c4));
    color: #000000;
    padding: 15px 20px;
    text-decoration: none;
  	text-align: center;
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
  margin:15px;
  width: 85%;
}


.questionTXT{
  font-weight:bold;
  font-style: italic;
  font-size:18px;
  padding-top: 25px;
  padding-bottom: 15px;
}


.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
    padding: 15px 15px 15px 15px;
}
.so-widget-sow-accordion-default-99be652ed941 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  	padding: 15px 15px 15px 15px;
}
/* Customising the Employment Form */
.required{
    color:#DC143C;
    font-size:14px;
}
label{
  font-weight: bold;
}



#anr_captcha_field_1 > div{
  width:350px!important;
  margin: 0 auto;
}

.wpcf7-form input[type=”submit”]:hover, .wpcf7-submit:hover {
  color: red;
}
.wpcf7-form input[type=”submit”], .wpcf7-submit {
   border: 1px solid #808080;
   background-color: #c4c4c4;
  padding: 10px 0px 10px 0px;
  width:75%;
  margin: 0 auto;
  display:block;
  -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
  font-size:18px;
  margin-top:30px;
  text-transform: capitalize;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 input[type="select"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select{
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 8px 0px 8px 5px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #808080;
  font-size:16px;
  color:#808080	;
  width:100%;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="select"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  box-shadow: 0 0 10px rgba(81, 203, 238, 1);
  padding: 8px 0px 8px 5px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.wpcf7-form:focus .wpcf7-select:focus,  select:focus {
  box-shadow: 0 0 10px rgba(81, 203, 238, 1);
  padding: 8px 0px 8px 5px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
.penrith-location{
		position: relative;	

}


.close-banner{
-ms-transform: rotate(-20deg); /* IE 9 */
  transform: rotate(-20deg); /* Standard syntax */
		position:absolute;
		top: 150px;
		left:6%;
		background-color:rgba(196,196,196,0.9);
		color:#000000;
		padding: 20px;
		z-index: 900;
		border-radius: .35em;
}

.et_pb_button:visited, .et_pb_module .et_pb_button:visited {
    border: 2px solid #f1f1f1;
    padding: .3em 2em .3em .7em;
		color:#000000;
		background-color:#808080!important;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: 2px solid #f1f1f1;
    padding: .3em 2em .3em .7em;
		color:#000000;
		background-color:#808080!important;
}

.et_pb_button:active, .et_pb_module .et_pb_button:active {
    border: 2px solid #f1f1f1;
    padding: .3em 2em .3em .7em;
		color:#000000;
		background-color:#808080!important;
}

.su-posts-default-loop .su-post-meta {
		display:none!important;
}
.su-post-meta { display:none !important; }
.su-post-meta { background: hotpink !important; }