/**
Theme Name: golfartshop
Author: Frank Leusing
Author URI: https://leusing.de
Description: golfartshop is a child theme for Astra
Version: 1.0.0
Text Domain: golfartshop
Template: astra
*/



/* Typography */
h2, .entry-content h2 {
  font-size: 1.7rem; 
  font-family: 'Outfit', sans-serif;
  line-height: 1.3em;
  /* font-weight: 400; */
}



/* Navigation  */
.main-header-bar-wrap {
  background-color: #fcfcfc33;
}

/* Lupe in Navbar  */
.ast-icon.icon-search svg {
  color: #333333;
}

/* overlay mobile menu */
/* overlay menu, no border line  */
.ast-header-break-point .main-navigation ul .menu-item .menu-link {
  border-bottom-width: 0;
}
.ast-header-break-point .main-header-menu {
  border-top-width: 0;
}

/* Search Button in Sidebar */
#secondary .wp-block-search__button {
  text-transform: lowercase;
}

/* Category-List in Sidebar */
.wc-block-product-categories-list li {
  padding-left: 0;
}

/* sidebar widgets background */
.ast-separate-container.ast-two-container #secondary .widget {
  background-color: var(--ast-global-color-4);
}
#secondary {
  margin: 7em 0 2.5em;
  line-height: 1.5;
}


#secondary li {
  margin-bottom: 1.5em;
}


#secondary .wp-block-group h2 {
    font-size: 1.7rem;
    margin-bottom: .7em;
    font-weight: 400;
    line-height: 1.5;
}


/* Abstand nach p in Post*/
.single-layout-1 p + h4 {
  margin-top: 3em;
}



/* Cart, hide it as we don't use it in this shop 
.ast-header-break-point .ast-header-woo-cart {
  display: none;
}
 */


/* Hamburger SVG  
.ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  width: 40px;
  height: 40px;
}
*/


/* Name of quote */
.wp-block-quote>cite {
  font-style: normal;
}


/* override the themes monserrat font */
.uagb-ifb-title-prefix {
  font-family: "Outfit" !important;
  text-transform: uppercase;
  font-weight: 500;
}

.uagb-ifb-title {
  font-family: "Outfit" !important;
  text-transform: uppercase;
  font-weight: 500;
}


/* icons on home page in same height */
.uagb-infobox__content-wrap .uagb-ifb-icon-wrap {
  height: 5em;
}


/* single post */
.ast-single-entry-banner .post-thumb-img-content img {width: 1200px;}
article ul {padding-left: 2rem}


/* image in single post */
.wp-block-image img {
  margin-bottom: 2em;
}