/*
 Theme Name:   Best Batteries
 Description:  Best Batteries
 Template: generatepress 
 Text Domain:  bestbatteries
*/

/*
 * utils
 */

.keep {
  white-space: nowrap;
}

/* 
 * main navigation customizations
 * affects the menu header globaly
 * customizing generatepress feature
 */

.sf-menu a {
  font-weight: bold;
}


.sf-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.sf-menu li:last-child a {
    margin-top: -10px;
    background: #FDD247;
    color: black !important;
    font-weight: bold;
}


.sf-menu .menu-doubled a {
  padding-top: 15px;
  font-size: 12px !important;
  line-height: 2 !important;
  font-weight: normal !important;
  text-transform: uppercase;
  text-align: center;


}

.sf-menu .menu-doubled b {
  display: block;
  margin-top: -10px;
  font-size: 20px;
}


/* 
 * slide out navigation customizations
 * affects the menu header globaly
 * customizing generatepress feature
 */


.slideout-navigation {
  background: #1da1f2;
} 
.slideout-menu a {
  color: white !important;
}


.slideout-menu li:first-child a {
    background: #FDD247;
    color: black !important;
    font-weight: bold;
    max-height: 80px;
    text-align: center;
}

.slideout-menu .menu-doubled a {
  margin-top: -20px;
  padding-top: 15px;
  font-size: 13px !important;
  line-height: 4 !important;
  font-weight: normal !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slideout-menu .menu-doubled b {
  display: block;
  margin-top: -45px;
  font-size: 23px;
  text-transform: unset !important;
}








/* 
 * page-header 
 * @template page, blog archive, blog posts
 * @plugin generatepress 
 */

.page-header-content-container {
    padding: 0;
}

.inside-page-header h1 {
    font-weight: bold;
    text-transform: unset;
    text-shadow: 0 0 14px black;
    margin: 0;
    text-align: center;
}

@media only screen and (min-width : 40rem) {
  .page-header-content-container {
      padding: 4em 0;
   }  

   .inside-page-header h1 {
       font-size: 4em;
   }
}


/* 
 * remove elementor shape tilt in tiny screens 
 * @template: homepage
 * @plugin elementor
 */

@media only screen and (max-width : 380px) {

  [data-id=fdaf7f3] .elementor-shape {
      display: none;
  }

  [data-id=fdaf7f3] {
      margin-bottom: 2em !important;

  }

}