/*
Theme Name:   HelloElementorChild
Description:  Child Theme
Author:       admin
Author URL:   http://dev.ingrub.com/cmfglobal
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HelloElementorChild
*/

/* Write here your own personal stylesheet */
.latest-news-holder .eael-entry-thumbnail{
	max-height:300px;
}
.latest-news-holder .eael-entry-wrapper{
	min-height:300px;
}
.white-bg{
	background-color:#fff;
}
.unsupported-browser .inner-message a{
	color:#000;
	text-decoration:underline;
}
.unsupported-browser .inner-message{
	display:block; 
	text-align:center;
	background-color:#f1f8ff;
	padding-top:20px;
	padding-bottom:20px;
	color:#000;
}