/* New mobile nav */
.sidr-area .menu > .menu-item-has-children > a::after {
	content: url('/wp-content/themes/blog-prime-child/assets/img/angle-arrow-down-black.svg') !important;
}

.sidr-area .menu > .menu-item-has-children > a:hover::after {
	content: url('../img/angle-arrow-down-white.svg') !important;
} 

.sidr-area .menu > .menu-item-has-children.active > a::after,
.sidr-area .menu > .menu-item-has-children.active > a:hover::after{
	transform: scale(0.022) rotate(180deg) !important;
	right: 12px !important;
	top: 16px !important;
	content: url('../img/angle-arrow-down-white.svg') !important;
	
} 

/* 2nd level */
.sidr-area .menu > .menu-item-has-children.active > .sub-menu > li > a {
	position: relative;
}

.sidr-area .menu > .menu-item-has-children.active > .sub-menu > li:hover > a::before
{
	content: url('../img/angle-arrow-down-white.svg');
}

.sidr-area .menu > .menu-item-has-children.active > .sub-menu > li > a::before {
	content: url('../img/angle-arrow-down-black.svg');
	transform: scale(0.022) rotate(-90deg);
	display: block;
	position: absolute;
	left: 2px;
	top: 16px;
	width: 20px;
	height: 20px;
	color: #2f3846;
}

.new-search { 
	display: none;
}


@media screen and (max-width: 767px) {
	.single-post .icon-search { 
		position: absolute;
		right: 5px;
		top: -20px;
	}
	.single-post .navigation-area .icon-search {
		top: -8px;
	}
	.new-search {
		display: inline-block;
		width: 100%;
	}
	.new-search .search-form {
		margin-left: 15px;
		margin-right: 15px;
	}
	.new-search .search-form label {
		width: 90%;
		display:block;
		margin: 0 auto;
		float: left;
	}
	.new-search .search-form .search-field {
		border-style: solid;
		border-color: #c3c3c3;
		border-width: 1px 0px 1px 1px;
		height: 45px;
		padding-left: 15px;
		padding-right: 15px;
		font: 18px 'Lato', sans-serif;
	}
	.new-search .search-form .search-submit[type="submit"] {
		position: relative;
		color: transparent;
		width: 10%;
		min-width: 54px;
		font-size: 0;
		overflow: hidden;
		cursor: pointer;
		-moz-appearance:initial;
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		height: 45px;
		background: #000;
		outline: 0;
		line-height: 45px;
		border: 0;
	}
	.new-search .search-form .search-submit[type="submit"]::before {
		content: '';
		position: absolute;
		width: 100%;
		height: auto;
		max-width: 20px;
		display: block;
		background-image: url('../img/icon-search-psd.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		top: 0;
		bottom: 0;
		left: 30%;
		right: 30%;
	}
}

@media screen and (max-width: 569px) {
	.new-search .search-form label {
		width: 88%;
	}
}

@media screen and (max-width: 479px) {
	.new-search .search-form label {
		width: 83%;
	}
}

@media screen and (max-width: 347px) {
	.new-search .search-form label {
		width: 75%;
	}
}

@media screen and (max-width: 245px) {
	.new-search .search-form label,
	.new-search .search-form .search-submit[type="submit"]{
		width: 100%;
	}
	.new-search .search-form .search-field {
		border-width: 1px;
	}
	.new-search .search-form .search-submit[type="submit"]::before {
		left: 40%;
		right: 40%;
	}
}

.sidenav {
	top: unset !important;
}

.sidenav div a {
	border-bottom: 0 !important;
	width: auto !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.62;
}

/* LATEST POST */

.latest-section {
    display: block;
    position: relative;
    overflow: hidden;
}
.latest-section .section-title {
	background: #1a4e80;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    display: block;
}
.latest-section .section-title i {
    margin-right: 5px;
}
.latest-section .article-wrapper {
    display: grid;
    list-style: none;
	margin-bottom: 0;
	margin-left: 20px;
}
.latest-section .article-wrapper .article {
    display: flex;
    margin: 0;
}
.latest-section .article-wrapper .article i {
    margin-right: 5px;
    font-size: 14px;
    color: #d9d9d9;
    margin: auto 10px;
}
.latest-section .article-wrapper .article a {
    font-size: 14px;
    font-weight: 500;
    color: #1b1b1b;
    padding: 15px 0;
	border-bottom: 1px solid #d9d9d9 !important;
	width: 89% !important;
}
.menu, .widget {
    margin-bottom: 0 !important;
}
.menu .menu-item:last-child {
    border: 0;
}