/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/

.elementskit-post-image-card img {
    height: 240px !important;
    object-fit: cover;
}
button.wpbc_button_light {
    background-color: var(--e-global-color-secondary) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
    color: var(--e-global-color-3fbc52d) !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-secondary) !important;
    border-radius: 0px 0px 0px 0px !important;
}

.ekit-wid-con svg {
    fill: #fec42d;
}
/* .elementor-button.elementor-button-link, .elementor-button {
	background-color: #FF6CFF !important;
	border-radius: 10px !important;
	border: 0px solid transparent !important;
	color: #fff !important;
} */