/*
Theme Name: NUS-Singtel Visual Composer Starter Child
Theme URI: http://visualcomposer.io
Description: Visual Composer Starter child theme
Author: WPBakery
Author URI: http://visualcomposer.io
Template: visual-composer-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: nus-visual-composer-starter-child
*/

.eai-upcoming-events .vc-gitem-zone-height-mode-auto:before {
	padding-top: 50%;
}

@media screen and (min-width: 480px) {
	.eai-upcoming-events .vc-gitem-zone-height-mode-auto:before {
		padding-top: 40%;
	}
}

@media screen and (min-width: 768px) {
	.eai-upcoming-events .vc-gitem-zone-height-mode-auto:before {
		padding-top: 120%;
	}
}

@media screen and (min-width: 992px) {
	.eai-upcoming-events .vc-gitem-zone-height-mode-auto:before {
		padding-top: 100%;
	}
}


@media screen and (min-width: 1200px) {
	.eai-upcoming-events .vc-gitem-zone-height-mode-auto:before {
		padding-top: 75%;
	}
}

.eai-upcoming-events .vc_gitem-col {
	padding: 0;
}

.eai-news-title {
	border-bottom: medium none;
    color: #0d4685;
    font-family: "Times New Roman";
    font-size: 18px;
    font-weight: bold;
}

.eai-post-exerpt {
	color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}

.eai-post-description  {
	padding-bottom: 30px;
}

.eai-post-meta p{
	line-height: 18px;
}

.eai-news-button a {
	width: 100%;
	border-left: none !important;
	border-right: none !important;
	border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 0px !important;
	text-align: left !important;
	color: #2980b9 !important;
	font-weight: bold;
}