/**
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
*/


@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,700;1,400&display=swap');

/* html */

html{
  font-family: 'Overpass Mono', monospace !important;
}

h1, h2, h3, h4, h5, h6, a {
  font-family: 'Josefin Sans', sans-serif !important;
}

p {
  color: #000000;
}

/* Cookiebar */

.cli-modal .cli-modal-close:focus {
  background: none !important;
}

a.cli-privacy-readmore,
.cli-tab-footer .wt-cli-privacy-accept-btn {
  font-size: 0.75rem !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background: rgb(82, 174, 50) !important;
  border-radius: 5rem;
  line-height: 1 !important;
  padding: 0.5rem 1.2rem !important;
}

/* Menu */

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link{
  background: none !important;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #000;
}

/* Mobile menu */

#ast-hf-mobile-menu button.ast-menu-toggle {
  top: 0;
  background: none !important;
}

#ast-hf-mobile-menu button.ast-menu-toggle:before {
  -webkit-transform: translate3d(0, 0, 0);
}

#ast-hf-mobile-menu button.ast-menu-toggle {
  -webkit-tap-highlight-color: transparent;
}

ul.sub-menu.is-visible li.menu-item:hover{
  border-left: 5px solid #68813C;
}

/* Products - start */

/* Product list */
.products-section {
  margin: 64px 0;
}
.productcategory-section{
  margin: 64px 0;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.product-list__heading {
  color: #000000 !important;
  margin-bottom: 28px;
  font-size: 46px;
  font-weight: 300;
}

.product-widget_category{
  display: flex;
  flex-flow: wrap;
}

.product-category-wrap{
  text-align: center;
}

.product-category-wrap:hover .product-category_image-wrap{
  transform: scale(1.05);
  transition: all 0.2s ease-out;
}

.product-category_image-wrap{
  width: 200px;
}

.product-category__category-title {
  color: #000000 !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
}

.product-list .product-list__item {
  max-width: 25%;
  padding: 0 30px;
  margin: 20px 0 40px 0;
}

.product-list__category-title {
  color: #000000 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 28px !important;
  font-family: 'Overpass Mono', monospace !important;
}

.product-list__wrap{
  height: auto;
}

.product-category_link{
  margin: 0 0.5rem;
}

.product-list .product-list__image {
  width: 100% !important;
  transition: all 0.2s ease-out;
}

.product-list .product-list__link:hover .product-list__image {
  transform: scale(1.05);
}

.product-list .product-list__product-title {
  color: #000000 !important;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

/* Single product page */
.product-page {
  display: flex;
  justify-content: space-between;
  margin: 140px 0 0 0;
}

.product-page .product-page__content {
  width: 48%;
}

.product-page .product-page__content__headings {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.product-page .product-page__content__see-all-products a {
  display: inline-block;
  background: #afe0ff;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  border: 1px solid #afe0ff;
  color: black;
}

@media (max-width: 768px) {
  .product-page .product-page__content__see-all-products {
    text-align: center;
  }
}

.product-page .product-page__container {
  width: 48%;
}

.product-page .product-page__content__headings__primaryheading {
  font-weight: 300;
  margin-right: 0.7rem;
  max-width: 100%;
}

.product-page .product-page__content__headings__subheading {
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
}

.product-page .product-page__image {
  width: 90%;
  margin: 30px auto;
}

.product-page .product-page__image--desktop {
  display: block;
}

.product-page .product-page__image--mobile {
  display: none;
}

.product-page .product-page__link-block {
  display: flex;
  justify-content: space-between;
  margin: 23px 40px;
}

.product-page .product-page__link-block__item {
  width: 47%;
  position: relative;
  transition: all 0.25s;
}

.product-page .product-page__link-block__item:hover {
  opacity: 0.7;
}

.product-page .product-page__link-block__image {
  width: 100%;
  height: 95px;
  overflow: hidden;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.product-page .product-page__link-block__image--mobile {
  display: none;
}

.product-page .product-page__link-block__title {
  position: absolute;
  top: 36px;
  left: 7px;
  font-size: 16px;
  line-height: 20px;
  color: white;
  width: 97%;
  text-align: center;
}

.product-page__single-link{
  margin: 50px auto;
}

.product-page__single-link--text{
  display: flex;
  align-items: center;
  color: #72787a;
  font-family: 'Overpass Mono', monospace !important;
  font-size: 1.5rem;
  color: #000000;
  padding-bottom: 10px;
  max-width: fit-content;
}

.product-page__single-link--text:hover{
  border-bottom: 1.5px solid #000000;
  color: #000000;
}

.product-page__single-link__icon{
  background-image: url(assets/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  font-size: 24px !important;
  margin-left: 15px;
  z-index: 99;
  color: transparent;
  display: inline list-item;
}

.product-page__single-link--text:hover .product-page__single-link__icon{
  margin-left: 20px;
}

/* Accordion */

.accordion {
  position: relative;
}

.accordion {
  margin: 16px 0 16px 0;
}

.accordion__header {
  display: flex;
  align-items: center;
}

.accordion__ribbon {
  font-size: 16px !important;
  width: 75%;
  position: relative;
  background: #68813C;
  color: #fff !important;
  text-align: center;
  padding: 1.5em 2em;
  margin: auto 0 auto 20px;
}
.accordion__ribbon:before,
.accordion__ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0em;
  border: 1.5em solid #68813C;
  z-index: -1;
}
.accordion__ribbon:before {
  border-right-width: 0em;
  border-width: 16px 1px 16px 5px;
}
.accordion__ribbon:after {
  right: -28px;
  border-color: transparent transparent transparent #68813C;
  border-right-width: 4px;
}

.accordion__ribbon .accordion__heading {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
  color: #fff !important;
}

.accordion__ribbon h2 {
  color: #fff !important;
}

.accordion__button a {
  text-decoration: none;
  color: transparent;
}

.accordion__button a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.accordion__button--link{
  display: flex;
}

.icon-plus{
  background-image: url(assets/icons/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: inline list-item;
  z-index: 99;
  font-size: 40px !important;
  height: 40px;
  width: 40px;
}

.icon-minus{
  background-image: url(assets/icons/icon-minus.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: inline list-item;
  z-index: 99;
  font-size: 40px !important;
  height: 40px;
  width: 40px;
}

.accordion__button a .icon-plus,
.accordion__button a .icon-minus {
  vertical-align: text-bottom;
  font-size: 24px;
}
.accordion .accordion__content {
  margin: 20px 30px;
}


/* Products - end */

.product-list__hr hr {
  margin: 1rem auto;
  height:2px;
  width: 95%;
  border-width:0;
  color:#000000;
  background-color:#54595F;
}

/* text */
.text table {
  margin-bottom: 40px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.text table thead {
  border-bottom: 3px solid #afe0ff;
}

.text table thead th,
.text table thead td {
  text-align: left;
  vertical-align: top;
  padding: 10px 16px 5px;
}

.text table tbody th,
.text table tbody td {
  text-align: left;
  vertical-align: top;
  padding: 10px 16px 5px;
  border-bottom: 1px solid #afe0ff;
}

.text table thead tr td:first-child,
.text table thead tr th:first-child {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}

.text table tbody tr:nth-child(even) {
  background-color: #eff6ff;
}

.text p {
  padding: 10px 0;
}

/* Togglelink */

.toggle-content--hidden {
  /* For Just hiding */
  /* --------------- */
  /* display: none; */


  /* For just hide and show */
  /* ---------------------- */
  /* height: auto;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  max-height: 0;
  transition: max-height 0.15s ease-out; */


  /* For Transition */
  /* -------------- */
  padding: 0 1em;
  height: 0;
  overflow: hidden;
  //transition: height 0.2s ease-out;
}

/* Layout */
.layout--width-constrained {
  width: 96%;
  min-height: 1024px;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}

/* Usability */
.usability--visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.usability--visuallyhidden.usability--focusable:active,
.usability--visuallyhidden.usability--focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}



@media screen and (max-width: 768px) {
  .cli-bar-btn_container {
    margin-top: 1rem;
  }
}

li.ast-builder-language-switcher-menu-item-header {
  padding: 0 0.5rem;
}

/* SPA */
/* Responsive */

@media screen and (max-width: 1439px) and (min-width: 767px) {
  .elementor-6432
    .elementor-element.elementor-element-89d54db
    > .elementor-container {
    min-height: 600px !important;
  }

  .image-text {
    padding: 0px 10px !important;
  }

  .pre-footer {
    padding: 10%;
  }

  .elementor-element.elementor-element-acd183b.pre-footer-logo.elementor-widget.elementor-widget-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-list .product-list__item {
    max-width: 33%;
    margin: 20px 0 40px 0;
  }

  .product-list__category-title {
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 28px !important;
  }

  .layout--width-constrained {
    min-height: 500px;
  }

  .product-page .product-page__link-block {
    display: block;
    margin: 18px auto;
    width: 85%;
  }

  .product-page .product-page__link-block__item {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
  }

  /* text */
  .text table {
    width: 100% !important;
  }
}

@media screen and (max-width: 766px) {
  .image-text {
    padding: 0px 10px !important;
  }

  .elementor-6432
    .elementor-element.elementor-element-89d54db
    > .elementor-container {
    min-height: 400px !important;
  }

  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 20px !important;
  }

  .elementor-element.elementor-element-acd183b.pre-footer-logo.elementor-widget.elementor-widget-image {
    width: 25%;
  }

  .product-list .product-list__item {
    max-width: 50%;
    margin: 20px 0 10px 0;
  }

  .product-list__category-title {
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 28px !important;
  }

  .product-page {
    display: block;
  }

  .product-page .product-page__content__headings__subheading {
    padding: 0;
  }

  .product-page .product-page__content {
    width: 100%;
  }

  .product-page .product-page__container {
    width: 100%;
    height: 100%;
    margin: 40px 0;
  }

  .accordion .accordion__content {
    margin: 20px 10px;
  }

  .product-page .product-page__link-block {
    display: block;
    margin: 0;
  }

  .product-page .product-page__link-block__item {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
  }

  .product-page .product-page__link-block__image {
    width: 100%;
    height: 95px;
    overflow: hidden;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .product-page .product-page__image--desktop {
    display: none;
  }

  .product-page .product-page__image--mobile {
    display: block;
  }

  .product-page .product-page__image {
    width: 80%;
  }

  /* text */
  .text table {
    width: 100% !important;
  }
}

@media screen and (max-width: 420px) {
  .product-list .product-list__item {
    max-width: 100%;
    margin: 20px 0 10px 0;
  }
}
