/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1731046680
Updated: 2024-11-08 06:18:00

*/


.blog-img-left {
	float: left;
    margin-right: 30px;
}

.blog-img-right {
	float: right;
    margin-left: 30px;
}

.woocommerce table.shop_attributes {
    border: 0 !important;
    width: 100%
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 10px 0;
	border: 0 !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}

.woocommerce-product-attributes-item__label {
    padding: 0 !important;
	font-size: 16px;
	font-weight: 500;
}

.custom-attribute-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.custom-attribute-list li {
	padding-left: 25px;
	line-height: 2em;
    position: relative;
}

.custom-attribute-list li:before {
    content: '→';
    color: #11518f;
    position: absolute;
    left: 0;
}
@media (min-width: 768px) {
  .loop-post-title .elementor-heading-title {
    min-height: 3.25rem;
    display: block;
  }
}


/*if post titles get out of control change to
.loop-post-title .elementor-heading-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; limits to 2 lines 
  -webkit-box-orient: vertical;
min-height: 2em;
}*/
