/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * LAPOSTA STYLE BS3 TWO!
 */

div#laposta-style-two.bs3 a:hover .panel-heading,
div#laposta-style-two.bs3 a:hover .panel-body{
    background-color: #DFDFDF;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

/**
 * LAPOSTA STYLE BS4 ONE!
 */

div#laposta-style-one.bs4 ul li{
    margin-bottom:20px;
}

/**
 * LAPOSTA STYLE BS4 TWO!
 */

div#laposta-style-two.bs4 .card-body:hover{
    background-color: #DFDFDF;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

div#laposta-style-two.bs4 img{
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

div#laposta-style-two.bs4 p.card-text{
    margin-bottom:0px;
}

div#laposta-style-two.bs4 p.card-text span.date{
    font-size:85%;
}

div#laposta-style-two.bs4 .stretched-link{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
