
#stacks_in_606 {
	margin: 0px 0px 50px 0px;
}



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


.poster-list {
    display: flex;
    vertical-align: top;
    flex-flow: row wrap;
    margin: auto;
    justify-content: space-around;
}


/* No media query since this is the default */
.poster-list-item {
    
    width: 100%;
    
}
@media(min-width:768px){
    .poster-list-item {
        
        width: calc(100% / 2 - 20px);
        
    }
}
@media(min-width:992px){
    .poster-list-item {
        
        width: calc(100% / 2 - 20px);
        
    }
}
@media(min-width:1200px){
    .poster-list-item {
        
        width: calc(100% / 2 - 20px);
        
    }
}


/* No media query since this is the default */
.poster-list-item:first-child {
    
    width: 100%;
    
}
@media(min-width:768px){
    .poster-list-item:first-child {
        
        width: calc(100% - 20px);
        
    }
}
@media(min-width:992px){
    .poster-list-item:first-child {
        
        width: calc(100% - 20px);
        
    }
}
@media(min-width:1200px){
    .poster-list-item:first-child {
        
        width: calc(100% - 20px);
        
    }
}
@media(min-width:2000px){
    .poster-list-item:first-child {
        display: flex;
    }
    .poster-list-item:first-child section {
        width: 50%;
    }
}






/* 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: #000000;
    
    
    content: "\e61b";
    
}


.poster-pinterest {
    display: none;
}


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


.poster-linkedin {
    display: none;
}


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


.poster-xing {
    display: none;
}


.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-archive-categories .active,
.poster-archive-tags .active,
.poster-archive-date-year .active,
.poster-archive-date-month .active,
.poster-archive-authors .active {
    font-weight: bold;
}


.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 {
    
    margin: 5px 5px 5px 5px !important;
    
}#stacks_in_599_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_599 a:link, #stacks_in_599 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_599 a:hover, #stacks_in_599 a:active {
	color:#FFFFFF;
}










#stacks_in_599 a:link, #stacks_in_599 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_599 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_599 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_602_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_602 a:link, #stacks_in_602 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_602 a:hover, #stacks_in_602 a:active {
	color:#FFFFFF;
}










#stacks_in_602 a:link, #stacks_in_602 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_602 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_602 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_355>.s3_row {
	margin: 0 -10px;
}

#stacks_in_355>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_355>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_355>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_355>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_355>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_373_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_373 a:link, #stacks_in_373 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_373 a:hover, #stacks_in_373 a:active {
	color:#FFFFFF;
}










#stacks_in_373 a:link, #stacks_in_373 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_373 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_373 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_369_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_369 a:link, #stacks_in_369 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_369 a:hover, #stacks_in_369 a:active {
	color:#FFFFFF;
}










#stacks_in_369 a:link, #stacks_in_369 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_369 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_369 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_358>.s3_row {
	margin: 0 -10px;
}

#stacks_in_358>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_358>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_358>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_358>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_358>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_375_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_375 a:link, #stacks_in_375 a:visited {
	 display:block; 
	 float:left; 
	
	position: relative;
	text-decoration:none;
}
#stacks_in_375 a:hover, #stacks_in_375 a:active {
	color:#FFFFFF;
}










#stacks_in_375 a:link, #stacks_in_375 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_375 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_375 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_371_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_371 a:link, #stacks_in_371 a:visited {
	 display:block; 
	
	 float:right; 
	position: relative;
	text-decoration:none;
}
#stacks_in_371 a:hover, #stacks_in_371 a:active {
	color:#FFFFFF;
}










#stacks_in_371 a:link, #stacks_in_371 a:visited {
	background-color:#00A0FF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00A0FF), to(#0060BF));
	border:1px solid #0060BF;
	padding:3px 20px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_371 a:hover {
	background-color:#00ACFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#00ACFF), to(#0053A5));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_371 a:active {
	background-color:#00A0FF;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}
#stacks_in_384 {
    width: 100%;
    max-width: 100%;
}

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