/**
Theme Name: Astra Child
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: astra-child
Template: astra
*/

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #666666; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #222222; 
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222222; 
}

/*=== Mobile Menu ===*/

#menu-item-630>a,
#menu-item-615>.hfe-has-submenu-container>a,
#menu-item-621>.hfe-has-submenu-container>a {
	font-size: 26px;
    line-height: 44px;
    font-weight: 800;
}

#menu-1-e61a4d5 li {
    display: flex;
    flex-direction: column;
}

#menu-1-e61a4d5 li a {
    display: flex;
    justify-content: center;
}

#menu-1-e61a4d5 li a>.hfe-menu-toggle {
    position: absolute;
    right: 10px;
}

/*=== Mobile Menu End ===*/

#menu-item-61 .hfe-menu-toggle,
#menu-item-66 .hfe-menu-toggle {
    display: none;
}

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
	opacity: 1;
}

.hfe-nav-menu .sub-menu {
    min-width: 190px;
}

.menu-item i.elusive {
    margin-top: unset;
}

.menu-item i._mi {
    margin-top: unset;
	font-size: 1em;
}

.ClientAuthForm h3 label {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #626262;
}

.ClientAuthForm .form-radio>label {
	height: 80px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}






.wpcf7-form-control.wpcf7-radio {
	display: flex;
}

/* Container */
.wpcf7-list-item {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wpcf7-list-item input[type='radio'] {
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: .7em;
  left: 1em;
}

/* On mouse-over, add background color */
.wpcf7-list-item input[type="radio"] + span::before {
  background-color: #ffb4d1;
  transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
}

input[type="radio"] + span::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  vertical-align: middle;
  cursor: pointer;
/*   border: solid 2px #666; */
  border-radius: 50%;
  text-align: center;
  content: '';
  transform: scale(0.8);
}

input[type="radio"]:checked + span::before {
  content: "\2714";
  color: #fff;
/*   border: solid #666; */
	padding: 4px;
  background-color: var(--e-global-color-primary);
}

.wpcf7-radio span, .wpcf7-checkbox span {
    cursor: pointer;
	font-size: 1em;
}

.hfe-nav-menu .menu-item-has-children:hover > .sub-menu, 
.hfe-nav-menu .menu-item-has-children.focus > .sub-menu {
    -webkit-transition: all 0ms ease-in !important;
    transition: all 0ms ease-in !important;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu, 
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    -webkit-transition: all 0ms ease-in !important;
    transition: all 0ms ease-in !important;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    transition: all 50ms ease-in !important;
}

.accordion-content table {
    border: 2px solid #cbccce;
/*     margin-left: 45px;
    width: 96%; */
}

.htb-collapse.htb-show {
/*     display: block; */
    background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #F7F7F7;
}

table tr:first-child td {
    background: url(./images/box_shadow.png) repeat-x left top;
}

.wpcf7-form-control.wpcf7-acceptance span {
    font-size: 14px;
}

.elementor-723 .elementor-element.elementor-element-e05dc07 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select,
.elementor-723 .elementor-element.elementor-element-e05dc07 .wpcf7-form .wpcf7-form-control-wrap input[type*="text"],
.elementor-723 .elementor-element.elementor-element-e05dc07 .wpcf7-form .wpcf7-form-control-wrap input[type*="email"],
.elementor-723 .elementor-element.elementor-element-e05dc07 .wpcf7-form .wpcf7-form-control-wrap input[type*="tel"],
.elementor-723 .elementor-element.elementor-element-e05dc07 .wpcf7-form .wpcf7-form-control-wrap input[type*="number"] {
    height: 45px;
}

.elementor-723 .elementor-element.elementor-element-e05dc07 .htmega-form-wrapper form.wpcf7-form label, 
.elementor-723 .elementor-element.elementor-element-e05dc07 .wpcf7 input[type="file"],
.uacf7-row {
    margin-bottom: 10px;
}

.signature-pad {
    border: 1px solid var(--ast-border-color);
}

.text-italic {
    color: gray;
    font-style: italic;
}


/* Chrome, Safari, Edge, Opera */
.number input::-webkit-outer-spin-button,
.number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.number input[type=number] {
  -moz-appearance: textfield;
}
.btn.btn-primary.cf7sg-sign {
    position: absolute;
    bottom: 0px !important;
    left: 420px;
}

#repeatableTable td {
	padding: 0px;
}

#repeatableTable input {
	    margin: 0;
}

button.removeRow {
	position: absolute;
    padding: 6px 8px;
    border-radius: 50%;
	margin-top: -32px;
    right: -12px;
	font-size: 11px;
}