/*
Theme Name: Office Webminare
*/

.hidden-fields-container,
.wpcf7-response-output,
.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #ec0000;
	margin: 10px 0 0;
	display: block;
}

.frmSndBtn input:disabled {
	background-color: #666!important;
	cursor: default;
}

.rslLstImg {
	background: #fff;
}

.cctCapTxt {
	margin: 0 0 45px;
}

.cctTpyTxt {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 20px 0 10px;
}

.cctTpyChk {
	font-size: 1.6rem;	
	margin: 0 0 30px;
	overflow: hidden;
}

.cctTpyChk label {
	
	margin: 0 20px 5px 0;
}

.cctTpyChk label {
	display: flex;
	align-items: center;
}

.cctTpyChk label input {
	margin: 1px 5px 0 0
}
.contactBtn a:visited,
.contactBtn a {
	position: fixed;
	width: 120px;
	height: 120px;
	top: 0;
	right:0;
	display: flex;
	align-items: center;
	color: #fff!important;
	background: #970c10;
	text-align: center;
	justify-content: center;
	z-index: 2000;
	cursor: pointer;
}

.contactBtn a strong {
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
}

.contactBtn a:before {
	content: "";
	display: block;
	width: 28px;
	height: 21px;
	background-size: 100% auto;
	background-image: url(/wp-content/themes/original-template/files/images/icn_mail.png);
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -14px;
	z-index: 2001
}

.contactBtn a:hover {
	background: #aa383b;
	transition: all 0.3s ease;
}

.menu {
	right: 120px;
}

.menu:hover {
  background: #333;
  transition: all 0.3s ease;
}

.frmSndBtn {
	max-width: 370px;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
	.contactBtn a {
		width: 100px;
		height: 100px;
	}
	
	.contactBtn a strong {
		bottom: 17px;
		letter-spacing: -0.01rem;
	}
	
	.contactBtn a:before {
		top: 34px;
	}

	.menu {
		width: 100px;
		height: 100px;
		right: 100px;
	}

	.frmSndBtn {
		max-width: 300px;
	}
}

@media screen and (max-width:767px) {
	.cctCapTxt {
		margin: 0 0 30px;
	}	
	
	.contactBtn a {
		width: 60px;
		height: 60px;
	}
	
	.contactBtn a strong {
		bottom: 8px;
		font-size: 1rem;
		white-space: nowrap;
	}
	
	.contactBtn a:before {
		top: 14px;
		width: 22px;
		height: 16px;
		margin-left: -11px;
	}
	
	.contactBtn span {
		display: none;
	}

	.menu {
		width: 60px;
		height: 60px;
		right: 60px;
	}
	
	.frmSndBtn {
		max-width: 280px;
	}
	
}

