/*
Theme Name: Cobild Base Theme
Author: Efront
Author URI: http://efront.com.au/
Description: The base Cobild Wordpress template.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.efront_note{
	padding: 15px;
	background: blue;
	color: #fff;
	display: table;
}
.expand_content{
	opacity: 0;
	transition: opacity 0.5s;
}
.expand_content.active{
	opacity: 1;
	
}

.ico-2016, .ico-2017, .ico-2018, .ico-2018-white, .ico-2019 {
    width: 140px;
    height: 140px;
}

.ico-2019 {
    background-image: url(https://www.cobild.com.au/wp-content/themes/cobild/resources/images/icons/GPTW_9.png?1);

}


@media (max-width: 1199px)
.ico-2016, .ico-2017, .ico-2018, .ico-2018-white, .ico-2019 {
    width: 132px;
    height: 132px;
}