/*
Theme Name: hello-elementor-child
Description: Hello Elementor Child Theme
Template: hello-elementor
Version: 1.0.0
*/ 

p a, label a {

    color: var(--e-global-color-accent) !important;
	transition: color 0.2s ease-in-out !important;;

}

p a:hover, label a:hover{

    color: var(--e-global-color-primary) !important;;

}

.elementor-widget-container p:not(:last-child){
    margin-bottom: 16px;
}

figure{
	margin: 0px !important;
}

.category-video .elementor-widget-theme-post-featured-image{
	display: none;
}

@media only screen and (max-width: 767px) {
    
    .benefit{
        width: 100% !important;
        max-width: 328px !important;
        flex-direction: row !important;
        padding: 16px !important;
    }

    #benefits .e-con>.e-con-inner{
        gap: 16px !important;
    }

}

