/* press index page */
.press-container {
	margin-bottom: 30px;
}
.press-filter {
	max-width: 1040px;
	margin: 0 auto 40px;
}
.press-filter li {
	margin: 0 12.5px 20px;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.press-filter li.active {
	text-decoration: underline;
	font-weight: 600;
}
/* press content page */
.press-content {
	text-align: center;
}
.press-content h1 {
	font-size: 40px;
	margin: 50px 0;
}
.press-content .img {
	max-width: 875px;
	margin: auto;
}
.press-content .img img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
}
.press-content .instagram {
	max-width: 600px;
	margin: 0 auto 50px;
}
.press-content .instagram iframe {
	margin: auto!important;
}
.press-content .youtube-video {
	max-width: 875px;
	margin: auto;
}
.press-content .youtube-box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.press-content .youtube-box iframe, 
.press-content .youtube-box object, 
.press-content .youtube-box embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.press-content p.featured {
	font-size: 22px;
	font-weight: 300;
	margin: 10% 0;
}
.press-content p.featured a {
	color: #333;
}
.disclaimer {
	margin-bottom: 10%;
}
.disclaimer p{
	color: red;
}
.press-content .btn-dark {
	font-weight: 400;
	font-size: 20px;
	display: inline-block;
	padding: 15px 50px;
	margin-bottom: 10%;
}

.seo {
	padding: 3%;
	border: 5px solid #F8D2F9;
	text-align: center;
	margin-bottom: 50px;
}

.press-wrapper {
	margin-bottom: 20px;
}

@media screen and (max-width: 992.98px) {
	.press-wrapper {
		max-width: 50%;
		
	}

	.press-title {
		margin-bottom: 0px !important;
	}

	.press-container .press-logo-wrapper {
		height: auto;
		margin: 16px 0;
	}

	.press-logo {
		max-width: 100%;
	}

	.category-tag {
		max-width: 100% !important;
		min-width: auto !important;
	}

	.short {
		max-height: 45px !important;
	}

}

@media screen and (max-width: 767.98px) {
	.press-container .press-logo-wrapper {
		height: auto;
	}
}