/*
Theme Name: Angostura theme
Author: Arno Simon
Author URI: https://arnosolutions.com
Description: Angostura theme working with ACF Pro and TailwindCSS
Version: 0.1.1
*/

.rum-block > .e-con-inner {
    box-shadow: rgba(175, 175, 175, 0.7) 0px 0px 7px 2px;
}

.cpl-main
{
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	align-content: center; 
	flex-wrap: wrap;	
}

.cpl-title
{
	font-size: 3.125rem; 
	line-height: 1; 
	font-weight: 700;
}

.cpl-date
{
	font-size: 3.125rem; 
	line-height: 1; 
	font-weight: 700;
	text-decoration: underline;
	font-style: italic;
}

.postid-13804 .bg-center {
    background-position: center 8%;
}

.postid-14205 .bg-center {
    background-position: center 5%;
}

@media (max-width: 710px)
{
	.cpl-main{
		flex-direction: column;
		justify-content: center;
	}
}