/**
Theme Name: Summit Child
Author: Brilliant Logic
Author URI: https://brilliantlogic.com.au
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: summit-child
Template: astra
*/
@-ms-viewport {
  width: device-width;
}
/* Setting fade transition and default settings */
body, html {
  overflow-x: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: background-color 1s ease;
}

#ast-scroll-top {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #0F2B4D;
  width: 40px;
  height: 40px;
  border-radius: 20PX;
  text-align: center;
  line-height: 49px;
  z-index: 1000;
  fill: #117FC3;
  rotate: 180deg;
}
#ast-scroll-top:hover {
  fill: #117FC3;
}

#rightsection {
  display: none;
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  flex-direction: column;
  transition: all 0.5s;
}
#rightsection.active {
  display: flex;
  align-items: end;
  flex-direction: column;
  height: 100%;
}
#rightsection .elementor-nav-menu--dropdown {
  position: relative !important;
  margin: 0 !important;
}

.full-width-button .elementor-button {
  width: 100%;
  text-align: left;
}

.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 10001;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.hover, .hamburger.focus {
  background: unset;
  outline: unset;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #117FC3 !important;
}
.hamburger .hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-box .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #117FC3;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-box .hamburger-inner::before {
  top: -8px;
}
.hamburger .hamburger-box .hamburger-inner::after {
  bottom: -8px;
}

.hamburger--spin.hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin.hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.products-title {
  display: none;
  transition: all 0.5s;
  position: fixed;
  top: 84px;
  width: 100%;
  text-align: center;
  color: #000000;
}
@media (min-width: 769px) {
  .products-title {
    top: 160px;
    text-align: left;
  }
}
.products-title span.line-under {
  border-bottom: 1px solid #000;
  width: 40px;
  display: block;
  margin: 5px auto 0 auto;
}
@media (min-width: 769px) {
  .products-title span.line-under {
    margin: 0;
  }
}
.products-title.active {
  font-size: 30px;
  font-weight: 700;
  display: block;
  transition: all 0.5s;
}
.products-title.white {
  color: #fff;
}
.products-title.white span.line-under {
  border-bottom: 1px solid #fff;
}

.grid .grid-item {
  width: 96%;
  height: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2%;
  background: rgba(245, 245, 245, 0.4862745098);
}
@media (min-width: 768px) {
  .grid .grid-item {
    width: 49%;
    margin: 0.5%;
  }
}
.grid .grid-item .product-left {
  width: 50%;
  padding: 20px;
}
@media (min-width: 1024px) {
  .grid .grid-item .product-left {
    padding: 30px;
  }
}
.grid .grid-item .product-left h3 {
  font-size: 16px;
  line-height: 23px;
  color: #000;
}
@media (min-width: 768px) {
  .grid .grid-item .product-left h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1024px) {
  .grid .grid-item .product-left h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.grid .grid-item .product-left .custom-button a {
  display: block;
  border: 1px solid #000;
  background: #fff url(images/arrow.svg) no-repeat 89% center;
  color: #000;
  padding: 10px 19px;
  border-radius: 30px;
  background-size: 15px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .grid .grid-item .product-left .custom-button a {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .grid .grid-item .product-left .custom-button a {
    padding: 10px 30px;
  }
}
.grid .grid-item .product-left .custom-button a:hover {
  background: #000 url(images/arrow_white.svg) no-repeat 89% center;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  background-size: 15px;
}
.grid .grid-item .product-right {
  align-items: center;
  width: 50%;
  text-align: center;
}
.grid .grid-item .product-right img {
  max-height: 164px;
}
@media (min-width: 1024px) {
  .grid .grid-item .product-right img {
    max-height: 200px;
  }
}

.filter-button-group {
  display: flex;
  justify-content: center;
  padding: 90px 0 40px 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .filter-button-group {
    flex-direction: row;
  }
}
.filter-button-group .filter-link {
  color: #000;
  padding: 10px 10px 20px 10px;
  margin: 0 0 20px 0;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  border-bottom: 2px solid #D9D9D9;
}
@media (min-width: 768px) {
  .filter-button-group .filter-link {
    font-size: 16px;
  }
}
@media (min-width: 821px) {
  .filter-button-group .filter-link {
    font-size: 18px;
  }
}
.filter-button-group .filter-link.active {
  color: #117FC3;
  border-bottom: 2px solid #117FC3;
}

.custom-gform input.gform_button {
  display: block;
  border: 1px solid #000;
  background: #fff url(images/arrow.svg) no-repeat 89% center;
  color: #000;
  padding: 10px 19px;
  border-radius: 30px;
  background-size: 15px;
  min-width: 180px;
  text-align: left;
}
@media (min-width: 1024px) {
  .custom-gform input.gform_button {
    padding: 10px 30px;
  }
}
.custom-gform input.gform_button:hover {
  background: #000 url(images/arrow_white.svg) no-repeat 89% center;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  background-size: 15px;
}

article.post-password-required {
  min-height: 70vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
article.post-password-required .post-password-form input[type=password] {
  padding: 10px 30px;
  font-size: 18px;
}
article.post-password-required .post-password-form input[type=submit] {
  display: block;
  border: 1px solid #000;
  background: #fff url(images/arrow.svg) no-repeat 89% center;
  color: #000;
  padding: 10px 19px;
  border-radius: 30px;
  background-size: 15px;
  min-width: 180px;
  text-align: left;
  margin: 30px auto;
  font-size: 18px;
}
@media (min-width: 1024px) {
  article.post-password-required .post-password-form input[type=submit] {
    padding: 10px 30px;
  }
}
article.post-password-required .post-password-form input[type=submit]:hover {
  background: #000 url(images/arrow_white.svg) no-repeat 89% center;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  background-size: 15px;
}

.full-width-button .elementor-button-wrapper {
  min-width: 100%;
}
@media (min-width: 840px) {
  .full-width-button .elementor-button-wrapper {
    min-width: 380px;
  }
}

.elementor-align-icon-right {
  margin-top: 3px;
  margin-bottom: -3px;
}

.elementor-nav-menu--dropdown ul.elementor-nav-menu li {
  font-size: 19px !important;
  line-height: 26px !important;
}
.elementor-nav-menu--dropdown ul.elementor-nav-menu li a {
  font-size: 19px !important;
  line-height: 26px !important;
}
.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul.sub-menu li a {
  font-size: 16px !important;
  line-height: 22px !important;
}

.red-list ul {
  list-style-image: url(images/bullet.png);
}
.red-list ul li strong {
  color: #117FC3;
}

.e-n-accordion-item .e-child {
  border: none !important;
}

.post-password-form {
  height: 70vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.post-password-form p {
  width: 30%;
  text-align: center;
}

.m_collapse_text, .show_collapse .m_expand_text, .m_section {
  display: none;
}

.show_collapse .m_collapse_text {
  display: inline;
}

.m_section {
  grid-column: 1/-1;
}

span.m_expand span i {
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
  margin-left: 10px;
}

i.fa.fa-chevron-down:before {
  content: "+";
}

i.fa.fa-chevron-up:before {
  content: "-";
}

.special-icon {
  filter: invert(30%) sepia(41%) saturate(5087%) hue-rotate(185deg) brightness(96%) contrast(87%);
}
