/*
Theme Name: Story Treat
Theme URI: https://story-treat.com
Description: Custom theme for Story Treat
Author: 107 ideas
Author URI: https://107ideas.com
Template: hello-elementor
Version: 1.0
Text Domain: storyfest
*/

*:focus {
    outline: none;
}
.header_shadow {
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.center {
	text-align: center !important;
}
.highlight {
	display: none !important;
}
.highlight a {
	background: #000 !important;
	color: #fff !important;
	margin: 10px 42px 10px 42px;
	border-radius: 7px;
	padding: 14px 21px !important;
}
.highlight a:hover {
	background: #44B1C6 !important;
	color: #fff !important;
}

@media only screen and (max-width: 1100px) {
	.highlight {
		display: flex !important;
	}
}