.ova_sev_list_file{
	&.two_column{
		.ova-list-attachment{
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-gap: 30px;
			@media(max-width: 767px){
				grid-template-columns: 1fr;

			}
			li{
				&:not(:last-child){
					margin-bottom: 0px;
				}
			}
		}
	}
	.ova-list-attachment{
		list-style-type: none;
		padding: 0;
		li{
			flex: 0 0 100%;
			display: flex;
			border: 2px solid #e8e8e8;
			padding: 21px 28px 15px 28px;
			border-radius: 2px;
			&:not(:last-child){
				margin-bottom: 20px;
			}
			.icon-attachment{
				flex: 0 0 44px;
				i{
					display: inline-block;
					line-height: 1;
					&:before{
						margin: 0;
						font-size: 30px;
						color: #62718d;
					}
				}
			}
			.ova-file-name-size{
				flex: 0 0 calc(100% - 144px);
				margin-top: -4px;
				.ova-file-name{
					display: block;
					
					a{
						display: block;
						font-size: 17px;
						line-height: 20px;
						color: #202b5d;
						word-break: break-all;
					}
				}
				.ova-file-size{
					display: block;
					font-size: 15px;
					color: #62718d;
					text-transform: capitalize;
				}
			}
		}
	}
}

.ova_sev_wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	width: 100%;
	margin-bottom: 40px;
	@media(max-width: 767px){
		padding: 0 20px;
	}
	.ova-sev-sidebar{
		max-width: 317px;
		flex: 0 0 317px;
		.ova_info{
			position: sticky;
			top: 150px;
			left: 0;
			margin-bottom: 70px;
			@media(max-width: 1024px){
				position: relative;
				top: 0;
				left: 0;
			}
			.ova-list-sev{
				background: #f2f2f2;
				padding: 26px 20px 43px 20px;
				margin-bottom: 50px;
				.title-list-sev{
					font-size: 24px;
					line-height: 1.2;
					font-weight: 600;
					color: #202b5d;
					margin: 0 0 16px 0;
					a{
						font-size: 24px;
						line-height: 1.2;
						font-weight: 600;
						color: #202b5d;
						svg{
							width: 20px;
							margin-right: -2px;
						}
					}
				}
				ul{
					list-style-type: none;
					padding: 0;
					margin: 0;
					li{
						padding: 0;
						position: relative;
						&:before{
							position: absolute;
							top: -1px;
							left: 0;
							content: '';
							width: 100%;
							height: 1px;
							background: #fff;
							opacity: 0;
						}
						&:not(:last-child){
							border-bottom: 1px solid #e5e5e5;
						}

						&.active, &:hover{
							background: #fff;
							border-color: #fff;
							box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.05);
							&:before{
								opacity: 1;
							}
						}
						a{
							font-size: 18px;
							line-height: 1.2;
							color: #202b5d;
						    padding: 14px 10px 14px 10px;
						    display: block;
						}
					}
				}
			}
			.sev-file-sidebar{
				display: flex;
				flex-wrap: wrap;
				border: 2px solid #e8e8e8;
				padding: 20px 15px 16px 28px;
				margin-bottom: 50px;
				.icon-attachment{
					flex: 0 0 42px;
					i{
						display: inline-block;
						line-height: 1;
						&:before{
							margin: 0;
							font-size: 30px;
							color: #62718d;
						}
					}
				}
				.ova-file-name-size{
					flex: 0 0 calc(100% - 42px);
					margin-top: -2px;
					.ova-file-name{
						display: block;
						margin-bottom: 7px;
						font-size: 17px;
						color: #202b5d;
						line-height: 20px;
						a{
							font-size: 17px;
							color: #202b5d;
							word-break: break-all;
						}
						
					}
					.ova-file-size{
						display: block;
						font-size: 15px;
						line-height: 1.2;
						color: #62718d;
						.type{
							text-transform: uppercase;
						}
					}
				}
			}
		}

	}
	.ova_sev_content{
		width: calc(100% - 317px);
		padding-right: 80px;
		@media(max-width: 1024px){
			width: 100%;
			padding-right: 0px;
		}
		.sev-title{
			font-size: 30px;
			line-height: 1.2;
			letter-spacing: 0.2px;
			color: #202b5d;
			font-weight: 600;
			margin: 0 0 5px 0;
		}
		.sev-meta{
			margin-bottom: 10px;
			.sev-meta-general{
				font-size: 16px;
				line-height: 26px;
				color: #62718d;
			}
			.sev-categories{
				.cat-sev{
					a{
						font-size: 16px;
						line-height: 26px;
						color: #202b5d;
					}
				}
			}
		}

		
		.share_social{
			padding-top: 55px;
			border-top: none;
			border-bottom: 1px solid #eeeeee;
			padding-bottom: 24px;
			margin-bottom: 4px;
		}
	}

}

.archive_sev{
	padding: 0 15px;
	@media(max-width: 767px){
		padding: 0 20px;
	}
	&.two_column{
		.content{
			// grid-template-columns: 1fr 1fr;
			.items{
				width: 50%;
				@media(max-width: 767px){
					width: 100%;
				}
			}
		}

	}
	&.three_column{
		.content{
			// grid-template-columns: 1fr 1fr 1fr;
			.items{
				width: 33.33%;
				@media(max-width: 991px){
					width: 50%;
				}
				@media(max-width: 767px){
					width: 100%;
				}
			}
			
		}

	}
	&.four_column{
		.content{
			.items{
				width: 25%;
				@media(max-width: 1024px){
					width: 25%;
				}
				@media(max-width: 991px){
					width: 50%;
				}
				@media(max-width: 767px){
					width: 100%;
				}
			}
			
		}
	}
	.content{
		margin: 0 -15px;
		width: 100%;
		.wp-content{
			display: flex;
			flex-wrap: wrap;
		}
	}

	.items{
		padding: 0 15px;
		margin-bottom: 30px;
		.wp-items{
			padding: 40px 30px 43px 30px;
			border: 1px solid #e8e8e8;
			position: relative;
			overflow: hidden;
			transition: 0.4s;
			min-height: 188px;
			&:hover{
				box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
				padding: 40px 30px 62px 30px;
				.content-sub{
					display: block;
				}
				.icon{
					top: -67px;
					margin: 0;
					opacity: 0;
				}
				.title{
					top: -67px;
				}
				.content-sub{
					top: calc(100% - 118px);
					opacity: 1;
				}
				.icon-hide{
					bottom: -3px;
				}
			}
		}
		
		.icon{
			margin-bottom: 21px;
			position: relative;
			top: 0;
			opacity: 1;
			transition: 0.4s;
			span{
				display: inline-block;
				line-height: 1;
				&:before{
					margin: 0;
					font-size: 50px;
					display: inline-block;
				}
			}
		}
		.title{
			margin: 0;
			font-size: 24px;
			line-height: 30px;
			color: #202b5d;
			font-weight: 500;
			position: relative;
			top: 0;
			transition: 0.4s;
			a{
				font-size: 24px;
				line-height: 30px;
				color: #202b5d;
				font-weight: 500;
			}
		}
		.content-sub{
			opacity: 0;
			top: 100%;
			left: 0px;
			position: absolute;
			padding: 0px 30px;
			transition: 0.4s;
			.excerpt{
				margin: 0;
				font-size: 17px;
				line-height: 24px;
				margin-bottom: 16px;
			}
			.readmore{
				font-size: 16px;
				line-height: 26px;
				letter-spacing: 0.2px;
				font-weight: 400;
				color: #0067da;
				svg{
					width: 18px;
				}
			}
		}
		.icon-hide{
			position: absolute;
			right: 45px;
			bottom: -70px;
			transition: 0.4s;
			span{
				&:before{
					margin: 0;
					font-size: 70px;
					color: rgba(32, 43, 93, 0.1);
				}
			}
		}
	}

	.blog_pagination{
		margin: 40px 0 70px 0;
		width: 100%;
	}

}

.ova_list_sev{

	&.two_column{
		.content{
			grid-template-columns: 1fr 1fr;
		}
	}
	.content{
		display: grid;
		grid-gap: 30px;
		.items{
			padding: 40px 30px 43px 30px;
			border: 1px solid #e8e8e8;
			position: relative;
			overflow: hidden;
			&:hover{
				box-shadow: 10px 0 40px rgba(6, 22, 58, 0.1);
				.sev-content-sub{
					display: block;
				}
				.icon-sev{
					top: -67px;
					margin: 0;
					opacity: 0;
				}
				.title-sev{
					top: -67px;
				}
				.sev-content-sub{
					top: calc(100% - 117px);
					opacity: 1;
				}
				.icon-sev-hide{
					bottom: -3px;
				}
			}
		}
		.icon-sev{
			margin-bottom: 21px;
			position: relative;
			top: 0;
			opacity: 1;
			transition: 0.4s;
			span{
				display: inline-block;
				line-height: 1;
				&:before{
					margin: 0;
					font-size: 50px;
					display: inline-block;
				}
			}
		}
		.title-sev{
			margin: 0;
			font-size: 24px;
			line-height: 30px;
			color: #202b5d;
			font-weight: 500;
			position: relative;
			top: 0;
			transition: 0.4s;
			a{
				font-size: 24px;
				line-height: 30px;
				color: #202b5d;
				font-weight: 500;
			}
		}
		.sev-content-sub{
			opacity: 0;
			top: 100%;
			left: 0px;
			position: absolute;
			padding: 0px 30px;
			transition: 0.4s;
			.sev-excerpt{
				margin: 0;
				font-size: 17px;
				line-height: 24px;
				margin-bottom: 16px;
			}
			.sev-readmore{
				font-size: 16px;
				line-height: 26px;
				letter-spacing: 0.2px;
				font-weight: 400;
				color: #0067da;
				svg{
					width: 18px;
				}
			}
		}
		.icon-sev-hide{
			position: absolute;
			right: 45px;
			bottom: -65px;
			transition: 0.4s;
			span{
				&:before{
					margin: 0;
					font-size: 60px;
					color: #202b5d;
					opacity: 0.1;
				}
			}
		}
	}
}


