/* SPACING FOR CONTENT */
.thebox {
	margin: 0px auto;
	min-height: 400px;
  background-color: var(--page-dm-color);
	padding-bottom: 20px;
	border-radius: 25px;
}

/* CONTENT */
.content {
	min-height: 350px;
  background-color: var(--page-dm-color); 
  border-radius: 25px;
}

.content:after {
	content: "";
	display: block;
	clear: both;
}

.content .content-title {
	margin: 7px 0px;
	color: var(--page-ox-color);  
	font-family: 'Averia Serif Libre', cursive;
}

.content .post {
	width: 260px;
	min-height: 400px;
	float: left;
	border-radius: 25px;
	position: relative;
}
.content .post .category {
	color: var(--page-ox-color);
	background: white;
	display: inline-block;
	border-radius: 25px;
	border: 1px groove var(--page-ox-color);
	box-shadow: 3px 2px 2px;
	position: absolute;
	left: 5px; top: 5px;
	z-index: 3;
}

.content .post .category:hover {
	box-shadow: 3px 2px 2px;
	color: white;
	background: var(--page-mx-color);
	transition: .4s;
	opacity: 1;
}

.content .post {
	height: 225px;
	width: 100%;
	border-radius: 25px;
}

.commontext {
    color: var(--page-mx-color);
}

.shifty {
    height: 227px;
    width: 270px;
    margin-left: 15px;
}

.photobox {
	height: 225px;
	width: 100%;
	border-radius: 25px;
	/*display: flex;*/
  justify-content: center;
	position: relative;
}	

.ad_image {
	border-radius: 10px;
	max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

.post_image {
	border-radius: 10px;
	max-height: 90%;
  max-width: 90%;
  position: absolute;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}

.cardloc {
	width: 263px;
	height: auto;
}

.content .post .fotoby {
  float: right;
  margin-right: 5px;
}

.content .post .post_info {
	padding: 0px 5px;
	font-weight: 200;
  font-family: 'Noto Serif', serif;
	text-align: center;
}

.content .post .post_info span.a_data {
	position: absolute;
	left: 15px; bottom: 22px;
}

.content .post .post_info span.c_date {
	position: absolute;
	left: 15px; bottom: 5px;
}

.content .post .post_info a.author2 {
	position: absolute;
	left: 15px; bottom: 22px;
	text-decoration: none;
}

.content .post .post_info span.read_more {
	position: absolute;
	right: 15px; bottom: 5px;
}

/* NOTIFICATION MESSAGES */
.message {
	width: 100%; 
	margin: 0px auto; 
	padding: 10px 0px; 
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	border-radius: 5px; 
	text-align: center;
}

.error {
	color: #a94442; 
	background: #f2dede; 
	border: 1px solid #a94442; 
	margin-bottom: 20px;
}

.validation_errors p {
	text-align: left;
	margin-left: 10px;
}

.logged_in_info {
	text-align: right; 
	padding: 10px;
}

.txaln {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pic404 {
	margin-top: 50px;
	size: auto;
}