/**
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
*/
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.5em;
}

p:last-child {
  margin-bottom: 0 !important;
}

.rounded-table table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 1em;
}
.rounded-table table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 1em;
}

a:focus {
  outline: none;
}

.hfe-post-card:has(.hfe-read-more) {
  position: relative;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.hfe-post-card:has(.hfe-read-more):hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.hfe-post-card .hfe-read-more::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* CF7 */
.wpcf7 {
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
}
.wpcf7 .tbl_form {
  border-left: none;
  border-top-color: #a5a5a5;
}
.wpcf7 .tbl_form th, .wpcf7 .tbl_form td {
  border: none;
  border-bottom: 1px solid #a5a5a5;
  text-align: left;
}
.wpcf7 .tbl_form th {
  color: #222;
}
.wpcf7 .tbl_form .required {
  margin-left: 1rem;
  padding: 2px 6px;
  background-color: #df1d1d;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  white-space: nowrap;
}
.wpcf7 .tbl_form .wpcf7-not-valid-tip {
  font-size: 0.875em;
  margin-top: 0.5em;
}
.wpcf7 .tbl_form .wpcf7-radio, .wpcf7 .tbl_form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpcf7 .tbl_form span.wpcf7-list-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 0;
  margin-right: 1em;
}
.wpcf7 .tbl_form input[type=radio], .wpcf7 .tbl_form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7 .tbl_form .wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7 .tbl_form .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #888888;
  text-align: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
}
.wpcf7 .tbl_form input[type=radio] + .wpcf7-list-item-label::before {
  border-radius: 100%;
}
.wpcf7 .tbl_form input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #fe703e;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.wpcf7 .tbl_form input[type=checkbox] + .wpcf7-list-item-label::before {
  border-radius: 20%;
}
.wpcf7 .tbl_form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #fe703e;
  border: none;
}
.wpcf7 .tbl_form input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #fff;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 11px;
  font-weight: 900;
  font-size: 15px;
}
.wpcf7 .tbl_form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .tbl_form select, .wpcf7 .tbl_form textarea {
  border-color: #a5a5a5;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=date] {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
}
.wpcf7 textarea[type=text] {
  width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #a5a5a5;
  border-radius: 5px;
}
.wpcf7 input[type=date] {
  width: inherit;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  border-radius: 5px;
  background-color: #daf1f8;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #fef7be;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #dcefdd;
}
.wpcf7 input[type=submit].wpcf7-submit {
  border-radius: 40px;
  font-size: 20px;
  outline: none;
}
.wpcf7 input[type=submit].wpcf7-submit:focus {
  outline: none;
}
.wpcf7 span.wpcf7-form-control-wrap {
  position: inherit;
}
.wpcf7 .btn-primary:hover {
  background-color: #fe4a0b;
  color: #fff;
}
.wpcf7 .tbl_form th p, .wpcf7 .tbl_form td p {
  margin-bottom: 0;
}

.text-center p:has(.wpcf7-form-control) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wpcf7 .tbl_form th, .wpcf7 .tbl_form td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
  .wpcf7 .tbl_form th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .wpcf7 .tbl_form .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpcf7 .tbl_form .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
  .wpcf7 input[type=submit].wpcf7-submit {
    font-size: 16px;
    white-space: inherit;
  }
}