.button {
	font-style: normal;
}

.post-password-form {
	width: 400px;
	max-width: 90%;
	padding: 30px;
	background: white;
	margin: 50px auto;
	    -webkit-box-shadow: 0 -1px 13px rgb(0 0 0 / 10%);
    box-shadow: 0 -1px 13px rgb(0 0 0 / 10%);
}

.post-password-form input, .post-password-form label {
	width: 100%;
	
}

.post-password-form input[type="submit"] {
	color: white;
	background: #FDC513;
	border: 0;
	width: auto;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 0;
}

.post-password-form p:last-child {
	margin-bottom: 0;
}

.admin-bar .header-sapcing {
    height: 165px;
}

.wellycom-header .menu-item.active:before, .wellycom-header .menu-item:hover:before {
    display: none;
}

/*Live site fixes*/

.thank_block_img {
	height: 280px;
}

.page-template-community h3 {
	font-size: 18px;
	line-height: 21px;
	color: #F89728;
	text-transform: uppercase;
}

.page-template-community h4 {
	font-size: 18px;
	line-height: 21px;
	color: rgb(50,50,50);
	text-transform: uppercase;
}


.page-template-community .mark, .page-template-community mark {
    padding: 0;
}

.content_video_block .plyr__poster {
	background-size: cover;
}

.page-template-community p {
	font-family: 'Gill Sans Nova', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

.page-template-community .qoute p {
	
}

.content_twoo_text  p, .bone .text-section p, .page-template-community {
	line-height: 1.4;
}

img.alignleft {
	float: none;
}

img {
	width: auto;
}

.content_twoo_blocks a {
	font-style: normal;
	text-decoration: underline;
}

.video-wrapper.active .plyr__controls {
	display: flex;
}

.video-wrapper.active  .plyr__control--overlaid {
	display: none;
}
.video-wrapper:not(.active) .plyr__controls{
	display: none;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
	display: flex;
    justify-content: center;
    align-items: center;
}

.plyr:-webkit-full-screen video {
	height: auto;
}