/*!
Theme Name: FocalWP Core Child
Theme URI: https://focal.contact
Description: A universal core theme for FocalWP
Author: FocalContact
Author URI: https://focal.contact
Template: focalwp-core
Version: 1.0.0
Text Domain: focalwp-core
*/

 /* Add your custom style here */

.elementor-widget-n-tabs .e-n-tabs .e-n-tab-title {
	cursor: pointer;
}

#eapps-pricing-table-1 .eapps-pricing-table-column-head-mobile-inner,
#eapps-pricing-table-1 .eapps-pricing-table-column-head-mobile-inner .eapps-pricing-table-column-item,
#eapps-pricing-table-1 .eapps-pricing-table-column-1 {
	background: #000000 !important;
}

#eapps-pricing-table-1 .eapps-pricing-table-column-head-mobile-inner .eapps-pricing-table-column-features-item-inner .eapps-pricing-table-column-features-item-text,
#eapps-pricing-table-1 .eapps-pricing-table-column-1 .eapps-pricing-table-column-features-item-inner {
	color: #FFFFFF !important;
}

#eapps-pricing-table-1 .eapps-pricing-table-column-head-mobile-inner .eapps-pricing-table-hint-icon svg,
#eapps-pricing-table-1 .eapps-pricing-table-column-1  .eapps-pricing-table-hint-icon svg {
	fill: #F9FAFB;
}

#eapps-pricing-table-1 .eapps-pricing-table-column-head-mobile-inner .eapps-pricing-table-hint-container {
	margin-left: 4px !important;
}

.bwm-light-bg,
.bwm-light-bg > .e-con-inner {
    position: relative;
}

.bwm-light-bg > .e-con-inner {
    z-index: 5;
}

.bwm-light-bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    height: calc(100% - 120px);
    border-radius: 30px;
    background: #F9FAFB;
}

@media all and (max-width: 1024px) {
	.bwm-light-bg::after {
		height: calc(100% - 80px);
	}

}	

@media all and (max-width: 767px) {
	.bwm-light-bg::after {
		height: calc(100% - 60px);
	}

}

/**== Gravity Form ==**/
.gform_wrapper .gform_footer button.gform_button {
	background: var(--e-global-color-2d32904);
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-2d32904) 0%, var(--e-global-color-f7ab46c) 100%);
	border-radius: 50px;
	font-size: 16px;
	cursor: pointer;
}


/**== Single Blog ==**/
.single-post .elementor-widget-theme-post-content ul li,
.single-post .elementor-widget-theme-post-content ol li {
	position: relative;
	padding: 0px !important;
    list-style: none;
}

.single-post .elementor-widget-theme-post-content ul li::before {
	content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 12px;
    background-color: var(--uicore-primary-color);
}

.single-post .elementor-widget-theme-post-content ol {
	counter-reset: list-counter;
}

.single-post .elementor-widget-theme-post-content ol li {
	counter-increment: list-counter;
}

.single-post .elementor-widget-theme-post-content ol li::before {
	content: counter(list-counter) ". ";
	position: absolute;
    right: calc(100% + 10px);
    top: 0px;
    color: var(--uicore-primary-color);
    font-weight: 700;
}