/*
 Theme Name: Astra Child
 Description: Astra Child theme
 Author: Nicolae
 Template: astra
 Version: 1.0
*/
/* ///////////////////////////////////// */
/* Nav Menu */
#nav-menu a
{
	border-radius: 5px;
	cursor: pointer;
}
#nav-menu .sub-menu
{
	margin-top: -4px;
}
#nav-menu-mobile .hfe-dropdown
{
	overflow: hidden;
}
#nav-menu a:hover > span i
{
	transform: rotate(180deg);
}
/* Afisarea postarilor */
.site-main
{
	margin: 50px 0px;
/* 	border: 1px solid black; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.archive-header
{
	text-align: center;
	padding: 20px;
}
.anunturi-lista
{
/* 	border: 1px solid black; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.anunt-item
{
/* 	border: 1px solid red; */
	background-color: white!important;
	border-radius: 10px;
	width: 30%;
	margin: 20px 10px!important;
	padding: 0!important;
	overflow: hidden;
	transition: 0.2s all ease;
}
@media screen and (max-width: 768px)
{
	.anunt-item
	{
		width: 90%;
	}
	.anunt-date, .anunt-category a, .anunt-excerpt, .anunt-button
	{
		font-size: 10px!important;
	}
	.anunt-title
	{
		font-size: 14px!important;
	}
}
.anunt-item:hover
{
	box-shadow: 0px 0px 15px 3px rgba(100, 100, 100, 0.1);
}
.anunt-thumbnail
{
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: black;
	position: relative;
}
.anunt-thumbnail img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	object-fit: center;
	transition: 0.3s all ease;
}
.anunt-thumbnail:hover img
{
	opacity: 0.9;
}
.anunt-content
{
	padding: 5px 15px;
}
.anunt-date
{
	margin: 0;
	font-size: 14px;
	color: rgb(150, 150 ,150);
}
.anunt-category a
{
	font-size: 14px!important;
	color: black;
	text-decoration: none!important;
}
.anunt-title 
{
	font-size: 18px!important;
	padding: 7px 0px;
}
.anunt-title a
{
	text-decoration: none!important;
}
.anunt-excerpt
{
	font-size: 14px!important;
	color: rgb(130, 130 ,130);
}
.anunt-excerpt p
{
	margin-bottom: 7px;
}
.anunt-button
{
	font-size: 14px!important;
	text-decoration: none!important;
}
.anunt-button, .anunt-title a
{
	color: #0066CC;
}
.anunt-button:hover, .anunt-title a:hover
{
	color: #003D7A;
}
/* Single post style */
.ast-container
{
	max-width: 100%!important;
	display: flex;
	justify-content: center!important;
	background-color: #f3f3f3;
	flex-direction: row!important;
}
.content-area
{
	width: 80%;
}
@media screen and (max-width: 768px)
{
	.content-area
	{
		width: 100%;
	}
}
.single-anunt
{
	border-radius: 10px;
	padding: 20px!important;
}
.single-anunt-category a
{
	color: #0066CC;
	font-size: 14px;
}
.single-anunt-title
{
	font-size: 32px;
	color: #0066CC;
}
.single-anunt-date
{
	font-size: 14px;
	background-color: #fad000;
	display: inline-block;
	padding: 4px 6px;
	border-radius: 2px;
	line-height: 1;
	color: rgb(50, 50, 50);
}
.single-anunt-thumbnail
{
	height: 400px;
	display: flex;
	justify-content: center;
}
.single-anunt-thumbnail img
{
	height: 100%;
	object-fit: cover;
	box-shadow: none;
}
.single-anunt-content
{
	margin: 30px 0px;
	color: rgb(100, 100, 100)
}
.related-anunturi
{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.related-anunturi h2
{
	padding: 20px 0px;
}
.show-all-anunturi
{
	margin-top: 20px;
	background-color: #0066CC;
	color: white;
	padding: 15px 50px;
	font-size: 14px!important!;
	line-height: 16px!important;
	letter-spacing: 1px;
	border-radius: 50px;
	box-shadow: 0px 10px 45px -3px rgba(0, 0, 0, 0.37)
}
.show-all-anunturi:hover
{
	background-color: #003D7A;
	box-shadow: 0px 10px 45px -3px rgba(0, 0, 0, 0.5);
	color: white;
}
.show-all-anunturi:visited
{
	color: white;
}
/* Icon-boxurile paginii de acasa */
#icon-box-1 .elementor-icon-box-title a
{
/* 	border: 1px solid red; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 180px;
	display: flex;
	align-items: end;
	padding-bottom: 10px;
	justify-content: center;
}

/* Afisarea contentului prin shortcode */
.shortcode-content img
{
	pointer-events: none!important;
	flex: 1;
	height: auto!important;
	max-width: 50%;
	object-fit: cover;
	box-shadow: 0px 0px 15px 3px rgba(100, 100, 100, 0.1);
/* 	border-radius: 10px; */
}
.shortcode-content-text
{
	padding: 20px 0px;
	color: rgb(100, 100, 100);
	font-size: 16px
}
.shortcode-content ul li
{
	font-size: 16px;
}
@media screen and (max-width: 768px)
{
	.shortcode-content-text
	{
		font-size: 12px!important;
	}
	.shortcode-content ul li
	{
		font-size: 12px!important;
	}
}
#footer-custom-elements a
{
	color: white!important;
}
#footer-custom-elements a:hover
{
	color: rgba(255, 255, 255, 0.7)!important;
}
/* Rezultat cautari */
#primary .ast-archive-description
{
	margin: auto;
}
