/**
 * Theme Name: Arama Theme, Blocksy Child
 * Description: Blocksy Child theme
 * Author: S. Allen - Paradise West Website Services Qualicum Beach
 * Template: blocksy
 * Text Domain: blocksy
 */

.header-menu-1 > ul > li:hover > a {
	border-bottom: 2px solid white;	
}

hr {
--theme-palette-color-2: linear-gradient(90deg,#007A3D,#00A85A);
}

.wp-block-button__link:not(.has-background) {
background: linear-gradient(90deg,#007A3D,#00A85A);
}

.wp-element-button:hover, wp-block-button__link:hover {
	background: linear-gradient(90deg,var(--theme-palette-color-1),var(--theme-palette-color-1));
}


.gradient-icon .stk--svg-wrapper {
	background: linear-gradient(90deg,#007A3D,#00A85A);
	padding: 10px;
	border-radius: 50%;
}

