
.new-blog .content {
	padding: 100px 70px 40px 120px;
}

.new-blog .b-started .title {
	margin-bottom: 0px;
}

.new-blog .b-main_head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-blog .b-posts .content {
	padding-top: 65px;
	padding-bottom: 20px;
}

.new-blog .b-new_cat .content {
	padding-top: 40px;
	padding-bottom: 0;
}

.new-blog .post-left__nav ul {
	display: flex;
	flex-wrap: wrap;
}

.new-blog .post-left__nav li {
	padding: 6px 15px;
	border: 1px solid #dee1e8;
	box-sizing: border-box;
	margin-right: 5px;
	opacity: .7;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}

.new-blog .post-left__nav li span {
	color: rgba(66, 66, 66, .6);
	font-size: 11px;
}

.new-blog .post-left__nav li.active {
	opacity: 1;
}

.new-blog .b-posts .content__right {
	margin-left: 0;
}

.new-blog .post-item.post-item_sticky {
	position: relative;
}

.new-blog .post-first_wrapper {
	display: flex;
	justify-content: space-between;
}

.new-blog .post-first {
	position: relative;
	padding-top: 33px;
}

.new-blog .post-first .post-item__inner {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(48, 70, 109, .9);
	width: 100%;
	padding: 15px 20px 17px 20px;
}

.new-blog .post-first .post-item__inner a {
	color: #fff;
}

.new-blog .post-first .post-item__image {
	width: 733px;
	height: 400px;
	margin-bottom: 0;
}

.new-blog .post-first .content {
	padding-top: 0;
	padding-bottom: 0;
}

.new-blog .post-first .post-first__name {
	color: #fff;
	padding-bottom: 8px;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -.78px;
	line-height: 35px;
	max-width: 590px;
	transform: translateY(0);
	transition: 373ms cubic-bezier(.29, .04, .23, 1) 0s;
}

.new-blog .post-first .post-first__info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	overflow: hidden;
}

.new-blog .post-first .post-first__author {
	padding-bottom: 3px;
}

.new-blog .post-first .post-first__cat {
	padding-right: 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .8px;
}

.new-blog .post-first .post-first__date {
	color: #fff;
	position: relative;
	min-width: 130px;
	padding-right: 11px;
	padding-left: 20px;
	line-height: 13px;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .8px;
	text-transform: uppercase;
	font-family: "Maison Neue Mono";
	opacity: .8;
	transition: .15s linear 0s;
}

.new-blog .post-first .post-first__date:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #a0a0a0;
}

.new-blog .post-first .post-first__date .post-first__author {
	padding-bottom: 3px;
}

.new-blog .post-first .post-item__author {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-right: 28px;
	opacity: 0;
	transition: .15s linear 0s;
}

.new-blog .post-first .b-subscribe {
	max-width: 340px;
	padding: 25px;
	background: #f4f5f7;
}

.new-blog .post-first .b-subscribe .title {
	max-width: 100%;
}

.new-blog .post-first .b-subscribe .form {
	left: 25px;
	bottom: 80px;
}

.new-blog .post-first .b-subscribe .form__control {
	height: 44px;
	margin-bottom: 17px;
	padding-right: 0;
}

.new-blog .post-first .b-subscribe .form__submit {
	top: 148px;
	left: 0;
	border: 1px solid #8390a7;
	height: 40px;
	width: 145px;
	padding-left: 20px;
	color: #30466d;
	font-weight: 500;
}

.new-blog .post-first .b-subscribe .form__submit .btn__icon {
	border: none;
	right: 13px;
	top: 5px;
}

.new-blog .b-posts .post-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}

.new-blog .b-posts .post-item__image {
	height: 300px;
	width: 100%;
	margin-bottom: 11px;
}

.new-blog .b-posts .post-item {
	padding: 0;
	width: 47.4%;
}

.new-blog .b-posts .post-item__tag {
	color: #30466d;
	background: transparent;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	padding: 0;
}

.new-blog .b-posts .post-item__date {
	opacity: 1;
	color: rgba(66, 66, 66, .75);
	padding-right: 0;
}

.new-blog .b-posts .post-item__name {
	max-width: 100%;
	line-height: 39px;
	min-height: 130px;
}

.new-blog .b-posts .post-item__name a {
	color: #424242;
}

.new-blog .b-posts .post-item__name_wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-blog .b-posts .butt-standard {
	margin-top: 13px;
}

.new-blog .b-posts .butt-standard a {
	display: inline-block;
	text-transform: uppercase;
	color: #30466d;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #8390a7;
	letter-spacing: 1px;
	padding: 12px 29px;
	vertical-align: middle;
	line-height: 12px;
}

.new-blog .b-posts .butt-standard a:hover {
	color: #fff;
	background: #30466d;
}

.new-blog .b-posts .post-item__time {
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	bottom: 27px;
	color: #fff;
	background: #30466d;
	padding: 8px;
	padding-left: 30px;
	letter-spacing: .8px;
	z-index: 5;
}

.new-blog .b-posts .post-item__time:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 10px;
	width: 11px;
	height: 11px;
	background-image: url("https://cdn-cahge.nitrocdn.com/mAPkqokVpTrmAtoawHbGRdGNnCYBNdZh/assets/images/optimized/rev-78822bd/elogic.co/wp-content/themes/elogic/resources/images/proj_icon2.png");
	background-size: cover;
	filter: brightness(0) invert(1);
}

.new-blog .b-posts .post-item__info {
	width: 100%;
	padding-left: 20px;
	top: 220px;
	height: 80px;
	z-index: 1;
}

.new-blog .b-posts .post-item__info:before {
	background: rgba(48, 70, 109, .95);
}

.new-blog .b-posts .post-item__author-txt {
	font-size: 11px;
	font-weight: 500;
	color: #fff;
}

.new-blog .b-posts .post-item__author-txt a {
	color: #fff;
}

.new-blog .b-posts .post-item__author-txt a:hover {
	text-decoration: underline;
	transition-duration: .5s;
}

.new-blog .contact-intro .content {
	padding-top: 30px;
	margin-top: 20px;
	padding-bottom: 40px;
}

.new-blog .contact-intro .content.pull {
	padding-left: 50px;
}

.new-blog .contact-intro .content .title {
	text-align: left;
	padding-left: 0px;
}

.new-blog .contact-intro .form .form__file {
	right: 0px;
	top: 2px;
}

.new-blog .contact-intro .form .form__file .btn-upload {
	padding-left: 40px;
}

.new-blog .contact-intro .form .form__control {
	padding-left: 0;
}

.new-blog .contact-intro .form a .btn__text {
	top: 0px !important;
}

.new-blog .contact-intro .form .your_text input[type=text] {
	padding-right: 125px !important;
}

.new-blog .post-pag__num.active {
	color: #30466d;
}

.new-blog .post-pag__num {
	color: rgba(70, 70, 70, .6);
	font-weight: 500;
}

.new-blog .post-pag__num:before {
	background: #30466d;
}

.new-blog .post-pag__next:before, .new-blog .post-pag__prev:before {
	width: 8px;
	height: 12px;
	left: 48%;
}

.new-blog .post-search {
	width: 444px;
}

.new-blog .post-first.removed {
	display: none;
}

@media (max-width: 1360px) {
	.new-blog .content {
		padding-left: 60px;
	}
	
	.new-blog .post-first .post-item__image {
		width: 633px;
	}
	
	.new-blog .post-first .post-first__name {
		max-width: 520px;
	}
}

@media (max-width: 1200px) {
	.new-blog .content {
		padding-left: 20px;
		padding-right: 10px;
	}
	
	.new-blog .post-first .post-item__image {
		width: 550px;
		height: 360px;
	}
	
	.new-blog .post-search {
		width: 300px;
	}
	
	.new-blog .section-standard .contact-intro {
		max-width: 100%;
	}
	
	.new-blog .b-posts .post-item {
		margin-bottom: 15px;
	}
	
	.new-blog .post-first .post-first__name {
		max-width: 470px;
	}
}

@media (max-width: 1000px) {
	.new-blog .contact-intro .form a .btn__text {
		top: -2px !important;
	}
	
	.new-blog .post-search {
		width: 200px;
	}
	
	.new-blog .content {
		padding-left: 5px;
	}
	
	.new-blog .post-first .post-item__image {
		width: 375px;
		height: 320px;
	}
	
	.new-blog .post-first .b-subscribe {
		max-width: 280px;
		padding: 20px;
	}
	
	.new-blog .post-first .b-subscribe .title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.new-blog .b-subscribe .form {
		width: 220px;
	}
	
	.new-blog .post-first .b-subscribe .form__control {
		margin-bottom: 10px;
	}
	
	.new-blog .post-first .b-subscribe .form__submit {
		top: 122px;
	}
	
	.new-blog .post-left__nav ul {
		flex-direction: row;
	}
	
	.new-blog .section-standard .contact-intro {
		max-width: 700px;
	}
	
	.new-blog .b-posts .post-item__name {
		line-height: 32px;
	}
	
	.new-blog .b-posts .post-item__image {
		margin-bottom: 7px;
	}
	
	.new-blog .b-posts .post-item__info {
		padding-left: 10px;
	}
	
	.new-blog .b-posts .post-item__author-txt {
		padding-left: 8px;
		max-width: 160px;
	}
	
	.new-blog .b-posts .post-item__time {
		right: 12px;
	}
	
	.new-blog .b-posts .butt-standard {
		margin-top: 6px;
	}
	
	.new-blog .post-first .post-first__name {
		font-size: 19px;
		line-height: 24px;
	}
	
	.new-blog .post-left__nav li {
		margin-bottom: 12px;
	}
}

@media (max-width: 740px) {
	.new-blog .content {
		padding-top: 85px;
		padding-bottom: 25px;
	}
	
	.new-blog .post-first__tag {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
	.new-blog .post-first .post-first__author {
		padding-bottom: 0;
	}
	
	.new-blog .post-first .post-first__cat {
		padding-bottom: 5px;
	}
	
	.new-blog .post-first .post-first__date {
		border: none;
	}
	
	.new-blog .b-posts .post-item__info {
		display: none;
	}
	
	.new-blog .contact-intro .content.pull {
		padding-left: 10px;
	}
	
	.new-blog .b-main_head {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.new-blog .b-started .title {
		margin-bottom: 20px;
	}
	
	.new-blog .post-first_wrapper {
		flex-wrap: wrap;
	}
	
	.new-blog .post-first .post-item__image {
		width: 100%;
		height: 310px;
		margin-bottom: 30px;
	}
	
	.new-blog .post-first .b-subscribe {
		max-width: 330px;
		height: 330px;
	}
	
	.new-blog .b-posts .post-item {
		width: 100%;
	}
	
	.new-blog .post-left__nav li {
		margin-right: 55px;
	}
	
	.new-blog .b-new_cat .content {
		padding-top: 20px;
	}
	
	.new-blog .post-first .post-first__name {
		font-size: 18px;
	}
}

@media (max-width: 420px) {
	.new-blog .b-posts .butt-standard a {
		padding: 10px 20px;
	}
}
