/*
Theme Name: Academic Education sch
Theme URI:
Description:
Version: 0.5.0
Author:  
Author URI:
Template: academic-education
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: academic-education-sch
Tested up to: 6.2.2
Requires PHP: 7.0

Tags: wide-blocks, flexible-header, left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, post-formats, full-width-template, theme-options, threaded-comments, translation-ready, rtl-language-support, blog, education, e-commerce
*/

@import url("../academic-education/style.css");
.post-wrap p {
	font-size: 15px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
}

.row {
	 margin-right: 0;
	 margin-left: 0;
}

span.entry-date {
	bottom:12px;
}
.taxonomy-description {
	margin: 31px;
}

.continue-read a {
	font-weight: normal;

	letter-spacing: normal;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }