/*
Theme Name: Astra Child Access Plus Partner
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accesspluspartners.com.au
Template: astra
*/

/*Sticky Header*/
.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar{
  padding:unset;
}

.hide-menu{
  display: none;
}


/*Contact Form 7*/
label{margin-bottom: 0px;}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="date"], .wpcf7 textarea{margin-bottom:0px}
select:not([multiple]){width:100%;padding:15px 18px;}
.wpcf7-submit{margin-bottom:0px !important}
.wpcf7-spinner{
	position: absolute;
	right: 2px;
/* 	bottom: 40px; */
	z-index: 10;
}
.wpcf7-not-valid-tip {display: none;}
.wpcf7-not-valid {
    border: 1px solid red !important;
    background: #ff000030 !important;
}
.wpcf7 input[type=date]{
  color: #666;
  padding: .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ast-border-color);
  border-radius: 2px;
  background: var(--ast-comment-inputs-background);
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  height:55px;
}
.wpcf7-response-output {
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid red;
    border-radius: 5px;
    background: #ffffffbf;
}
.text-area-cus{min-height: unset;height: 127px !important;}

/*Contact Form 7 - Side by Site field classes*/
.one-full{width:100%;margin-bottom: 20px;min-height: 85px;}
.one-half, .one-third, .one-third-double, .one-fourth, .one-third-col{position: relative;margin-right: 4%;float: left;margin-bottom: 20px;min-height: 85px;}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.one-third-col { width: 73.32%; }
.one-fourth { width: 22%; }
.one-third-double { width: 61.32%; }
.last {margin-right: 0 !important;clear: right;}
@media only screen and (max-width: 767px) {.one-half, .one-third, .one-third-double, .one-fourth, .one-third-col{width: 100%;margin-right: 0;}}
.text-area-cus{min-height: unset;height: 127px !important;}
/* .wpcf7-form label span{color:red} */




.step_form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  box-shadow: 2px 2px 2px #d8d8d8;
  border-radius: 4px;
  background:#fff;
}
.step_form .wpcf7-form-control-wrap .wpcf7-checkbox{
  border: 1px solid #dddddd;
  display: block;
  padding: 12px;
  border-radius: 2px;
}
.step_form h1 {
  text-align: center;
  text-align: center;
  font-size: 22px;
  border: 1px dashed #e4bbff;
  padding: 10px;
  /* color: #3B4197; */
  width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 5px;
  font-weight: 900;
  text-transform: uppercase;
}
.step_form label {
  /* font-weight: 600; */
  padding-bottom: 5px;
  line-height: 22px;
  font-size: 15px;
}
.step_form .ref-container {
  border: 1px dashed #8c8c8c;
  position: relative;
  height: auto;
  display: inline-block;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 5px;
}
.step_form .ref-container .r {
  font-size: 16px;
  font-style: italic;
  background: #f9f9f9;
}
.step_form .day-label {
  border: 1px solid #8c8c8c !important;
  border-radius: 3px;
  padding: 10px 12px 10px 12px;
  width: 100%;
  /* height: 46px; */
  box-shadow: 2px 2px 2px #d8d8d8;
  background: #faf2ff;
  font-weight: 500;
  color: #574517;
}

.step_form .wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  margin: 0px;
}
.step_form .wpcf7-list-item input[type="checkbox"]{
  top: 5px;
  position: relative;
  margin-right: 10px;
  width: 14px
}
.step_form .wpcf7-list-item .wpcf7-list-item-label{
  width:100%
}


.step_form .skip_shadow .wpcf7-form-control-wrap {
  border: unset;
  box-shadow: unset;
}

.steps-form{
  margin-bottom: 40px;
}

/* .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active{
  background-color: #3B4197 !important;
} */
.steps-form .uacf7-btn-default {
  color: #fff;
  /* background-color: #91c584 !important; */
  pointer-events: none;
}
/* .uacf7-step.step-content button.uacf7-prev, 
.uacf7-step.step-content button.uacf7-next{
  margin-top: 5px;
    border: unset;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background:#3B4197;
    padding: 15px 25px;
    border-radius: 5px;
} */
.uacf7-step.step-content button.uacf7-next{
  float:right !important
}
.form-ul li{
  list-style: circle !important;
}
.submit-btn{
  position: absolute;
  float: right;
  width: auto;
  right: 0;
  margin: 0;
}
.submit-btn .wpcf7-submit{
  /* background: #c36; */
  /* color:#fff; */
	margin-top:5px !important;
  /* padding: 12px 25px !important; */
  /* font-size: 16px !important; */
	/* font-weight:400 !important; */
	/* border:1px solid #c36 !important */
}

/*Extra*/
.uacf7-steps [type=button], .uacf7-steps [type=submit], .uacf7-steps button{
	border:0px solid red
}
.step_form input[type=text],
.step_form input[type=date],
.step_form input[type=email],
.step_form textarea{
	width:100%;
}


@media only screen and (max-width: 767px) {
  .hide-on-mobile{display: none !important;}
}






/*WP Form*/
/* input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
  padding:0.4em;
}

.form-btn-width .wpforms-submit {
  width: 100%;
}

.wpforms-container .wpforms-submit-container{
position: unset;
} */


/*Post Pages*/
/* .content-area .elementor-widget-theme-post-content h2,
.content-area .elementor-widget-theme-post-content h5{
  margin-top: unset;
  margin-bottom: unset;
} */


.color-red{
  color:red;
}

.color-primary{
  color: var(--e-global-color-astglobalcolor0);
}
