/*
Theme Name: Carrino Child
Theme URL: http://psuvanguard.com/
Description: Child theme used by PSU Vanguard
Author: Student Media Tech Team
Author URL: https://www.pdx.edu/student-media/technology
Template: carrino
Version: 1.0.0
Text Domain: carrino-child
*/ Custom CSS goes after this line
/* fix for thumbnail */

.post-template-default .post .post-thumbnail img {
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
    max-height: 546px;
    display: flex;
    width: auto;
    margin: 0px auto;
}

.post-template-default .post .post-thumbnail {
    /* width: auto; */
    /* max-height: 170px; */
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.post-template-default .post .ccfic-text {
	text-align: center;
}

.post-template-default .post .ccfic {
	    text-align: center;
}

/* search result */
.archives p{
	text-align:Center;
	font-weight:600;
	font-size:1.3rem;
}

.home .page-numbers, .single-post .category-multimedia  .post-thumbnail {
	display: none;
}


/* disable captions on category pages + increase caption margin */

.category .ccfic {
	display:none;
}
.ccfic {
	margin-top:.5em;
}


/* fix for youtube widget alignment issue */

iframe {
width:100%;
height:50vh;
}

/*Type */

@font-face {
font-family: "Geneva-Regular";	src:url("https://psuvanguard.com/wp-includes/fonts/Geneva-Regular.ttf");}
@font-face {

font-family:"Uniform-Refular"; src:url("https://psuvanguard.com/wp-includes/fonts/Uniform_Condensed_Regular.otf");	
	
}
p {
	font-family: 'Geneva-Regular', Arial, Helvetica, sans-serif;
}
.entry-title{
	font-family: 'Uniform-Refular', Arial, Helvetica, sans-serif;
}

.subtitle { 
	font-weight: 700;
	font-size: 1.5em;
	color: grey;
}
