/*
 Theme Name:   Professional Theatre
 Description:  Child theme of Dawson College Theme
 Author:       Dawson College - Chris Georgieff
 Author URI:   http://dawsoncollege.qc.ca
 Template:     dawson-college
 Version:      1.0.0
 Text Domain:  dawson-college-child
*/


/*.graduate-img{ width: 20%; float: left; margin-right: 5%;  }*/
.graduate-img img{width: 100%;}
/*.graduate-content{ width: 75%; float: right; }*/
#content h2{  text-transform: uppercase;}
#content h3{ font-size: 18px; text-transform: uppercase;}

@media (max-width: 499px) {

}

@media (min-width: 500px) {
	
}

@media (min-width: 740px) {
	.graduate-content{ padding-left: 20px;}
}

@media (max-width : 979px) {

}

@media (min-width: 980px) {

}

@media (min-width: 1920px) {
  
}


/** PROBABLY WANT TO PUT IN GLOBAL THEME FOR ARCHIVE PAGES **/
.site-content .post:after{ content: ""; display: block; clear: both;   }
/*     .site-content .post img{ width: 50%; height: auto;}*/
#rightpane .categories{ padding: 10px; color: #333; }
.categories li{ color: #333; }
.post{ background: #fff; margin-bottom:20px; box-shadow: 0 1px 1px #dfdfdf;}
.post-entry{ padding: 20px; overflow: hidden;}
.post-entry .post-img{ float: left; width: 40%; display: inline-block; margin:0 3% 15px 0;}

@media only screen
and (max-width: 499px) {
	.post-entry .post-img{ float: left; width: 100%; }

}


.post-entry img{ float: left; display: block; width: 100%; }
.post-entry h2{ background: none; border: none; box-shadow: none; margin: 0; padding: 0; font-weight: bold; display: inline; }
.post-entry h2 a{ color: #000; display: block; margin: 0 0 10px 0;}
.post-entry a{ display: inline;}
.post-entry p{ margin-bottom:0;  }
.post-entry .meta{ display: block; text-transform: uppercase; color: rgb(108, 108, 108); font-size: 13px;}
.post-content { }


/*** GALLERY OVERRIDE ***/

figcaption.wp-caption-text{ position: static; visibility: visible; opacity: 1; }
.gallery{
	display: flex;
	flex-flow: row wrap;
}

.graduate-container{
	display: flex;
	flex-flow: row wrap;
}