/* 
Theme Name: RealEstateGO
Theme URI: https://github.com/devatiq/
Description:  RealEstateGO Quick Start Pack for Elementor is a child theme of Hello Elementor, created by SupreoX Limited.
Author: SupreoX Limited
Author URI: https://supreox.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: supreox
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: RealEstateGO, SUPREOX, Elementor, Hello Elementor, Child Theme, Hello Elementor Child, supreox quick start pack for elementor project
*/

/* Add your custom styles here */
/* Testimonial styles  */
#testimonial-rating .e-icon-marked svg path{
    fill: var(--e-rating-icon-color);
}

#testimonial-rating .e-icon-unmarked svg path{
        fill: var(--e-rating-icon-color);
}


/*  Pricing styles */
#rego-pricing .elementor-price-table{
	text-align:start;
}
#rego-pricing .elementor-price-table .elementor-price-table__header , #rego-pricing .elementor-price-table .elementor-price-table__footer {
    text-align: start;
}
#rego-pricing .elementor-price-table .elementor-price-table__price{
        justify-content: flex-start;
}
#rego-pricing .elementor-price-table{
    padding: 40px 30px;
}
#rego-pricing .elementor-price-table ul.elementor-price-table__features-list {
    border-top: 1px solid #002F3426;
}
#rego-pricing .elementor-price-table__feature-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#rego-pricing .elementor-price-table__feature-inner svg{
	
    width: 13px;
}
/* Pricing item hover  */
#rego-pricing:hover .elementor-price-table__heading {
	color: #ffffff;
}
#rego-pricing:hover .elementor-price-table__currency , #rego-pricing:hover .elementor-price-table__integer-part , #rego-pricing:hover .elementor-price-table__fractional-part {
	color: #C7E883;
}
#rego-pricing:hover .elementor-price-table__period{
	color:#FFFFFF80;
}
#rego-pricing:hover .elementor-price-table ul.elementor-price-table__features-list {
    border-color:#FFFFFF26;
	color:#ffffff;
}
#rego-pricing:hover .elementor-price-table__feature-inner svg{
	fill:#ffffff;
}

#rego-pricing:hover .elementor-price-table .elementor-price-table__footer a{
	background-color:#C7E883;
	color:#002F34;
}
#rego-pricing .elementor-price-table .elementor-price-table__footer .elementor-price-table__button:hover{
	background-color:#ffffff;
	color:#002F34;
}

/* Form styles  */
.form-name input , .form-email input , .form-phone input , .form-message textarea{
    color: #686868 !important;
}

.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent {
    background: #000000;
    color: #235af3;
    background: unset;
    background: #c7e883 !important;
}

.learndash-wrapper .ld-focus-sidebar .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
    color: #002f34 !important;
}
.learndash-wrapper .ld-secondary-color{
	color: #002f34 !important;
}

.learndash-wrapper .learndash_mark_complete_button{
	background-color: #002f34 !important;
    color: #ffffff !important;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .sfwd-mark-complete:after{
	color: #002f34 !important;
}
.learndash_post_sfwd-topic .learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete {
    color: #002f34 !important;
}
.learndash-wrapper .ld-status-complete {
    color: #002f34 !important;
}