/*
Theme Name:   Onsus child theme
Description:  Custom child theme for waseemayub.com
Author:       Waseem Ayub
Author URL:   https://waseemayub.com
Template:     onsus
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  onsus-child-theme
*/

/* ---------- Portfolio backlink (footer credit) ---------- */
.wau-portfolio-credit {
	width: 100%;
	text-align: center;
	padding: 14px 10px;
	font-size: 13px;
	line-height: 1.6;
	background: transparent;
}
.wau-portfolio-credit a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid currentColor;
	transition: opacity 0.2s ease;
}
.wau-portfolio-credit a:hover {
	opacity: 0.7;
}
