/* 
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
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 */

/* Remove margin bottom from every Elementor text editor/heading */

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

/* Remove bottom spacing on image carousel widget in Elementor*/
.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
	margin-bottom: 0px !important;
}

/* Make images into 16:9 ratio*/
.img-aspect-ratio-16-9 {
	aspect-ratio: 16/9;
}

.gta-card-heading h5 {
	overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.50rem;
	max-height: 3.00rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.gta-card-text p {
	overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.25rem;
	max-height: 3.75rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Elementor > Single Page Template > Program
Change Entry Requirement Unordered List padding to the left 
*/
.elementor-shortcode .gta-entry-requirement ul {
	color: #667085 !important;
    padding-left: 16px;
    font-size: 1rem;
    line-height: 1.5rem;
}

/* Remove padding on site footer
*/

.site-footer {
	padding-block-start: 0;
	padding-block-end: 0;
}