/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* header */
div.elementor-element.elementor-element-562a48a.elementor-widget.elementor-widget-shortcode div.elementor-widget-container div.elementor-shortcode h1 {text-align: center;}


/* woo */
div.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li#tab-title-description.description_tab.active a {display:none;}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  max-height: 60vh !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
}

.woocommerce-product-gallery__image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-product-gallery__image a img.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none !important;
}

.zoomImg {
  max-height: 100vh !important;
}



/* front page */
#front-medium .elementor-post__card {position:relative;overflow:hidden;padding:0!important;background:none!important;}
#front-medium .elementor-post__thumbnail {display:block;margin-bottom:0!important;}
#front-medium .elementor-post__thumbnail__link {margin-bottom:0!important;}
#front-medium .elementor-posts--thumbnail-top .elementor-post__thumbnail__link {margin-bottom:0!important;}
#front-medium .elementor-post__text {position:absolute;bottom:0;left:0;width:100%;background:rgba(84, 83, 122, 0.33);padding:12px 10px;box-sizing:border-box;text-align:center;margin:0!important;line-height:1;}
#front-medium .elementor-post__card .elementor-post__text {min-height:0!important;}
#front-medium .elementor-post__title a {color:#FFF;text-decoration:none;}
#front-medium .elementor-post__card:hover .elementor-post__text {background:rgba(255,255,255,.7);}
#front-medium .elementor-posts-container {grid-template-columns:repeat(8,1fr)!important;}
#front-medium .elementor-post__card:before {content:none!important;display:none!important;}
#front-medium .elementor-post__text {position:absolute;bottom:0;left:0;width:100%;padding:6px 10px;line-height:1.2;height:auto!important;min-height:0!important;transform:none!important;top:auto!important;background:linear-gradient(to top,rgba(84,83,122,.6),rgba(84,83,122,.15),transparent);}
#front-medium .elementor-post__title {margin:0!important;}
#front-medium .elementor-post__title a {margin:0!important;padding:0!important;}




/* mobile adjustments*/

@media (max-width:1024px)
    {#front-medium .elementor-posts-container {grid-template-columns:repeat(2,1fr)!important;}
    
}
@media (max-width:767px){
    #front-medium .elementor-posts-container {grid-template-columns:1fr!important;}

}
