/*
 Theme Name:     child-theme
 Description:    child theme
 Author:         ACF Coder
 Template:       astra
 Version:        1.0
*/

@font-face {
    font-family: 'metropolis';
    src: url('fonts/Metropolis-Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'metropolis';
    src: url('fonts/Metropolis-LightItalic.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: italic;
}

@font-face {
    font-family: 'metropolis';
    src: url('fonts/Metropolis-Medium.otf') format('opentype');
    font-weight: 400; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'metropolis';
    src: url('fonts/Metropolis-MediumItalic.otf') format('opentype');
    font-weight: 400; /* Medium */
    font-style: italic;
}

article.type-portfolio {
	display: flex;
	
	.project-card {
		display: flex;
	
		.project-card__photo {
			padding: 0;
			width: 300px;
			height: 300px;
			overflow: hidden;
			img {
				display: block;
				position: absolute;
			}
		}
		.projecte-card__title {
			padding: 72px 48px;
		}
		
		.projecte-card__content {
			padding: 72px 48px;
		}
	}
}

