/*
Theme Name: Union Theme
Description: This is a custom child theme for Union
Theme URI:   http://mrbronzeplan-stage.netaesthetics.com/
Author: ThemeNectar
Author URI:  http://mrbronzeplan-stage.netaesthetics.com/
Template: salient
Version: 1.0
*/

.member-portal-popup-content .not-activated {
    text-align: center;
    display: block;
    font-weight: bold;
    color: red;
}

.no-post-thumbnail .article-content-wrap {
    position: relative!important;
    -ms-transform: translateY(0%)!important;
    transform: translateY(0%)!important;
    -webkit-transform: translateY(0%)!important;
    top: 0%!important;
 }
.no-post-thumbnail .post-featured-img {background: rgba(0,0,0,.18);}
.no-post-thumbnail .post-featured-img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0;
    text-align: center;
    content: "";
    background-image: url(/wp-content/themes/salient-child/assets/images/no-post-img.png);
    background-repeat: no-repeat;
    background-size: 230px;
    width: 230px;
    height: 230px;
}
