/* finch sitespec css */
 
.main-head .title { 
	float: none; 
	text-align:center; 
} 
.main-head.dark .right { 
	display: none; 
}

.twoell { 
	display: block;
	margin-top: 30px !important;  
}

.edited-by-lynch { 
	display: block;
	margin-top: 8px;
    /* 	float: right; */ 
} 

@media all and (max-width: 480px) { 
	.et_bloom_popup_container { 
		top: 100px !important; 
	} 
} 

@media all and (min-width: 768px) { 
	.listing-alt img { 
		max-width: 351px; 
	} 
} 

@media all and (min-width:752px ) { 
	.sidebar .posts-list img { 
		width: 85px !important; 
	} 
}    

@media all and (max-width: 799px) {
	.sidebar .posts-list img { 
		width: 180px !important; 
	} 
}


/* pop up css */
.LPatreon { 
    margin-top: 19px !important;
    margin-bottom: 19px !important;
    text-decoration: underline;
-moz-transition: all .2s ease-in !important;
    -o-transition: all .2s ease-in !important;
    -webkit-transition: all .2s ease-in !important;
    transition: all .2s ease-in !important;
} 
 
.LPatreon:hover { 
	color: #57b093 !important;
}   
