/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.3.3
Text Domain: flatsome
License:
License URI:
*/

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.teachers-row .col > .col-inner > .box {
    background: #fafafa; padding: 10px
}
.teachers-row .col > .col-inner > .box > .box-text { padding-bottom: 3px }
.teachers-row .main-header { color: #fff }
.main-header {
    text-align: center; margin-top: 20px; margin-bottom: 25px;
}
.main-header:after {
    content: ""; display: block; width: 100px; height: 3px; background: #08c; margin: 2px auto 0
}
.testimonial-text, .testimonial-meta { font-size: 14px }
.footer .textwidget p { margin-bottom: 12px }
#aside-icons {
    position: fixed; top: 36%; right: 10px
}
#aside-icons a { display: block; margin-bottom: 15px }
#aside-icons a img { max-width: 35px; height: auto }
@media (max-width: 549px) {
    #aside-icons {
        top: auto; bottom: 0; left: 0; right: 0;
        background: #08c; z-index: 1000; padding-top: 5px
    }
    #aside-icons a {
        float: left; width: 25%; text-align: center; margin-bottom: 5px
    }
}