/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 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
*/

.elementor-text-editor ul {
    margin-bottom: .9rem;
}
.pelcro-subscribe-button-disabled {
    color: #adadad !important;
    background-color: #505050 !important;
}
.jet-listing.jet-listing-dynamic-terms,
.jet-listing.jet-listing-dynamic-meta {
	font-size: 12px;
}
h2.elementor-heading-title a:hover {
	text-decoration: underline;
	text-decoration-color: #FF5503;
}
#pelcro-app .pelcro-prefix-site-name {
	display: none;
}
#pelcro-app .pelcro-prefix-modal-body,
#pelcro-app .pelcro-prefix-modal-footer {
	color: #000 !important;
}
#pelcro-app button.pelcro-prefix-btn, 
#pelcro-app button.pelcro-prefix-btn:hover {
	background-color: #FF5502 !important;
	border-style: none !important;
	font-weight: 400 !important;
}
#pelcro-app .pelcro-prefix-modal-footer {
	font-size: 14px !important;
	line-height: 21px !important;
}
#pelcro-app .pelcro-prefix-modal-footer .pelcro-prefix-authorship {
	display: none !important;
}
#pelcro-app .pelcro-prefix-modal-footer .pelcro-prefix-link {
	color: #000 !important;
	text-decoration: underline !important;
	text-decoration-color: #FF5503 !important;
	height: 19px !important;
}
#pelcro-app .pelcro-prefix-modal-body > .pelcro-prefix-center-text {
    display: none;
}
.homepage-section.pelcro-subscribe-button {
	background-color: #FF5502;
    color: #FFF !important;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
}
#qc-cmp2-persistent-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
    background-color: #0a81b8;
    padding: 5px 10px;
}
#cookie-notice {
	font-family: "Roboto", Sans-serif;
}
#cookie-notice .cn-button {
	background-color: #FF5502;
	color: #FFF;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 2px;
}
.overlay-me {
    position: relative;
}
.overlay-me::before {
    background-image: linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
        background-image: -moz-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
        background-image: -ms-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
        background-image: -o-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
        background-image: -webkit-linear-gradient( top, 
            rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 100% );
    content: "\00a0";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999;
}