/*
Theme Name: Academica Pro 3.0 Child
Theme URI: http://www.wpzoom.com/themes/academica-pro-3/
Template: academica_pro_3
Author: WPZOOM
Author URI: http://www.wpzoom.com/
Description: Academica Pro is a modern, flexible and responsive WordPress theme. Great for education websites – such as universities, schools, colleges – as well as corporate and business sites.
Tags: three-columns,right-sidebar,left-sidebar,custom-colors,custom-menu,featured-images,theme-options,translation-ready
Version: 3.0.4.1538391497
Updated: 2018-10-01 10:58:17

*/
.column-full {
	float: none !important;
}

/*toggle*/
.toggle-trigger {
	margin: 0px !important;
	font-size: 18px;
	padding: 10px;
	padding-left: 30px;
	background-color: #F5F5F5;
	background-image: url('/wp-content/uploads/2018/10/toggle-plus.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}

.toggle-trigger a {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 20px;
}

.toggle-trigger a:hover {
	color: #0489B7;
	text-decoration: underline;
}

.toggle-trigger.active{
	background-image: url('/wp-content/uploads/2018/10/toggle-minus.png') !important;
	background-position: 10px center;
	background-repeat: no-repeat;
}

.toggle_container {
	overflow: hidden;
	padding: 20px 10px;
}