/*=Custom
-----------------------------------------------------------*/
/*.page-id-8 .meta{
	margin: 0 auto;
}*/

.work-inner{
	cursor: pointer;
}

.nav-footer{
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	.nav-footer {
		justify-content: center;
		margin-bottom: 30px;
	}
	.nav-footer .menu-item .nav-link {
		text-align: center;
	}
}

.nav-footer .menu-item .nav-link{
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	color: #231f20;
	padding: .0rem 0;
}

.nav-footer .menu-item .nav-link:hover{
	color: #000;
}

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
  }
  .iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  }