/*
Theme Name: Energy Healing Series
Theme URI: https://www.energyhealingseries.com/
Description: The Energy Healing Series WordPress theme.
Version: 1.0
Author: Energy Healing Series
Author URI: https://www.energyhealingseries.com/
*/

/* Reset */
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, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
 	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin Typography & Colors */

body{
	font-family: Helvetica, Arial, "sans-serif";
	color: #000;
	padding: 0;
	margin: 0;
}

#wrapper{
	position: relative;
}

/* Header */

#header{
	clear: both;
	background: url("images/headerbg.png") no-repeat center bottom #1fa4bd;
	background-size: 100% 38px;
	position: relative;
}

#header .container{
	max-width: 1070px;
	padding: 35px 20px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header .links{
	float: left;
	width: 33.3%;
	margin: 110px 0 0 0;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header .links a{
	font-size: 18px;
	color: #1fa4bd;
	line-height: 37px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 0 17px;
	margin: 0 auto 10px auto;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	max-width: 138px;
}

#header .links a.welcome,
#header .links a.healers{
	background: url("images/yellowdown.png") no-repeat center center;
	background-size: cover;
}

#header .links a.classes,
#header .links a.faqs{
	background: url("images/yellowup.png") no-repeat center center;
	background-size: cover;
}

#header .logoc{
	float: left;
	width: 33.3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header .logoc a.logo{
	width: 186px;
	height: 324px;
	background: url("images/logo.png") no-repeat top center;
	background-size: contain;
	display: block;
	margin: 0 auto;
}

/* Header Menu */

#header .menucontainer{
	position: relative;
	padding:27px 20px;
	background: url("images/headerlogobg.png") no-repeat left top;
} 

#header .menucontainer .menu-header-menu-container{
	max-width: 1150px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#header .menucontainer ul#menu-header-menu li{
	float: left;
	margin: 0 8px 0 0;
	position: relative;
	background: url("images/yellowdown.png") no-repeat center center;
}

#header .menucontainer ul#menu-header-menu li a{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #1fa4bd;
	letter-spacing: 0.1em;
	line-height: 37px;
	font-weight: 600;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

#header .menucontainer ul#menu-header-menu li:nth-child(even){
	background: url("images/yellowup.png") no-repeat center center;
}

#header .menucontainer #menu-header-menu ul.sub-menu{
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top:35px;
	left:0;
	width:440px;
	padding:10px;
	z-index: 99999;
	background:#1fa4bd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#header .menucontainer #menu-header-menu li.menu-item-has-children a{
	padding-right: 35px;
	background: url("images/arrow.png") no-repeat center right;
	background-size: 25px 8px;
}

#header .menucontainer #menu-header-menu li:hover > ul{
	display: block;
}

#header .menucontainer #menu-header-menu ul.sub-menu li{
	width: 50%;
	padding: 5px 15px;
	margin: 0;
	background: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#header .menucontainer #menu-header-menu ul.sub-menu li:first-child{
	width: 100%;
}

#header .menucontainer #menu-header-menu ul.sub-menu a{
	font-size: 13px;
	color: #fff;
	line-height: normal;
	letter-spacing: normal;
	text-transform: none;
	padding: 0;
	margin: 0;
	background: none !important;
}

#header .menucontainer #menu-header-menu ul.sub-menu a:hover{
	color: #010101;
}

/* Common */

*:focus{ outline: 0; }

*, *:before, *:after {
  box-sizing: border-box;
}

button, input, select, textarea{
	font-family: inherit;
}

a{
	color: #0b65b4;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0;
}

.clear{
	clear: both;
}

.entry p{
	font-family: sofia-pro, sans-serif;
	line-height: 24px;
	padding: 0 0 20px 0;
	margin: 0;
}

.entry p strong{
	font-weight: bold;
}

.entry ul{
	font-family: sofia-pro, sans-serif;
	padding: 0;
	margin: 0;
}

.entry ul li{
	line-height: 25px;
	padding: 0 0 20px 30px;
	margin: 0;
}

.entry a{
	color: #1fa4bd;
	text-decoration: none;
}

.entry a:hover{
	color: #146b7b;
}

/* Buttons */

.bluebtn .fl-button{
	background: url("images/bluebg.png") no-repeat center center !important;
	border: 0 !important;
}

.orangebtn .fl-button{
	background: url("images/orangebg.png") no-repeat center center !important;
	border: 0 !important;
}

/* Welcome */

#howtousethiscourse .fl-row-content-wrap{
	background-image: url("images/lefthand.png"), url("images/righthand.png");
	background-position: left 750px, right bottom;
	background-repeat: no-repeat;
}

/* Lessons */

#lessoncontent{
	clear: both;
}

#lessoncontent .container{
	max-width: 990px;
	margin: 0 auto;
}

#lessoncontent .videodetailbox{
	font-family: 'Poppins', sans-serif;
	padding: 90px 20px;
	background: #060708;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#lessoncontent .postdescription{
	padding: 100px 20px;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#lessoncontent .videodetailbox .videocontainer{
	padding:56.25% 0 0 0;
	position:relative;
	margin: 0 0 35px 0;
}

#lessoncontent .videodetailbox .videocontainer iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#lessoncontent .videodetailbox h1{
	font-size: 22px;
	color: #ed1a50;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

#lessoncontent .videodetailbox p{
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

#lessoncontent .videodetailbox span.durationicon{
	padding: 0 0 0 20px;
	background: url("images/durationicon.svg") no-repeat center left;
	background-size: 15px 15px;
}

#lessoncontent .postdescription h2{
	font-family: 'Poppins', sans-serif !important;
	font-size: 22px;
	color: #333;
	font-weight: 700;
}

#lessoncontent .postdescription h3{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	color: #f16725;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0 0 10px 30px;
	margin: 30px 0 0 0;
	background: url("images/bullet.png") no-repeat left 15px;
}

#lessoncontent .postdescription .container ul{
	margin: 0 0 20px 25px;
}

#lessoncontent .postdescription .container ul li{
	padding: 0 0 20px 0;
	list-style-image: url("images/bullet.png");
}

#lessoncontent .postdescription .container ul.formoreinfo{
	margin: 0;
}

#lessoncontent .postdescription .container ul.formoreinfo li{
	padding: 0 0 20px 30px;
	list-style-image: none;
}

/* Archives */

#archivecontent{
	padding: 80px 20px;
	background: #f5eee0;
}

#archivecontent .container{
	max-width: 1160px;
	margin: 0 auto
}

#archivecontent .container .rightcolumn{
	float: right;
	width: 80%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#archivecontent .container .rightcolumn .hentry{
	width: 33.333%;
	padding: 0 15px 0 15px;
	margin: 0 0 50px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


#archivecontent .container .rightcolumn .hentry img{
	max-width: 100%;
	width: 100%;
	height: auto;
}

#archivecontent .container .rightcolumn .play{
	position: relative;
}

#archivecontent .container .rightcolumn .play a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("images/playbtn.png") no-repeat center center;
}

#archivecontent .container h1.pagetitle{
	font-family: sofia-pro, sans-serif;
	font-size: 32px;
	color: #000;
	font-weight: 900;
	line-height: 30px;
	padding: 0 0 30px 260px;
	margin: 0;
	text-transform: uppercase;
}

#archivecontent .container .rightcolumn .entry h2{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #010101;
	line-height: 20px;
	font-weight: 600;
	padding: 5px 0;
	margin: 0;
}

#archivecontent .container .rightcolumn .entry h2 a{
	color: #010101;
	text-decoration: none;
}

#archivecontent .container .rightcolumn .entry h2 a:hover{
	text-decoration: underline;
}

#archivecontent .container .rightcolumn .entry p{
	font-size: 12px;
	color: #333;
	padding: 0;
	margin: 0;
}

#archivecontent .container .rightcolumn span.durationicon{
	padding: 0 0 0 15px;
	background: url("images/durationicon.svg") no-repeat center left;
	background-size: 10px 10px;
}

#archivecontent .container .rightcolumn .healertag{
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 3px 4px;
	margin: 5px 0 0 0;
	display: inline-block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #f16725;
}

#archivecontent .container .rightcolumn .orange{
	background: #f16725;
}

#archivecontent .container .rightcolumn .blue{
	background: #1fa4bd;
}

#archivecontent .container .rightcolumn .green{
	background: #10984c;
}

#archivecontent .container .rightcolumn .pink{
	background: #ed1a50;
}

#archivecontent .container .rightcolumn .black{
	background: #000;
}

body.tag #archivecontent{
	padding: 40px 20px;
}

body.tag #archivecontent .container .rightcolumn{
	max-width: 1120px;
}

body.tag #archivecontent .container .rightcolumn{
	width: 100%;
	float: none;
	margin: 0 auto;
}

#archivecontent .container h1.whatwerecommend{
	width: 817px;
	height: 72px;
	display: block;
	margin: 0 auto 70px auto;
	text-indent: -9999em;
	background: url("images/whatwerecommend.png") no-repeat;
}

#archivecontent a#letusguideyou{
	position: fixed;
	width: 101px;
	height: 64px;
	display: block;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	background: url("images/letusguideyou.png") no-repeat;
	text-indent: -9999em;
}

/* Sidebar */

#sidebar{	
	float: left;
	width: 17%;
	position: relative;
	padding: 25px 0;
	margin: 60px 0 0 0;
	background: #f16725;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar ul li a{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #010101;
	font-weight: 700;
	line-height: 22px;
	padding: 5px 12px;
	text-decoration: none;
	display: inline-block;
}

#sidebar ul li.current-menu-item a,
#sidebar ul li a:hover{
	background: url("images/menubg.png") no-repeat center left;
	background-size: 100% 32px;
}

/* Login */

body.page-id-7 #content{
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 20px;
}

body.page-id-7 #content .wlm_inpageloginform .wlm3-form-field{
	padding: 5px 10px;
}

body.page-id-7 #content .wlm_inpageloginform #wlm_form_field_wp-submit{
	font-size: 14px;
	color: #fff;
	padding: 5px 50px;
	border: solid 1px #1fa4bd;
	background: #1fa4bd;	
}

/* Footer */

#footer{
	padding: 0 0 35px 0;
	background: url("images/footerbg.png") repeat-x center bottom #1fa4bd;
	background-size: 100% 35px;
}

#footer .container{
	max-width: 1070px;
	padding: 25px 20px 10px 20px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .links{
	float: left;
	width: 33.3%;
	margin: 80px 0 0 0;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .links a{
	font-size: 18px;
	color: #000;
	line-height: 37px;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 0 17px;
	margin: 0 auto 10px auto;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	max-width: 138px;
}

#footer .links a.welcome,
#footer .links a.healers{
	background: url("images/yellowdown.png") no-repeat center center;
	background-size: cover;
}

#footer .links a.classes,
#footer .links a.faqs{
	background: url("images/yellowup.png") no-repeat center center;
	background-size: cover;
}

#footer .logoc{
	float: left;
	width: 33.3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .logoc a.logo{
	width: 152px;
	height: 265px;
	background: url("images/logo.png") no-repeat top center;
	background-size: contain;
	display: block;
	margin: 0 auto;
}

#footer p.copyright{
	font-size: 12px;
	color: #333;
	padding: 30px 0 0 0;
	margin: 0;
	text-align: center;
}