.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.mt-100 {
	margin-top: 100px;
}

.faq-list {
	text-align: left;
}

.faq-list li {
	padding: 10px 0;
}

.faq-list li:hover {
	color: #FE5583;
}

.faq-info,
.hidden {
	display: none;
}

.faq-info.active {
	display: block;
}

.col-d-75 {
    width: 75%;
    padding-left: 50px;
    box-sizing: border-box;
}

.image-holder video,
.page-id-1829 .col video {
	max-width: 100%;
	padding: 20px;
}

.videos-wrap,
.faq-wrap {
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
	margin-top: 60px;
}

.faq-wrap {
	text-align: left;
	padding: 0;
}

.page-id-1829 {
	background: transparent url('../images/press/bg_page.svg') no-repeat 0 0;
    background-position: top right;
}

.page-id-1829 .press-section-1 {
	max-width: none;
}

.videos-wrap > .col,
.faq-wrap > .col {
   padding: 20px;
   box-sizing: border-box;
}

.video-wrap {
	position: relative;
}

.playButton {
	width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 28px;
	text-align: center;
	line-height: 60px;
}

.playButton:hover {
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.press-section-1 + .press-section-1,
.press-section-2 + .press-section-1 {
	margin-top: 80px;
}
.video-content-wrap{
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.page-id-1224 .post-single-content {
	max-width: 1024px;
}
.video-content-label{
	color: #B8B8B8;
    font-weight: 800;
    font-family: Nunito,sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 42px;
    font-size: 16px;
    margin-bottom: 18px;
    display: block;
}
@media (min-width: 1025px){
.recent-posts {
    padding-left: 0 !important;
	padding-right: 0 !important;
}
}
@media (max-width: 719px){
	.video-wrap .content{
		padding-top:0;
	}
}
@media (max-width: 719px){
	.app-screenshots {
		width: 77%;
		height: 100%;
		display: block;
		position: absolute;
		top: -12px;
		left: 29px;
	}
	.app-screen-holder {
		background: transparent url(../images/home/elements/phone.png) no-repeat 0 0;
		background-size: 100%;
		width: 300px;
    	height: 542px;
	}
}
@media (max-width: 1024px){
	.footer-menu ul {
		display: flex;
    	flex-wrap: wrap !important;
	}
}
@media (min-width: 1025px) {
	.page-id-1829 .press-section-1 {
		padding: 1.06vw 7.06vw 0;
	}
}
@media (max-width:650px) {
	.videos-wrap .col {
	   padding: 20px 0;
	}
	div .col .col-d-75 .col-t-75 .col-m-100{
		display:none;
	}
}
@media (max-width: 1024px) and (min-width: 720px) {
	.page-id-1829 {
		background-size: 65vw;
	}
}

@media (max-width: 719px){
	#explore-features{
		display:none;
	}
}
@media (min-width: 719px){
	#explore-features-mobile{
		display:none;
	}
}
@media (min-width: 719px){
.press-list-js-grid{
	height: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
.press-list-js-grid .col{
	position: unset !important;
	}
}