/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 feb 2020, 18:36:21
    Author     : luigi
*/

.l-green{padding:6px!important;}
.l-khaki{padding:6px!important}
.date_test {
    width: 130px; height: 160px;
    background: #fcfcfc; 
    background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
    background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%); 
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%); 
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.date_test p {
    font-family: Helvetica, sans-serif;
    font-size: 100px; text-align: center; color: #9e9e9e; 
}

.date_test p span {
    background: #d10000; 
    background: linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
    background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
    font-size: 45px; font-weight: bold; color: #fff; text-transform: uppercase; 	
    display: block;
    border-top: 3px solid #a13838;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    padding: 6px 0 6px 0;
}

@-moz-document url-prefix() {
    .date_test {
        padding: 16px 0 0 0;
    }
    .date_test p span {
        padding: 9px 0 3px 0;
    }
}

.social_icon.instagram{
    background-color: cornflowerblue;
}

.bg-info_new{
    background: url("/THEME-MPLIFY/assets/images/bck_profile.jpg") !important;
}

.text-muted{
    color: #000000 !important;
}

.member-card .member-img img{
    width:  150px !important;
    height: 150px !important;
}

.new_timeline .header {
    background: url("/THEME-MPLIFY/assets/images/bck_profile.jpg") !important;
    background-size: cover;
    color: #fff;
    position: relative;
}

.new_timeline>ul {
    height: 260px;   
}

.w_profile .profile-image img {
    height: 180px;   
}