/**
Theme Name: Blippi Child
Theme URI: https://wp.dynamiclayers.net/blippi
Author: DynamicLayers
Author URI: https://themeforest.net/user/dynamiclayers
Description: A child theme of the Blippi children kindergarten WordPress 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: blippi
Template: blippi
*/

@media (max-width: 767px) {
  .navigation-inner .site-logo {
    max-width: 80px !important;
  }
}

@media (max-width: 992px) {
  .navigation-inner .site-logo {
    position: relative;
    height: 40px;
    width: 100%;
  }
  .navigation-inner .site-logo {
    max-width: 80px !important;
  }
}

.mobile-sticky_footer-menu {
  display: none;
}

@media (max-width: 991px) {

  #scroll-to-top.scroll-to-top-default.active {
    transform: translateY(-50px);
  }
  .mobile-sticky_footer-menu {
    display: flex;
    flex-wrap: nowrap;
    position: sticky;
    bottom: 0;
    justify-content: space-evenly;
    padding: 0px 0px;
    z-index: 999;
    align-items: center;
    margin: 0;
    max-height: 65px;
  } 

  .mobile-sticky_footer-menu > .elementor {
    width: 100%;
    max-height: 66px;
  }

  .mobile-sticky_footer-menu .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
  }

  .mobile-sticky_footer-menu .elementor-icon-box-wrapper h6 a,
  .mobile-sticky_footer-menu .elementor-icon-box-icon i {
    color: #151515
  }

  .mobile-sticky_footer-menu .elementor-icon-box-icon {
    max-height: 30px;
  }

  .mobile-sticky_footer-menu .elementor-icon-box-wrapper .elementor-icon-box-title {
    line-height: 0.5em;
  }

  .mobile-sticky_footer-menu .elementor-icon-box-wrapper h6 a {
    font-size: 0.6rem;
  }

  .mobile-sticky_footer-menu .elementor-icon-box-icon i {
    font-size: 2rem;
  }

  .mobile-sticky_footer-menu .elementor-element.e-parent {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
    max-height: 60px;
  }

  .mobile-sticky_footer-menu .elementor-element.e-parent .elementor-widget-icon-box {
    width: 100%;
    max-height: 65px;
    border-radius: 20px 20px 0 0;
    box-shadow: 2px -2px 6px #2b2b2b75;
  }

  .mobile-sticky_footer-menu .elementor-element.e-parent .elementor-widget-icon-box:nth-child(2) {
    background-color: #F9B001;
  }

  .mobile-sticky_footer-menu .elementor-element.e-parent .elementor-widget-icon-box:last-child,
  .mobile-sticky_footer-menu .elementor-element.e-parent .elementor-widget-icon-box:first-child {
    background-color: #F15F25;
  }

  .mobile-sticky_footer-menu .elementor-element.e-parent .elementor-widget-icon-box:nth-child(3) {
    background-color: #ACC943;
  }

}