/**============================================================
* Theme Name: HT Academica
* Version: 1.0.6
* Description: Education theme form Haintheme
* Author: Haintheme
* Author URI: http://haintheme.com
* Theme URI: http://haintheme.com
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: light, fluid-layout, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*============================================================*/
.main-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;

}
@media (min-width: 768px) {
  .main-content {
    width: 80%;
  }
}
/* @media (min-width: 992px) {
  .main-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .main-content {
    width: 1170px;
  }
}
*/
.main-content-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.teacher-single {
    padding-bottom: 89px;
    padding-top: 20px;
}