/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

.mpl0 p:last-child{
	margin-bottom: 0;
}

a.glink img {
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    object-fit: cover;
}

a.glink {
    font-size: 13.7px;
    line-height: 20px;
    letter-spacing: .35px;
    color: #000;
	font-weight: 500;
	opacity:43%;
	transition: all .3s ease;
}

a.glink:hover{
	opacity: .9;
}

.gtranslate_wrapper a.glink.gt-current-lang{
	font-weight: 500;
	opacity: 1;
}

.gtranslate_wrapper {
    display: flex;
    gap: 15px;
}

.gtranslate_wrapper a.glink > span {
    margin: 0;
}

.story-block-text{
	height: 0;
	overflow: hidden;
	transition: all .3s ease !important;
}
.story-block:hover .story-block-text{
	height: 120px;
}

.story-block-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  box-orient: vertical; /* Standard property for newer browsers */
  line-clamp: 5; /* Standard property */
}

.strategic-grid-container .elementor-icon{
	border-color: #676F7F !important;
}

.strategic-grid-container .download-btn a > span{
	transition: all .3s ease;
}

.strategic-grid-container:hover .elementor-icon,
.strategic-grid-container:hover .download-btn a,
.strategic-grid-container:hover .strategic-tag{
	border-color: #CB202A8A !important;
	fill: #CB202A !important;
	color: #CB202A !important
}

.strategic-grid-container .elementor-widget-icon-box.elementor-widget{
	margin-bottom: auto;
}

.strategic-grid-container:hover .download-btn a > span{
	gap: 12px;
}

.strategic-grid-container:hover .elementor-icon-box-title,
.strategic-grid-container:hover .elementor-heading-title{
	color: #CB202A !important
}

.elementor-button:hover > span{
    gap: 12px;
}
.elementor-button > span{
    transition: all .3s ease;
}
