/*
Theme Name: QoH
Author: QoH
*/

@charset "UTF-8";
body {
	margin:0px;
	padding:0px;
	background:#000 ;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
    height: 100vh;
	display:flex;
	align-content:center;
    flex-direction: column;
	color: rgb(255 255 255 / 75%);
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	display:flex;
	letter-spacing: .05em
}


a {
	text-decoration:none;
	color:#33a5a5;
	font-weight: bold
}
a:hover, input:hover, button:hover, *:hover, a img:hover {
	transition:all .3s linear;  
}
a:hover {
	color:#3e888d
}
#rmp_menu_trigger-22 {
	    position: fixed;
}
.wp-block-separator.is-style-dots {
    margin: 30px;
}
a.button {
	display: block;
	text-align: center;
	font-size: 20px;
	background:rgba(117, 19, 77, 1);	
	line-height: 60px;
	color: #fff;
	border-radius: 5px;
	margin:20px auto;
	padding: 10px 10px;
	border:none;
	max-width: 100%;
	text-transform: uppercase;
	letter-spacing: .2em;
}
a.button:hover {
	background: #489
}
.wp-block-image figcaption {
	background: #171717;
	color: #a3a4b1 !important;
	font-size: 14px !important;
	line-height: 24px !important;
	text-align: center !important;
	letter-spacing: .15em !important;
	margin-bottom: 40px;
	margin-top: -20px;
	padding:40px 30px 30px;
	border-radius: 0 0 20px 20px
}
.wp-block-image figcaption  strong {
	font-size: 24px;
	line-height: 48px;
	text-decoration:underline
}
/********************************** HEADER **********************************/
.header {
	width:100%;
	height:60px;
	position:fixed;
	top:0px;
	z-index:100;
	display: flex;
	flex-direction: row;
	justify-content: end
}
.header h1 {
	height: 60px;
	width: 160px;
	background: url(images/discourse-log.png)  center no-repeat;
	background-size: contain;
    padding: 0px;
	text-indent:-100000px;
    margin: 0px;
    font-size: 30px;
	line-height:65px;	
}
body.home .header {
	background:#000 !important;
}
.header h1 a {
    color: #cac8b3;
}
.header h1 a:hover {
    color: #3e888d;
}
/********************************** FOOTER **********************************/
h1.foot {
	height: 30px;
	width:100%;
	background: url(images/discourse-log.png)  center no-repeat;
	background-size: contain;
	border: #000 0px solid;
	border-width:80px 0 80px 0;
	padding: 0px;
	text-indent:-100000px;
	margin: 0px;
	font-size: 30px;
	line-height:65px;	
}
/********************************** SPLASH **********************************/
.box {
	height:100vh;
	width:100%;
	margin:auto;
	z-index:100;
	display: flex;
	align-content: center
	}
.heart {
	margin:auto;
	position: relative;
	overflow:hidden;
	width:50%;
	height:50%;
	z-index:100;
	background: url(images/discourse-log.png)  center no-repeat;
	background-size:contain;
}
/********************************** PAGES **********************************/

.container {
	display:flex;
	flex-direction:column;
}
.pageimage {
	width: 100%;
	height: 600px;
}
.text, .formpage {
    margin: 0px auto 40px;
	width: 100%;
	padding: 40px 40px;
	font-size: 18px;
	line-height: 36px;
	display: flex;
	flex-direction: column;
	background: rgba(0,0,0,.9);
	max-width: 600px;
	border-radius: 10px;
	font-weight: 200;
	  font-family: "Geist", sans-serif;
}
h1.pagetitle {
	font-size: 48px;
	letter-spacing: .2em;
	margin: 20px 0px 20px;
	text-align: center;
	padding: 0px 0px 20px;
	font-weight: 400;
	font-size: 48px;
}
.logo {
	height: 80px;
	width: 80px;
	margin: 0px auto 40px;
	background: url(../../../images/heart.png) center no-repeat;
	background-size: contain;
}
.formpage {
	padding:50px 20px !important;
}
img {border: 1px solid #087;
	margin: 0px 0px 20px;
}
/********************************** FORMS **********************************/
form {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
	border-radius: 10px;
	
	}
}
form h2 {
	font-weight: normal;
	letter-spacing: .15em;
	font-size: 24px;
	border-bottom: 0.5px solid;
}
form p, form label {
	max-width: 400px;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	font-family: "Geist", sans-serif !important;
	color: #9d9b84;
}
input, textarea {
	font-family: "Geist", sans-serif;
}
.wpcf7-not-valid-tip {
color: #bc348f;
}
form input, form textarea {
    width: 100%;
    margin: 0px auto;
	display:block;
    padding: 8px;
    line-height: 32px;
    font-size: 20px;
    background: #252525;
    border: 0px;
    border-radius: 12px;
	color:#ccc;
	opacity:.75;
	border: 1px solid #055
}
form textarea {
	height: 200px;
}
.signup form input !important {
	width: 100%;
	height: 60px;
	margin: 0px auto 2px;
	display:block;
	padding: 8px;
	line-height: 30px;
	font-size: 20px;
}
select {
	background:#d19ec1;
	max-width: 400px;
    width: 100%;
    padding: 10px 5px;
    border: 0px;
    border-radius: 3px;
	margin-top:5px;
}
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover {
	opacity:1;
	color: #eee
}
input[type="submit"] {
	background:#055;
	color: #fff;
	padding: 20px;
}
input[type="submit"]:active {
	background:#087;
	color: #fff
}
#wpcf7-f12-p13-o1 input, #wpcf7-f12-p13-o1 textarea {
	margin:0px
}
.wpcf7 form.sent .wpcf7-response-output {
background: #333;
width: 100% !important;
font-size: 16px;
line-height: 28px;
border-radius: 12px;
max-width: 400px;
}
.wpcf7-radio {	
    display: flex;
    flex-flow: wrap;
    margin-bottom: 10px;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 2px;
	width: 60px;
	text-align: CENTER;
	background: rgba(0,0,0,.5);
	padding: 8px;
	border-radius: 3px;
}
input[type="submit"], #wpcf7-f12-p13-o1 input[type="submit"] !important {
	margin:auto;
	background:#be2e90;
	color:#fff;
	width:120px;
	padding:20px 10px;
	font-size:18px;
	opacity:1;
	margin:0 35%;
	border: 0;
}
.signup #rmp_menu_trigger-22 {
	display: none;
}
.signup input[type="submit"] !important {
	margin:auto;
	background:#be2e90;
	color:#f2efce;
	width:120px;
	padding:20px 10px;
	font-size:18px;
	opacity:1;
	margin:0 35%;
}
input[type="submit"]:hover, #wpcf7-f12-p13-o1 input[type="submit"]:hover {
	background:#3e888d;
	cursor:pointer
}
.wpcf7-response-output {
	border:0px !important;    
	margin:0 !important;
    padding: 1em 0em !important;
    background: none;
    box-sizing: border-box;
    text-align: center;
	max-width: 200px;
	line-height: 24px;
}

.wpcf7-spinner {
    display: block;
    background-color: #bc348f;
    margin: 10px auto !important;
}
span.wpcf7-spinner {
    display: block;
    color: #fff !important;
    margin: 20px auto 0px;
    color: #bc348f;
}
.wpcf7-spinner::before {	
    background-color: #3e888d;
}
@media screen and (max-width: 800px) {
.box {
	width:70%;
	background-size: 80%;
}
.heart {
	width:100%;
}
.text, .formpage {
	margin: auto 20px;
	width:auto;
    max-width: 500px;
    padding:10px 0px 20px;
	font-size: 16px;
	line-height: 30px;
	}
.textcontent {
	width:100%;
	padding:60px 20px;
}
.pageimage {
	width: 100%;
	height: 300px;
	border-bottom: 1px solid #087
}
h1.pagetitle {
	font-size: 30px;
	padding: 0;
	font-weight: 400
	
}
form {
	padding:0px;
	background:none}
	

}