/*
Theme Name: Hello Elementor Child
Theme URI: https://sharpinfos.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://sharpinfos.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.pd-6 {
  padding: 0 6% !important;
}
a {
    line-height: inherit !important;
}
a:hover {
    line-height: inherit !important;
}
/* a.elementor-button:hover {
    background: #746254 !important;
} */
.footer .menu-item a:hover
 {
    margin-left: 5px;
}
.footer-icon svg:hover {
    transform: scale(1.05);
}
.custom-post-tags span {
    background: #000;
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
}
.header{
	transition: box-shadow 0.3s ease-in-out;
    box-shadow: rgb(203, 203, 203) 0px 0px 10px 0px;
}
h3.elementor-post__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.5em;
}

/* Remove line clamp on mobile (max-width: 767px) */
@media (max-width: 767px) {
  h3.elementor-post__title {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
    height: auto;
  }
}
