


.com_instacks_poster2_main_stack img {
    max-width: 100%;
    height: auto;
}





/* For edit and !edit mode */
.poster-warning {
    color: red;
    text-align: center;
    font-weight: bold;
}

.com_instacks_poster2_main_stack .poster-inside-main-warning,
.poster-template-area-edit .poster-inside-template-warning,
.poster-item-area-edit .poster-inside-item-warning  {
    display: block !important;
}

.poster-inside-main-warning,
.poster-inside-template-warning,
.poster-inside-item-warning {
    display: none;
}

/* .poster-title a:hover, */
.poster-header-content a,
.poster-header-content a:hover {
    text-decoration: none;
    color: inherit;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

.poster-external-link::after {
    font-family: 'instacks-fontawesome-solid';
    
    content: "\f08e";
    
    margin-left: 1rem;
    font-size: smaller;
}

/* Social */

.poster-social {
    font-size: 1rem;
    text-align: left;
    line-height: 1rem;
}

.poster-social a {
    text-decoration: none;
    margin-right: 0.5rem;
}

.poster-social a::after {
    position: static;
}



.poster-share::after {
    font-family: 'instacks-fontawesome-solid';
    
    color: #808080;
    
    
    content: "\f1e0";
    
}



.poster-facebook::after {
    font-family: 'instacks-fontawesome-brands';
    
    color: #01257A;
    
    
    content: "\f39e";
    
}



.poster-twitter::after {
    font-family: 'instacks-fontawesome-brands';
    
    color: #55ACEE;
    
    
    content: "\f099";
    
}



.poster-pinterest::after {
    font-family: 'instacks-fontawesome-brands';
    
    color: #BD2026;
    
    
    content: "\f231";
    
}



.poster-linkedin::after {
    font-family: 'instacks-fontawesome-brands';
    
    color: #2E8CD7;
    
    
    content: "\f0e1";
    
}



.poster-xing::after {
    font-family: 'instacks-fontawesome-brands';
    
    color: #1A7576;
    
    
    content: "\f168";
    
}



.poster-envelope::after {
    font-family: 'instacks-fontawesome-solid';
    
    color: #000000;
    
    
    content: "\f0e0";
    
}

.poster-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.poster-thumbnail-caption {
    margin-top: 5px;
}


.poster-navigation {
    text-align: center;
}


.poster-navigation {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.poster-navigation a {
    text-decoration: none;
}













.poster-list-item {
    transition: background-color 500ms;
    
    
    
    
}

.poster-item {
    
}

.poster-list-item:hover {
    
}

.poster-body {
    
}

/* For edit and !edit mode */
.poster-core-missing-warning {
    display: none !important;
}