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

.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; 
}

#rcp_user_remember, #rcp_user_remember ~ label,
#rcp-table-wrapper h3,
#register-page h3,
#rcp_recaptcha,
#cn-close-notice {
	display: none;
}

input[name="rcp_submit_registration"] {
	margin-top: 0 !important	
}

.overlay svg {
    width: 40px;
    height: 40px;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
	background-color: #0000004d;
    color: #ffffffd4;
    z-index: -1;
	border-radius: 13px 13px 0 0;
	    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.member-only-badge {
	display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-family: "PT Sans", Sans-serif;
    padding: 4px 12px;
    color: #fff;
    background: #ff9663;
    border-radius: 12px;
}

#rcp_profile_editor_form fieldset {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#rcp_profile_editor_form {
	display: flex;
    gap: 25px;
    flex-direction: column;
}

#rcp_profile_editor_form fieldset legend {
	font-weight: 600;	
}

#rcp_profile_editor_form fieldset p {
	flex-basis: 45%;
    flex-grow: 1;	
}

select {
	font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    color: var(--e-global-color-f3d43a6);
    background-color: var(--e-global-color-f7f1f9c);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-7fa3037);
    border-radius: 12px 12px 12px 12px;	
}

.rcp-table th,
.rcp-table td,
.rcp-table-wrapper th,
.rcp-table-wrapper td {
	border: 0 !important;
    text-align: left;
    padding: 8px 0;
	background: 0 !important;
}

.rcp-table td,
.rcp-table-wrapper td {
	border-top: 1px solid var( --e-global-color-7fa3037 ) !important;	
}

.rcp_login_link, .rcp_message.error, .rcp_error, .rcp_success {
    font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    border-radius: 12px;
    padding: 8px 15px;
	margin-bottom: 15px !important;
}

.rcp_message.error, .rcp_error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.rcp_success {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.rcp_login_link {
	margin-bottom: 0 !important;
	color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.rcp_success a, .rcp_login_link a,
.rcp_message.error a, .rcp_error a {
	color: unset;
    text-decoration: underline;	
}

.rcp_message.error .rcp_error {
	margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;	
}

#rcp_login_submit, #rcp_lostpassword_submit {
	width: 100%;
    border: 0;
    line-height: 1;
}

#rcp_profile_editor_submit, #rcp-account-overview:not(.subscription) button, #rcp_submit {
    border: 0;
    line-height: 1;
	margin-top: 10px;
}

#rcp-account-overview.subscription button,
#rcp-payment-history button {
	border: 0;
    line-height: 1;
	margin-bottom: 10px;
}

.rcp_lost_password {
	font-family: "PT Sans", Sans-serif;
    font-size: 14px;
    margin-top: -10px;
}

.elementor-location-header .elementor-sticky {
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.elementor-widget-theme-post-featured-image a {
	width: 100%;	
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	padding-inline-start: 0 !important;
}

.badges {
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}

.badge {
	display:flex;
	align-items:center;
	gap:6px;
	font-size: 12px;
	font-family: "PT Sans", Sans-serif;
    padding: 4px 12px;
	color: #fff;
	background:#00000080;
	border-radius:12px;	
}

.badge img {
	filter: invert(1);
    width: 16px;	
}

.elementor-widget-taxonomy-filter button:hover img {
	transition: all .3s;
	filter: invert(1);
}

.elementor-widget-text-editor ul {
	padding: 0;	
}

.elementor-widget-text-editor ul li {
	gap: 8px;
    list-style: none;
    display: flex;
    margin-bottom: 6px;
    align-items: center;
}

.elementor-widget-text-editor ul li::before {
    content: '';
    display: inline-block;
	height: 20px;
    width: 20px;
    background-size: contain;
    background-image: url(/wp-content/uploads/2025/07/check-circle.svg);
}


.elementor-widget-text-editor ol {
    list-style: none;
    counter-reset: step;
    padding-left: 0;
}

.elementor-widget-text-editor ol li {
    counter-increment: step;
    margin-bottom: 15px;
    padding-left: 50px;
    position: relative;
    line-height: 2;
}

.elementor-widget-text-editor ol li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 32px;
    background-color: #f26a21;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
}

.elementor-price-table__features-list {
	min-height: 181px	
}

.elementor-widget-price-table.with-ribbon {
	overflow: unset
}

.elementor-widget-price-table.with-ribbon .elementor-price-table__header {
	border-radius: 12px 12px 0 0;	
}

.elementor-widget-price-table.with-ribbon .elementor-price-table__footer {
	border-radius: 0 0 12px 12px;	
}

.elementor-price-table__ribbon {
	transform: unset !important;
    top: -16px;
    width: 100% !important;
    display: flex;
    height: unset !important;
    justify-content: center;
}

.elementor-price-table__ribbon > div {
	margin: 0;
    transform: unset;
    width: 120px;
    border-radius: 20px;	
}

.elementor-price-table__feature-inner svg {
	fill: transparent !important;	
}

.icon-no-fill svg {
	fill: transparent !important	
}

.rcp_user_fieldset {
	flex-direction: row !important;
    flex-wrap: wrap;
}

.rcp_user_fieldset > p {
	flex-basis: 45%;
	flex-grow: 1;
}

#rcp_subscription_levels {
		    padding: 0;
    list-style: none;
}

.rcp_registration_total_details {
	margin-block-end: 0 !important;	
}

.rcp_subscription_message, .rcp_gateways_fieldset legend, .rcp_registration_total_details th {
	font-weight: 700;
	font-size: 15px;
}	

#rcp_registration_form {
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.rcp_login_data, .rcp_lostpassword_data, .rcp_form fieldset {
	padding: 0;
    border: 0;
    margin: 0;
	gap: 10px;
    display: flex;
    flex-direction: column;
}

/* cookies */


.cookie-notice-container {
	background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51) !important;
    font-size: 15px;
    padding: 14px 25px !important;
    position: absolute;
    z-index: 9999 !important;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
    width: 30% !important;
    left: 15px;
    bottom: 15px !important;
    border-radius: 10px;
	text-align: left !important;
}

#cookie-notice .cn-button {
	    margin: 0 0 0 10px;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1;
    margin: 0px 10px 0px 0px;
    color: rgb(255, 255, 255) !important;
    background-color: #127abb;
    display: inline-block;
    padding: 9px 12px;
}

#cn-accept-cookie {
	margin-left: 0 !important
}
#cn-notice-text, #cn-notice-buttons a {
	font-size: 14px !important;
    font-family: "Poppins", Sans-serif !important;
}
#cn-notice-text a {
	 color: rgb(51, 51, 51) !important;
	    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	#rcp_profile_editor_form fieldset p {
		flex-basis: 100%;
	}
	.cookie-notice-container  {
		width: 85% !important;
	}
}

/* cookies */