
/* Default WordPress Theme style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, mobile-nav-bar, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: 'woobro-human-design';
  src:  url('https://cdn.microsites.ai/4jxk7b5p5l5eshdab7hm20c7l9e3');
  src:  url('https://cdn.microsites.ai/4jxk7b5p5l5eshdab7hm20c7l9e3#iefix') format('embedded-opentype'),
    url('https://cdn.microsites.ai/n399ax54hr1nr2t4hesr2ebo2sz2') format('woff2'),
    url('https://cdn.microsites.ai/1qr32o2r5qanahv49bb7z3znhs6n') format('truetype'),
    url('https://cdn.microsites.ai/n399ax54hr1nr2t4hesr2ebo2sz2') format('woff'),
    url('https://cdn.microsites.ai/jscnem9mpeqy6w6n2ra6v6yf5spm') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="wb-"], [class*=" wb-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'woobro-human-design' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wb-left:before {
  content: "\e90d";
}
.wb-right:before {
  content: "\e90e";
}
.wb-Earth:before {
  content: "\e900";
}
.wb-Jupiter:before {
  content: "\e901";
}
.wb-Mars:before {
  content: "\e902";
}
.wb-Mercury:before {
  content: "\e903";
}
.wb-Moon:before {
  content: "\e904";
}
.wb-Neptune:before {
  content: "\e905";
}
.wb-North-Node:before {
  content: "\e906";
}
.wb-Pluto:before {
  content: "\e907";
}
.wb-Saturn:before {
  content: "\e908";
}
.wb-South-Node:before {
  content: "\e909";
}
.wb-Sun:before {
  content: "\e90a";
}
.wb-Uranus:before {
  content: "\e90b";
}
.wb-Venus:before {
  content: "\e90c";
}


.wb-bodychart-header {
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	z-index: 10;
	border-bottom:1px solid #f0f0f0;
	margin-bottom: 10px;
}
.wb-hd-navigation {
   border-bottom:1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.wb-chart-selection {
	float:left;
	width: 50%;	
}
.wb-chart-actions {
	float:right;
	width: 50%;
	text-align: right;

}
.wb-chart-actions a {
	display: inline-block;
	padding: 5px 6px;
}

.clear {
	clear: both;
}
	
#bgchart-human-design-bodychart h3{
	text-align: center;
}
/*BODY CHART*/
.bgchart-body-chart-output ul {
	padding: 0px;
	margin: 0px;
}
.bgchart-body-chart-output ul li {
	list-style-type: none;
	padding: 10px;
	line-height: 23px;
	margin: 0 0 1px 0;
	position: relative;
	padding-left: 180px;

}
.bgchart-body-chart-output ul li:nth-child(odd) {
	background:#f7ede5;
	
}
.bgchart-body-chart-output ul li:nth-child(even) {
	background:#fffbfa;
	
}
.bgchart-body-chart-output ul li strong {
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	top:10px;
	width: 170px;

}
.bgchart-body-chart-div h5 {
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	font-size:14px;
	padding-bottom: 10px;
}

.bgchart-body-chart-div {
	width: 55%;
	float: left;
}
.bgchart-body-chart-output {
	width: 43%;
	float: right;

	  
}

.wb-personality {
	width: 104px;
	float: right;
}
.wb-design {
	width: 104px;
	float: left;
}
.bgchart-chart {
	width: -moz-calc(100% - 208px);
    width: -webkit-calc(100% - 208px);
    width: calc(100% - 208px);
	float: left;
	position: relative;
	text-align: center;	
}
/*SVG Chart*/
.bgchart-chart svg {
	width:350px;
	margin-top: -40px;
}
/*Gates*/
.wb-design ul li,
.wb-personality ul li {
	border-radius: 3px;
	padding: 5px 13px;
	position: relative;
	font-size:15px;
	min-height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	color:#000;
	list-style: none;
	display: block;
	text-align: right;
}
.wb-personality ul li span,
.wb-design ul li span{
	position: absolute;
	left: 16px;
	top:7px;
	font-size:20px;
}
/*Arrows */
.arrows span {
	display: block;
	margin: 0 0 10px 0;
	font-size:20px;
}
.arrows.design-arrows {
	position: absolute;
	left:30%;
	top:100px;
	color:#c0c0c0;
}
.arrows.personality-arrows {
	position: absolute;
	right:30%;
	top:100px;
	color:#B86A4F;
	
}
.wb-sub-header {
	padding-bottom: 30px;
}
#bgchart-human-design-bodychart h3 {
	padding-bottom: 10px;
	text-transform: uppercase;
}
#bgchart-human-design-bodychart .bgchart-body-chart-output h3 {
	text-align: left;
}
.wb-design ul li {
	background: #c0c0c0;
	color:#000;
}
.wb-personality ul li {
	background: #B86A4F;
	color:#fff;
}
.bgchart-body-chart-div p.copy {
	font-size:11px;
	padding-top: 10px;
	letter-spacing: 0.03em;
	color:#000;
	text-align: left;
	margin-top: -100px;
	margin-left: 40px;
	
}
.wb-no-space {
	padding: 0px;
}
.wb-mobile-view {
	display: none;
}
.wb-desktop-view {
	display: block;
}

/*Tooltip for Personality Values*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility:hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 0%;
  left: -100%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 50%;
  left: 0%;
  margin-left: -10px;
  width: 0;
  border-left: 5px solid #000;
  border-left: 5px solid hsla(0, 0%, 20%, 0.9);
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/*Tooltip for Design Values*/
/* Add this attribute to the element that needs a tooltip */
/* Hide the tooltip content by default */


/* Position tooltip above the element */
.wb-design ul li[data-tooltip]:before {
  position: absolute;
  bottom: 0%;
  left:auto;
  right: -180%;
  margin-bottom: 5px;
}

/* Triangle hack to make tooltip look like a speech bubble */
.wb-design ul li[data-tooltip]:after {
  position: absolute;
  bottom: 50%;
	left:auto;
  right: 0%;
  margin-right: -13px;
  width: 0;
  border-right: 5px solid #000;
  border-right: 5px solid hsla(0, 0%, 20%, 0.9);
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.copy-footer {
	font-size:11px;
	padding-top: 15px;
	border-top:1px solid #F2F2F2;
	margin-top: 100px;
	text-align: center;
	color:#929292;
	letter-spacing: 0.04em;
}
.copy-footer a {
	color:#000;
}

@media (max-width: 1310px) {
	.bgchart-chart svg {
		width: 300px;
		margin-top: -80px;
	}
	
	
}

@media (max-width: 1000px) {
	.bgchart-body-chart-output,
	.bgchart-body-chart-div{
    width: 100%;
    float: none;
}
	.bgchart-body-chart-output {
		padding-top: 50px;
	}
}

@media (max-width: 750px) {
	.bgchart-body-chart {
		width: 100%;
	}
	.wb-hd-chart-form  {
		width:100%;
		
	}
}
@media (max-width:650px) {
	.bgchart-body-chart-output {
		padding-top: 50px;
	}
	.bgchart-chart, .charts, .actions {
		 width: 100%;
    float: none;
	}
	.wb-desktop-view {
	display: none;
}
	.wb-mobile-view {
		display: block;
		 float: left;
	}
	.charts {
		width: 300px;
		margin: auto;
	}
	.bgchart-chart {
		padding-bottom: 50px;
	}

}


/*Form*/

.birth-date {
	width: 400px;
	margin: auto;
	background: #fdf4ee;
	padding: 20px;
	border-radius: 4px;
-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.54);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.54);
	
}
.birth-date p {
	padding: 0px 10px;
}
.birth-date h1 {
	text-align: center;
}

.nav-header {
	text-align: center;
}
p.api {
	background: #f1dece;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 10px;
}
p.api small {
	font-size:12px;
}
p.api input {
	border: solid 1px #bda798;
}
.selectize-input {
	border: solid 1px #ccc;
	border-radius: 4px;
}
.birth-date label {
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
}
.birth-date select, .birth-date input {
	background: #fff;
	width: 100%;
	border-radius: 4px;
	padding: 8px;
	line-height: 19px;
	font-size:16px;
	box-sizing: border-box;
	border: solid 1px #ccc;
}
.birth-date input[type="submit"] {
	padding: 10px;
	width: 100%;
		line-height: 19px;
	font-size:16px;
	height: 40px;
	border-radius: 4px;
	color:#fff;
	border: solid 1px #408a00;
	background: #408a00;
	margin-top: 10px;
	cursor: pointer;
}
body.inner {
	background: #fffbf9;
}
body.inner .nav-header {
	margin-bottom: 30px;
	
	
}