
/*
 Theme Name:   Evenz Cacwinc
 Theme URI:    https://qantumthemes.com/
 Description:  Custom theme for cacwinc
 Author:       QantumThemes
 Author URI:   https://qantumthemes.com/helpdesk
 Template:     evenz
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  evenz-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/
.evenz-cacwink-link a {
	border-bottom: 2px solid #ff0062;
	transition: all .2s ease;
	transform: translateZ(.0001px);
	box-sizing: content-box;
	text-decoration: none !important;
}

@media (min-width: 1200px) {
	.evenz-cacwink-link a:hover {
		border-bottom-width: 6px;
	}
}
