/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Single Portfolio overrides */
.cb-project-logo { max-width: 220px; height: auto; display: block; }
.cb-project-intro { margin-top: 8px; margin-bottom: 0; }
.cb-project-description { font-size: 1.05rem; }
.cb-project-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-gap: 16px; }
.cb-project-gallery__item { grid-column: span 6; margin: 0; }
.cb-project-gallery__item { position: relative; max-height: 750px; overflow: hidden; }
.cb-project-gallery__img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 768px) {
	.cb-project-gallery__item { grid-column: span 12; height: 420px; }
}