/*  
 * header-list-style.css
 * CSS for the plugin
 * 
 */
.tmpl_header_fields .header_custom_fields {
	margin-top: -5px;
}
.tmpl_header_fields .header_custom_fields .custom_header_field {
	display: inline-block;
	*display: inline;
	zoom: 1;
	verticle-align: top;
	width: 49%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 5px;
}

.tmpl_header_fields .header_custom_fields .custom_header_field:nth-child(2n) {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 20px;
	margin-left: 2px; 
}
body.directory-single-page .hentry .entry-header-title .entry-header-custom-wrap   .entry-header-custom-right.header-fields {
	margin-left:-1px;
}
body.directory-single-page .hentry .entry-header-title .entry-header-custom-wrap .header-fields p span {
	width:70%;
	margin-left:-2px;
	padding-left:0;
}
.tmpl_header_fields .header_custom_fields .custom_header_field span {
	margin-left: -4px;
}



/*Header Feild Plugin*/
.tmpl_header_fields .header-fields label { width: 22%; margin-right: 0px; word-wrap: break-word; }
.tmpl_header_fields .header-fields span { display: inline-block; display: *inline; zoom: 1; vertical-align:top; width: 72%; padding-left: 3%; word-wrap: break-word; }
.tmpl_header_fields .header-fields label { color:#000; font-weight:400 }

.tmpl_header_fields .entry-header-custom-wrap .frontend_oembed_video.button { margin-bottom: 10px !important; }
.tmpl_header_fields .entry-header-custom-wrap .video iframe { width: auto; height: auto; }

