/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: pro

*/
form.pmpro_form .input {
	height: 40px;
}
form.pmpro_form select {
	font-size: 20px;
	height: 40px;
}
.pmpro_btn {
	font-size: 20px;
}

.top-menu-button {
	text-transform:uppercase; font-size: 15px; display:inline-block; float:right; border-width: 1px !important;	
}

// Treatment CPT
article.type-treatment .effects h4 a {
	font-weight:900;
	font-size: 20px;
	line-height: 30px;
	position:relative;
}
article.type-treatment .effects h4 {
	font-weight:900;
	font-size: 20px;
	line-height: 30px;
	position:relative;
	/*max-width:350px;*/
}
article.type-treatment .effects h4 span {
	font-weight:300;
	font-size:18px;
}
article.type-treatment .effects h4 span.more {
	position:relative;
}
article.type-treatment .effects h4 span.more span {
	display:inline-block;
	height:20px;
	width:20px;
	position:relative;
	top:-4px;
	left:6px;
	cursor: pointer;
	overflow:hidden;
	font-size:12px;
	text-indent:20px;
	background-image:url('https://div12.org/wp-content/themes/div12/questionmark.png');
}
article.type-treatment .effects h4 span.more span:hover {
	width: auto;
	height: auto;
	min-width: 300px;
	text-indent:0;
	background-image:none;
	background:#fff;
	position:absolute;
	border:solid 2px #666;
	line-height: 20px;
	z-index:10;
}
