/*
Theme Name: Mhunt Design
Theme URI: https://mhuntdesign.com/
Author: Afteractive
Author URI: https://afteractive.com/
Description: Custom Frost Child Theme
Tags: accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.2
Tested up to: 6.2
Requires PHP: 8.1
Version: 3.0.
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mhuntdesign
Template: frost
*/

/* Custom */ 

mark {
	background: none !important;
}

.editor-styles-wrapper,
.wp-site-blocks {
	background-image: url('/wp-content/uploads/2023/04/bg-reversed-scaled.jpg');
	background-repeat:no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

.wp-site-blocks > * + * {
	margin-block-start: 0;	
}

.site-header .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	width: 250px;
}

.gap-10 {
	gap: 10px !important;
}

.site-footer p a,
.site-content a:where(:not(.wp-element-button)),
.wp-block-paragraph a:where(:not(.wp-element-button)) {
	transition: box-shadow .5s;
	color: #EE6C4D;
	text-decoration: none;
	display: inline;
	box-shadow: inset 0 -2px 0 0 #EE6C4D;
	background-color: transparent;
}

.site-footer p a:hover,
.site-content a:where(:not(.wp-element-button)):hover,
.wp-block-paragraph a:where(:not(.wp-element-button)):hover {
	box-shadow: inset 0 -25px 0 0 #EE6C4D;
	color: #FFF;
}

@media (max-width: 767px) {
	.reverse-order-mobile .wp-block-column:first-child{
		order:2;
	}
	
	.reverse-order-mobile .wp-block-column:last-child{
		order:1;
	}
	
	.reverse-order-mobile .wp-block-column.is-layout-flow > .aligncenter {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

a.wp-block-button__link.has-secondary-color:hover {
	background: var(--wp--preset--color--secondary) !important;
	color: var(--wp--preset--color--primary) !important;
}