/*
Theme Name: aepl
Theme URI: http://aepl.com.au/
Author: Shrawan
Author URI: http://accessibleict.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aepl
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

aepl is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.article-loop h3 {
margin-top:0px;
}

.article-loop{
padding:30px 0 !important;
}

 .custom-button {
 padding:8px 24px !important;
}
.slide-content-full {
 display:none !important;
}
.slide-content-short {
display:block !important;
}
.slider-content h3 {
 font-size:40px !important;
}
 @media(min-width:767px) {
 .custom-button {
  padding:17px 32px !important;
 }
.slide-content-full {
display:block !important;
}
.slide-content-short {
display:none !important;
}
.slider-content h3 {
 font-size:60px !important;
}	
}