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

#offcanvas .ct-panel-content-inner {
	height: 100%!important;
	justify-content: space-between!important;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em!important;
}

.wp-block-stackable-text:not(.no--highlight) strong {
	background: linear-gradient(to top, #70D843 10px, transparent 5px);
}

/* Animations */
@-webkit-keyframes flash {
 0% { opacity: 0;  }
 100% { opacity: 1; }
}
@keyframes flash {
 0% { opacity: 0; }
 100% { opacity: 1; }
}

.ct-header-content-block:hover .ugb-custom-icon #Layer_1-2-86180> g>:first-child {
	opacity: 1;
  -webkit-animation: flash 0.5s ease-in-out;
  animation: flash 0.5s ease-in-out; 
}

.container--bg-hover {
	transition: 0.5s ease-in-out!important;
}

@media only screen and (min-width: 1024px) {
	.container--bg-hover:hover {
		background-size: 105%!important;
	}
}