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

.slider-pro h1.sp-layer {
	color: white;
	font-size: 4vw;
	font-weight: 800;
	display: inline-block;
	 white-space: nowrap;
	background-color: transparent;	
}

.slider-pro p.sp-layer a {
	color: var(--theme-palette-color-8);
	font-size: 1.5vw;
	background-color: var(--theme-palette-color-2); 
	padding: 1rem 2rem;
	display: inline-block;
    white-space: nowrap;
	text-decoration: none;
}

.slider-pro p.sp-layer a:hover {
	color: var(--theme-palette-color-5);
	background-color: var(--theme-palette-color-8);
	font-weight: 600;
}

@media (max-width: 480px) {
	.slider-pro h1.sp-layer {
	font-size: 8vw;
}

.slider-pro p.sp-layer a {
	color: var(--theme-palette-color-8);
	font-size: 4vw;
	padding: 1rem 2rem;
	}}