/*
 Theme Name:   Academia Child Theme
 Theme URI:    http://themes.g5plus.net/academia/
 Description:  Academia Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     academia
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
Text Domain: 		g5plus-academia
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
.dummy-class {
    font-size:14px;
}
.woocommerce div.product .cart .button:before {
    content: none;
  }
.two-cols {
    column-count: 2;
    column-gap: 16px;
}
@media (max-width: 768px) {
    .two-cols {
        column-count: 1 !important;
    }
    
}
