/*
Theme Name: Perfect Portfolio Child
Theme URI: 
Description: A child theme for PP.
Author: Johann
Author URI:
Template: perfect-portfolio
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/ 
.copyright {
	display:none !important;
} 

.top-footer > .tc-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 110px;
    text-align: revert;
}

.widget-title {
	word-wrap: break-word;
}

a.colored-link:link {text-decoration:underline;}
a.colored-link:visited {text-decoration:underline;}
a.colored-link:hover {text-decoration:underline;}