/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.elementor-element.ct-imagebox-small:hover {
	color: var( --e-global-color-blocksy_palette_8 ) !important;
}

.elementor-element.white-rounded-box.elementor-widget-icon-box:hover {
    background-color: var( --e-global-color-blocksy_palette_2 );
}

.elementor-element.white-rounded-box.elementor-widget-icon-box:hover .elementor-icon-box-title, .elementor-element.white-rounded-box.elementor-widget-icon-box:hover .elementor-icon-box-description{
    color: var(--theme-palette-color-8);
}

 .elementor-element.white-rounded-box.elementor-widget-icon-box:hover .elementor-icon-box-icon svg {
     fill: var(--theme-palette-color-8);
 }

.hero-section.is-width-constrained {
    margin-top: 75px;
}

h2.wp-block-heading {
    font-size: 24px;
}
