/* 
Theme Name: PULSE Child 
Theme URL: https://themeforest.net/item/pulse-academic-personal-vcard-wordpress-theme/13472101
Author: CODIUX
Author URI: http://themeforest.net/user/codiux
Description: PULSE is a responsive academic personal vcard theme with Sliding Horizontal Layout , You can have an excellent online academic / personal resume with home, resume , skills , services , pricing , publications , research , teaching , portfolio etc
Version: 2.0.0
Text Domain: pulse-child
Template: pulse
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, custom-colors, featured-images, custom-menu, post-formats, sticky-post, theme-options
*/

.main-color-light-purple {color: #ad4580 !important}
.hs-menu {background: #42133f;}

.aside-footer-1 {
    position: absolute;
    bottom: 44px;
    /* height: 40px; */
    width: 100%;
    line-height: 44px;
    text-align: center;
    background: #262A34;
}

.aside-footer-1 > h6 {
	font-size: 1.2em;
}

.hs-headline .img-wrap img {
    opacity: 0.9;
}

.resume>li>.timeline-item>.timeline-header,
.media h3, .hs-inner p,
.verticaltab .mytabtitle
{
    font-size: 14px;
    line-height: 1.6;
}

.mytabsubtitle {
    font-size: 14px !important;
    line-height: 1.6;
}

.resume>li>.timeline-item>.timeline-body span {
    line-height: 1.6;
}

.timeline-header-subtitle {
    font-weight: 400 !important;
}

.resume h4,
.media h4
{
    font-size: 14px;
    line-height: 1.6;
}

.hs-inner .mainpage_title, .singlepage-title, .content-title, .resume>li>.timeline-item>.timeline-header,.wpcf7 input[type="submit"],
.mytabsubtitle, .resume h4, .media h3, .media h4, .resume > li > .timeline-item > .timeline-location
{
    text-transform: unset;
}
.mytabsubtitle{
    text-transform: unset !important;
}

.media {
     padding: 0;
     border: none;
    background: none;
}

.media > .resume-tag {
    background: #ad4580;
    width: 45px;
    height: 100%;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    top: 0;
    padding: 8px;
}

.media > .timeline-item {
    margin-left: 60px;
}

.media .media-body {
    margin-top: 0px;
    background: rgba(248, 249, 251, 0.6);
    margin-left: 60px;
    padding: 20px;
    position: relative;
    border: 1px solid #DBDBE0;
}

.media .publication_description
{
    width: 100%;
}

.media .resume-date {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.13);
}

.label-pub {
    font-size: 12px;
    height: 18px;
}
.serv-wrap {
    width: 100%;
}


@media screen and (max-width: 755px){
    .hs-menu {
        height: 470px !important;
    }
    .profile_info{
        height: 320px !important;
    }
}

