.wm-hidden{
	display: none;
}

.wm-new-pdf-banner{
	display: block !important;
    max-width: 97.3%;
    margin: 0 auto;
}
.mobile-footer{
	display: none;
}

[class^="show-on-mobile-"], [class*=" show-on-mobile-"]{
	display: none
}

@media all and (max-width: 425px){
	[class^="show-on-desktop-"], [class*=" show-on-desktop-"]{
		display: none
	}
	[class^="show-on-mobile-"], [class*=" show-on-mobile-"]{
		display: block
	}
	.theme-main-wrapper{
		padding-bottom: 43px;
	}
	.mobile-footer{
		display: block;
		text-align: center;
		background-color: #cdd000;
		height: 43px;
		font-size: 15px;
		font-weight: 400;
		line-height: 44px;
		direction: rtl;
		position: fixed;
		z-index: 50;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#popupVSButton{
		display: none !important;
	}
	.mobile-footer a{
		width: 50%;
		height: 100%;
		line-height: 44px;
		color: #fff;
		font-size: 4.5vw;
		text-decoration: none;
	}
	.mobile-footer.st2 a.call{
		color: #000;
	}
	.mobile-footer.st2 a.call svg path{
		fill: #000;
	}
	.mobile-footer a.call{
		float: right;
	}
	.mobile-footer a.helper svg{
		top: 4px;
		fill: #fff;
	}
	.mobile-footer a.helper{
		float: left;
		background-color: #000;
	}
	.mobile-footer a span{
		display: inline-block;
	}
	.mobile-footer a svg{
		width: 20px;
		height: 20px;
		position: relative;
		top: 5px;
		margin-left: 8px;
	}
	body.home .hg_video_row iframe{
		max-width: 100%;
	}
}

body.page-id-27029 #contact-form-8 form input[type="submit"]{
	border: 1px solid #626261;
    color: #444;
    background: #e3e3e3;
    font-size: 20px;
    float: left;
    font-weight: bold;
    padding: 7px 35px;
}