/*Post Archive2 Element*/
.ah-post-archive-2-element .ah-widget-title
{
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	color: #35495c;
	border-style: solid;
	border-width: 0 5px 0 0;
	padding: 5px 10px 5px 0;
	margin: 0 0 10px 0;
}

.ah-post-archive-2-element .post-archive1 {
	display: flex;
	gap: 15px;
	align-items: center;
	border: 1px solid #f3f3f3;
	border-radius: 15px;
	padding: 20px;
	margin: 20px 0 0 0;
}

.ah-post-archive-2-element .posts-container {
	display: flex;
	flex-wrap: wrap;
}

.ah-post-archive-2-element .posts-container .post-box {
	width: 100%;
	position: relative;
}

.ah-post-archive-2-element .posts-container .post-box.has-sep.vertical-sep:not(.post-box:last-child)::before {
	content: "";
	position: absolute;
	height: 50px;
	width: 1px;
	background-color: #DDDDDD;
	top: 50%;
	transform: translateY(-30px);
}

.ah-post-archive-2-element .posts-container .post-box.has-sep:not(.vertical-sep):not(.post-box:last-child)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
	left: 0;
	bottom: 0;
}

.ah-post-archive-2-element .post-archive1-thumbnail {
	width: 50%;
	margin-top: 7px;
	border-radius: 10px;
	height: 255px;
	overflow: hidden;
}

.ah-post-archive-2-element .post-archive1-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ah-post-archive-2-element .post-archive1-details {
	width: 50%;
}

.ah-post-archive-2-element .post-archive1-details .post-title {
	line-height: 1.9em;
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #35495c;
	margin-bottom: 7px;
}

.ah-post-archive-2-element .post-archive1-details .ah-excerpt {
	font-size: 16px;
	margin-bottom: 7px;
}

.ah-post-archive-2-element .post-archive1-details .btns-wrap {
	margin-top: 20px;
	text-align: right;
}

.ah-post-archive-2-element .post-archive1-details a.ah-is-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	color: #2171d4;
	border: 1px solid #2171d4;
	border-radius: 5px;
}

.ah-post-archive-2-element .post-meta .post-date::after {
	content: "|";
	padding: 0 5px 0 10px;
}

.ah-post-archive-2-element .post-author img {
	border-radius: 100%;
}

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

	.ah-post-archive-2-element .post-archive1 {
		flex-direction: column;
	}

	.ah-post-archive-2-element .post-archive1-thumbnail,
	.ah-post-archive-2-element .post-archive1-details {
		width: 100%;
		margin-top: 15px;
		align-items: center;
		display: flex;
		flex-direction: column;
	}
}.ahura-element-main-menu .siteside {
    box-shadow: 0 0 35px #00000061;
}

@media screen and (max-width: 1024px){
    .ahura-element-main-menu .menu-wrapper {
        display: none;
    }
}.ahura-search-form-element {
    position: relative;
}

.ahura-search-form-element.with-cat {
    display: flex;
    gap: 9px;
}

.ahura-search-form-element.with-cat.template-3 {
    flex-direction: row-reverse;
}

.ahura-search-form-element.with-cat select {
    border: none;
    height: 50px;
    width: 150px;
    border-radius: 7px;
    background-color: #f0f0f0;
    padding: 8px;
    font-size: 13px;
    color: #505050;
    outline: 0;
}

.ahura-search-form-element .s-input {
    position: relative;
}

.ahura-search-form-element.with-cat .s-input {
    width: calc(100% - 150px);
}

.ahura-search-form-element:not(.with-cat) .s-input {
    width: 100%;
}

.ahura-search-form-element button {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    box-shadow: none;
    width: 50px;
    height: 100%;
    padding: 0;
    top: 0;
    font-size: 19px;
    color: #9e9fb1;
}

.ahura-search-form-element input[type=text] {
    box-shadow: 0 7px 35px 0 rgba(0,0,0,0.1);
}

.ahura-search-form-element #ajax_search_loading {
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.ahura-search-form-element #ajax_search_loading.show-loader {
    opacity: 1;
}

.ahura-search-form-element.with-btn #ajax_search_loading {
    width: 110px;
}

.ahura-search-form-element .search-item .item-cover {
    width: 50px;
}

.ahura-search-form-element .search-item .item-cover img {
    border-radius: 7px;
    object-fit: cover;
}

.ahura-search-form-element #ajax_search_res .search-item a {
    display: flex;
    gap: 10px;
}