/*
Theme Name: Gracey Child
Theme URI: https://gracey.qodeinteractive.com
Description: A child theme of Gracey
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: gracey
Template: gracey
*/

.vp-center {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top!important;
    align-items: top!important;
    -webkit-box-pack: top!important;
    -ms-flex-pack: top!important;
    justify-content: top!important;
}

span.qodef-social-title::after {
    visibility: visible!IMPORTANT;
    content: "COMPARTIR:"!IMPORTANT;
    float: left;
}
span.qodef-social-title {
    visibility: hidden!IMPORTANT;
}
.qodef-e.qodef-info--date {
    visibility: hidden!IMPORTANT;
}


.qodef-e.qodef-info--date::after {
    content: "FECHA:";
    VISIBILITY: visible!IMPORTANT;
   font-family: "Krona One",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    line-height: 1.35em;
    letter-spacing: .04em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}


span.qodef-social-title::after {
    visibility: visible;
    content: "COMPARTIR:";
    float: left;
}
span.qodef-social-title {
    visibility: hidden;
}

