/*
Theme Name: Knote Child
Author: CodeGearThemes
Description: Child theme for Knote
Author URI: https://www.codegearthemes.com
Theme URI: https://www.codegearthemes.com/products/knote
Template: knote
Version: 1.0.0
*/

/* Global Style  */

:root {
  --deep-blue: #0A1254;
  --dark-text: #000000;
}

.block-contact-form .grid {
    flex-wrap: wrap !important;
}

.block-contact-form textarea {
    height: 80px !important;
}




/* Header */

.header-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-contact-info .phone-txt {
    font-size: 20px;
    font-weight: 700;
}

.header-contact-info .help-txt, .header-contact-info .espanol-txt {
    font-size: 12px;
    font-weight: 600;
}

.builder-inner.column-3-fluid, 
.builder-inner.medium-column-3-fluid, 
.builder-inner.small-column-3-fluid {
    grid-template-columns: 1fr auto 1fr;
}

.offcanvas-item-hidden {
  display: none;
}

.header-offcanvas .block-header--drawer .js-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 15px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.header-offcanvas .main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-offcanvas .main-navigation ul ul li a {
  font-size: 14px;
}

.main-navigation .sub-menu-toggle svg {
  transition: all 0.2s ease;
}

.header-offcanvas .main-navigation ul li.expanded .sub-menu-toggle svg {
  transform: rotate(180deg);
}

.drawer {
  padding-top: 15px;
}

.site-branding-mobile a {
  pointer-events: none;
}

.site-branding-mobile img {
  max-width: 100px;
  filter: invert(1);
}

.site-header .component-hamburger button {
  width: 45px;
  height: 45px;
}

.site-header .component-hamburger button svg {
  width: 36px;
  height: 36px;
}


/* Hero */
.section-hero-slider .swiper-pagination {
    background-color: rgba(255,255,255,0.60);
    position: relative;
    max-width: 245px;
    margin-left: auto;
    min-height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.section-hero-slider .slider-inner {
    background: var(--deep-blue);
}

/* Sidebar Menu */

.sidebar-menu a {
    color: var(--theme--base-color);
}

.sidebar-menu li:not(:last-child) {
    margin-bottom: 25px;
}

.sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-menu a:hover {
    color: var(--theme--link-color);
}



/* Footer */
.site-footer .container-fluid {
    padding: 0;
    width: 100%;
}

/* Footer */
.footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .menu .menu-item {
  margin-bottom: 2rem;
}

.footer .menu a {
  color: var(--theme--base-color);
  font-size: 1.4rem;
}

.footer .menu a:hover {
  color: var(--theme--primary-color);
}

/* Media Queries */

@media (max-width: 880px) {
  .header-offcanvas .main-navigation ul li a {
      color: var(--dark-text);
  }
}

@media (max-width: 375px) {
  .section-hero-slider .block--template-slider .designer-swiper-together-nav .slide-next, 
  .section-hero-slider .block--template-slider .designer-swiper-together-nav .slide-previous {
      width: 40px !important;
      height: 40px !important;
  }

  .section-hero-slider .block--template-slider .designer-swiper-together-nav .slide-next svg, 
  .section-hero-slider .block--template-slider .designer-swiper-together-nav .slide-previous svg {
      width: 20px !important;
      height: 20px !important;
  }

  .section-hero-slider .swiper-pagination {
      margin-left: auto;
      min-height: 30px;
  }
}

