/*--
	Theme Name: Universe
	Theme URI: http://
	Author: PlugThemes
	Author URI: http://
	Description: A Theme for College and Education
	Version: 1.0
	Tags: responsive-layout, theme-options, left-sidebar, right-sidebar
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
--*/

@import "core/css/misc.css";
@import "core/css/main.css";
@import "core/css/responsive.css";
/* Edits */

.blog-post-meta {
	background: rgba(0, 58, 106, .7);
}

/* font icons css */

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?yubh0f');
	src: url('fonts/icomoon.eot?yubh0f#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?yubh0f') format('truetype'), url('fonts/icomoon.woff?yubh0f') format('woff'), url('fonts/icomoon.svg?yubh0f#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-math:before {
	content: "\e908";
}

.icon-all-subject:before {
	content: "\e900";
}

.icon-vce:before {
	content: "\e901";
}

.icon-hsc:before {
	content: "\e902";
}

.icon-economics:before {
	content: "\e903";
}

.icon-chemistry:before {
	content: "\e904";
}

.icon-biology:before {
	content: "\e905";
}

.icon-english:before {
	content: "\e906";
}

.icon-physics:before {
	content: "\e907";
}

/* font icons css ends */

/* HOMEPAGE SUBJECT LIST STYLING */

.subject-list {
	background-color: #fff;
	padding: 20px;
	padding-bottom: 0;
	max-width: 750px;
	margin: auto;
	margin-top: 30px;
}

.subject-list h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
}

.subject-list:after {
	content: '';
	display: block;
	clear: both;
}

.subject-list .item>a {
	position: relative;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	padding-bottom: 40px;
	display: block;
	padding-top: 15px;
	text-align: center;
}

.subject-list .item>a span {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.subject-list .item>a span:before {
	font-size: 40px;
}

.subject-list .item>a:hover {
	color: #f7921c;
}

/* HOMEPAGE SUBJECT LIST STYLING ENDS */
.shareaholic-share-buttons-animation-wrapper {
	width: 100%;
}

#slider-testimonials .shareaholic-share-buttons .shareaholic-share-button {
	width: auto;
}
body.blog .post-item.col-md-6.col-sm-6 {
   min-height: 375px;
}





.grecaptcha-badge{display:none;}/*self explanatory?*/
