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

.readmore1 strong,
.readmore2 strong,
.readmore3 strong{
	cursor:pointer;
	color: #BF202F;
    text-transform: uppercase;
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

.elementor-login__logged-in-message {
	text-align:center;
}

#show-hidden-videos .elementor-icon-list-item {
	cursor:pointer;
}

#show-hidden-videos .elementor-icon-list-item .elementor-icon-list-icon {
	order: 2;
	padding-inline-start: 5px;
}

@media (min-width:1025px) {
	.ap-mask-image:before, .ap-mask .elementor-background-video-container:before {
		content: "";
		mask: url(img/SolidFab.svg) calc(50% + 1240px / 2 - calc(360px / 2)) center / contain no-repeat, linear-gradient(#000 0 0);
		mask-composite: exclude;
		mask-size: 360px;
		z-index: 1;
	}
}


.license-details h4 {
    text-decoration: underline;
}

.license-details hr {
    margin: 25px 0;
}

.user-registration-MyAccount-navigation-link--user-logout {
    display: none !important;
}