/*
Theme Name: E-Med Group
Theme URI: http://www.e-medgroup.eu/
Author: Ruben Vaes
Author URI: http://www.rubenvaes.be/
Description: Custom Wordpress theme for E-Med Group
*/

.mainpage h4 { margin-bottom: 30px !important; }
.call-action-box .text-center p { text-align: center !important; }
.mainpage .entry h5 { position: relative; margin-top: 30px; margin-bottom: 15px; font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
}
.mainpage .entry h5:first-child { margin-top: 0px }
.mainpage .entry h5:before {
    background-color: #272b2b;
    content: "";
    height: 2px;
    width: 200%;
    position: absolute;
    top: 8px;
    right: -215%;
    right: calc(-200% - 15px);
}
.col-md-12.entry { overflow: hidden; }

.adv-img-classic-box .caption-inner .big-text {
    height: auto;
    transition: all .6s;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}