/*
Theme Name: Bridgemark
Theme URI: 
Author: Author
Author URI: 
Description: A starter theme called Bridgemark.
Version: 1.0
Requires at least: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bridgemark
Tags: starter, custom, responsive
*/

.footer-contact svg{
	margin-right: max(0.5rem, 0.5vw);
}

.footer-contact a svg path {
    transition: stroke 0.3s ease-in-out;
}

.footer-contact a:hover svg path{
	stroke: #000 !important;
}

.post-template
 {
    transition: opacity .3s ease;
}

.post-template.is-loading {
    opacity: 0;
}