/*
Theme Name: Sacred Tattoo Shop 2026
Author: Logan Muir
Author URI: www.rimu.nz
Description: Custom Wordpress theme for Sacred Tattoo Shop (2026)
Version: 3.0
*/

ul.site-nav li a::after{
	opacity:0;
}


@media (min-width: 1000px) {

	ul.site-nav li a::after{
		opacity:1;
	}

}


img.max-width{
	width:100%;
}


html .gform_wrapper .gfield_checkbox .gchoice{
	display: flex;
    gap: 10px;
    align-items: center;
}


html .gform_wrapper .gfield_checkbox .gchoice input.gfield-choice-input{
	width:15px;
	height:15px;
}



