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

ul.hfe-breadcrumbs li a {
	text-decoration:none;
}

.elementor-header-contact span.elementor-button-icon {
    font-size: 16px;
}

.elem-banner-caption {

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}


 h3.hfe-post-title a {
    text-decoration: none;
}

.home-posts .hfe-read-more {
    background-color: #930061;
    padding: 12px 20px;
    border-radius: 24px;
    color: #fff;
}

.home-posts .hfe-read-more:hover {
    background-color: #7c0052;
}

.elementor-rcta {
	height: 100%;
	min-height:250px;
    display: flex;
}

.elementor-rcta div {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.package-table table > thead {
    display: none;
}
.package-table table > tbody > tr > td:first-child {
    width: 70%;
}
.package-table table > tbody > tr > td {
    vertical-align: middle;
    word-break: break-word;
}
.package-table table > tbody > tr > td:last-child {
    font-weight: 600 !important;
}
.package-table table > tbody > tr:first-child > td {
    border-top: none !important;
}

@media (max-width: 1024px) {}
@media (max-width: 767px) {
	
	.eael-data-table .td-content {
		justify-content:start;
	}
	
	.elementor-rcta {

    min-height: 300px;
}
	.hfe-nav-menu-icon {padding:0 !important;}
}

