/* MOVE TO GLOBAL */

.btn.solid {
  border:0;
  text-transform:uppercase;
  padding:12px 25px;
  -webkit-transition:background .2s linear;
  -moz-transition:background .2s linear;
  -o-transition:background .2s linear;
  -ms-transition:background .2s linear;
  transition:background .2s linear;
}

.btn.solid.orange {
  background:#e55841;
  color:#fff;
}

.btn.solid.orange:hover {
  background:#cc503b;
}

/* END MOVE TO GLOBAL */


div.internal-page section.main-heading-wrapper {
  position:relative;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  height:300px;
  text-align:center;
}

div.internal-page section.main-heading-wrapper div.susy-container {
  position:static;
}

div.internal-page section.main-heading-wrapper .the-headline {
  /*position:absolute;
  left:-9999px;
  top:-9999px;*/
  font-size:38px;
  line-height:50px;
  font-weight:400;
  
  
  box-sizing: border-box;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  
  
  -webkit-text-shadow: 1px 1px 6px #333;
  -moz-text-shadow: 1px 1px 6px #333;
  text-shadow: 1px 1px 6px #333;
  
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin-top:90px;
  display:none;
}

div.internal-page section.main-heading-wrapper.white-text .the-headline {
 color:#fff; 
  -webkit-text-shadow: 1px 1px 6px #000;
  -moz-text-shadow: 1px 1px 6px #000;
  text-shadow: 1px 1px 6px #000;
}

@media (min-width: 768px) {
div.internal-page section.main-heading-wrapper {
  height:551px;
}

div.internal-page section.main-heading-wrapper .the-headline {
  font-size:34px;
  line-height:46px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  bottom:auto;
  width: 100%;
  text-transform:uppercase;
  letter-spacing:4px;
  display:none;
}

}

@media (min-width:768px) and (max-width:959px) {
div.internal-page section.main-heading-wrapper .the-headline {
  top:65%;
}
}

@media (min-width: 840px) {


}

@media (min-width:1140px) {
div.internal-page section.main-heading-wrapper .the-headline {
  font-size:48px;
  line-height:62px;
}
}





div.accordion-page div.faq {
  margin-top: 30px;
}
div.accordion-page div.faq strong {
  /*display: block;
  margin-top: 25px;*/
}
div.accordion-page div.faq > ul {
  list-style: none;
  padding-left: 0 !important;
  color: #434343;
  font-weight: 400;
  font-size: 16px;
}
div.accordion-page div.faq > ul > li {
  display: block;
	margin-top: 0;
  margin-bottom: 35px;
  padding-left: 0;
  list-style-type:none;
  background:none;
}

div.accordion-page div.faq > ul > li:last-child {
  margin-bottom:0;
}

div.accordion-page div.faq > ul > li > a {
  display: block;
  padding: 25px 85px 25px 25px;
  position: relative;
  font-size:18px;
  font-weight:400;
  font-family:'Libre Baskerville', 'Times', serif;
  color:#000;
  background:#f8f8f8;
  text-decoration:none;
	
}

div.accordion-page div.faq > ul > li > a:hover {
  text-decoration:none;
}

div.accordion-page div.faq > ul > li > a > h3 {
  margin:0;
}

div.accordion-page div.faq > ul > li > a > br {
  display:none;
}

@media (min-width: 400px) {
div.accordion-page div.faq > ul > li > a {
 font-size:24px; 
}
}

@media (min-width: 820px) {
div.accordion-page div.faq > ul {
  font-size:20px;
}

div.accordion-page div.faq > ul > li > a {
  font-size:33px;
  padding: 30px 45px;
}}
@media (min-width: 960px) {
div.accordion-page div.faq > ul > li > a {
  
}
}

/*
div.accordion-page div.faq > ul > li > a:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(assets/images/iconsprite-accordion.png) no-repeat 0 0;
  background-size:cover;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 30px;
}*/


div.accordion-page div.faq > ul > li > a:before {
	content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 29px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	border: 3px solid #fd9b1c;
}

div.accordion-page div.faq > ul > li > a:after {
  content: '\f067';
	font-weight: 700;
font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  right: 40px;
	color: #fd9b1c;
	font-size: 20px;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.accordion-page div.faq > ul > li > a.active {
  color:#000;
}
/*
div.accordion-page div.faq > ul > li > a.active:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(assets/images/iconsprite-accordion.png) no-repeat -33px 0;
  background-size:cover;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}*/

div.accordion-page div.faq > ul > li > a.active:after {
  content: '\f068';
}
div.accordion-page div.faq > ul > li > a:hover,
div.accordion-page div.faq > ul > li > a.active {
  
}
div.accordion-page div.faq > ul > li > div.description {
  color: #434343;
 /* height: 0;*/
  text-transform: none;
  overflow: hidden;
	display: none;
	padding:35px 0 0;
}

div.accordion-page div.faq > ul > li > div.description h3,
div.accordion-page div.text h3 {
  font-size:24px;
}

div.accordion-page div.faq > ul > li > div.description p,
div.accordion-page div.text p {
  font-size:16px;
  color:#434343;
  line-height:28px;
  font-weight:400;
  margin-bottom:0;
  margin-top:25px;
}

div.accordion-page div.faq > ul > li > div.description p:first-child,
div.accordion-page div.text p:first-child {
  margin-top:0;
}

@media (min-width:768px) {
div.accordion-page div.faq > ul > li > a:after {

  background-position:0 0;
  
}

div.accordion-page div.faq > ul > li > a.active:after {
  
  background-position:-45px 0;
}
	
	div.accordion-page div.faq > ul > li > div.description {
		padding: 50px 25px 15px;
	}

div.accordion-page div.faq > ul > li > div.description p,
div.accordion-page div.text p {
  font-size:16px;
  line-height:28px;
}
}

@media (min-width:820px) {
div.accordion-page div.faq > ul > li > div.description h3,
div.accordion-page div.text h3 {
  font-size:32px;
}
	
	div.accordion-page div.faq > ul > li > div.description {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width:1024px) {
div.accordion-page div.faq > ul > li > div.description p,
div.accordion-page div.text p {
  font-size:24px;
  line-height:42px;
}
}






















div.blog div.feed {
  margin-bottom:35px;
  
}

div.blog section.main-content {
  padding:80px 0; 
}

div.blog aside.optins li.widget_categories,
div.blog aside.optins li.widget_archive {
  padding:30px;
  background:#f8f8f8;
  box-sizing:border-box;
}

div.blog aside.optins li.widget_archive {
  margin:30px 0;
}

div.blog div.feed p {
  font-size:16px;
  line-height:32px;
}

div.blog div.feed p a {
  color:#3fbd86;
  text-decoration:none;
}

div.blog div.feed p a:hover {
  text-decoration:underline;
}

@media (min-width: 860px) {
div.blog div.feed {
  width: 67%;
  float: left;
  margin-right: 2.5%;
  margin-bottom:0;
}
div.blog aside.optins {
  width: 30.5%;
  float: right;
}
}
@media (min-width: 900px) {
div.blog div.feed {
  width: 71%;
}
div.blog aside.optins {
  width: 26.5%;
}
}
@media (min-width: 900px) {

}

div.blog div.feed article {
  margin-bottom:40px;
  padding-bottom:40px;
  border-bottom:1px solid #d7d7d7;
}

div.blog div.feed article.last {
  border-bottom:0;
}

div.blog div.feed h2 {
  font-size:24px;
  margin:0;
  line-height:30px;
  /*margin-bottom:10px;*/
}

div.blog div.feed h2 a:hover {
  text-decoration:underline;
}

div.blog div.feed div.time-wrapper {
  font-size: 10px;
  font-weight: 600;
  margin-top: 0;
  display:inline-block;
  color: #999;
}
div.blog div.feed div.time-wrapper time {
  
  display: inline-block;
  /*  margin-right: 10px; */
}

div.blog div.feed div.time-wrapper .author {
  display:inline-block;
}

@media (min-width:420px) {
div.blog div.feed div.time-wrapper .author {
  margin-right:10px;
}}

div.blog div.feed div.time-wrapper a.author {
  color:#3FBD86;
  text-decoration:none;
  
}

div.blog div.feed div.time-wrapper a.author:hover {
  text-decoration:underline;
}

div.blog div.feed div.time-wrapper a.comments {
  color: #69696e;
  display: inline-block;
  
}

div.blog div.feed div.time-wrapper a.comments:hover {
  text-decoration:underline;
}

div.blog div.feed a.basic-btn {
  margin-top:20px;
}

div.blog div.feed h2 > a {
  text-decoration:none;
  color:#000;
  font-weight:400;
}

div.blog div.feed h2 > a:hover {
  text-decoration:underline;
}

@media (min-width: 768px) {
div.blog div.feed h2 {
  font-size: 22px;
  line-height: 28px;
}}

@media (min-width:960px) {
div.blog div.feed h2 {
  font-size:24px;
  line-height:30px;
}}



div.blog div.feed article div.image-wrapper {
  margin-bottom:25px;
  display:none;
}

div.blog div.feed article div.text-wrapper {
  
}

div.blog div.feed article div.text-wrapper div.img-left {
  float: left;
  margin-right: 4%;
  width:17%;
}

div.blog div.feed article div.text-wrapper div.img-left img {
  border-radius: 4px;
  display: block;
  box-shadow:0px 1px 3px #a5a5a5;
  box-sizing: border-box;
}

div.blog div.feed article div.text-wrapper div.txt-left {
  float:left;
  width:79%;
}

div.blog div.feed article div.text-wrapper a.basic-btn {
  max-width:135px;
  font-size:16px;
}

@media (min-width: 520px) {
div.blog div.feed article div.text-wrapper div.img-left {
  margin-right: 2%;
  width:12%;
}

div.blog div.feed article div.text-wrapper div.txt-left {
  width:86%;
}}

@media (min-width: 768px) {
div.blog div.feed article div.image-wrapper {
  width:30%;
  float:left;
  margin-right:3%;
  margin-bottom:0;
  display:block;
}

div.blog div.feed article div.text-wrapper {
  width:67%;
  float:left;
}

div.blog div.feed article div.text-wrapper div.img-left {
  margin-right: 2%;
  width:17%;
}

div.blog div.feed article div.text-wrapper div.txt-left {
  width:81%;
}}

@media (min-width: 860px) {
div.blog div.feed article div.text-wrapper div.img-left {
  margin-right: 2%;
  width:17%;
}

div.blog div.feed article div.text-wrapper div.txt-left {
  width:81%;
}}

@media (min-width: 1024px) {
div.blog div.feed article div.text-wrapper div.img-left {
  margin-right: 2%;
  width:12%;
}

div.blog div.feed article div.text-wrapper div.txt-left {
  width:86%;
}}


div.blog aside.optins > li {
  list-style-type:none;
}

div.blog aside.optins h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  margin-bottom:17px;
}

div.blog aside.optins ul {
  padding: 0;
  padding-left: 0;
  font-size: 14px;
  list-style: none;
}

div.blog aside.optins ul > li {
  margin-top: 10px;
  padding-left: 19px;
  background: url(assets/images/icon-list-basic-bullet.png) no-repeat 0 10px;
  font-size: 16px;
  
}

div.blog aside.optins ul > li a {
  color: inherit;
  text-decoration:none;
}

div.blog aside.optins ul > li a:hover {
  text-decoration:underline;
}


div.blog div.feed div.pagination-wrapper {
}

div.blog div.feed div.pagination-wrapper ul {
  list-style:none;
  font-size:14px;
  padding-left:0;
  padding:10px 0;
  border-top:1px solid #d7d7d7;
  border-bottom:1px solid #d7d7d7;
}

div.blog div.feed div.pagination-wrapper ul > li {
  display:inline-block;
  margin-right:5px;
}

div.blog div.feed div.pagination-wrapper ul > li > a {
  display:inline-block;
  padding:7px;
  border-radius:3px;
  background:#ccc;
  color:#fff;
  text-decoration:none;
}

div.blog div.feed div.pagination-wrapper ul > li > a:hover {
  background:#3FBD86;
}

/*div.blog div.feed div.author-wrapper {
display:inline-block;
padding-left: 15px;
margin-left: 10px;
border-left: 1px solid #ddd;
margin-top: 0;
}*/

div.blog div.feed div.author-wrapper {
  
  display:block;
  margin-top:7px;
}

@media (min-width:480px) {
div.blog div.feed div.author-wrapper {
  display:inline-block;
  padding-left: 15px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
  margin-top: 0;
}}

div.blog div.feed div.author-wrapper a.author {
  font-size: 11px;
  position: relative;
}
div.blog div.feed div.author-wrapper a.author img {
  -moz-border-radius: 50% 50%;
	-webkit-border-radius: 50%;
	border-radius: 50% 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e5e5e5;
	float: left;
	margin-top:2px;
	margin-right: 10px;
  }
  div.blog div.feed div.author-wrapper a.author strong {
	color: #3fbd86;
	position: relative;
	top: 0;
	font-weight: 600;
  }
  
  div.blog div.feed article#single ol {
	padding-left: 40px;
	margin-bottom: 30px;
  }
  
  div.blog div.feed article#single div.author-wrapper a.author img {
	float:none;
  }
  
  div.blog div.feed article#single div.author-wrapper a.author {
	display:block;
  }
  
  
  div.blog div.feed article#single div.author-wrapper a.author strong {
	position: absolute;
	left: 85px;
	margin-top: -10px;
	top: 50%;
  }
  
  
  div.blog div.feed div.author-wrapper a.author:hover strong {
	  text-decoration: underline;
	}
	
	div.blog #single {
	  border-bottom:0;
	}
	
	
	div.blog #single h2,
	div.blog #single h3 {
	  font-size: 24px;
	  font-weight: 400;
	  color: #000;
	  line-height: 28px;
	  margin-top:30px;
	}
	@media (min-width: 768px) {
	div.blog #single h2,
	div.blog #single h3 {
	  font-size: 26px;
	  line-height: 32px;
	}
  }
  @media (min-width: 960px) {
  div.blog #single h2,
  div.blog #single h3 {
	font-size: 30px;
	line-height: 36px;
  }
}

div.blog #single div.heading {
  padding-bottom:15px;
  border-bottom:1px solid #d7d7d7;
  margin-bottom:25px;
}

div.blog #single div.heading div.image-wrapper {
  margin-bottom:20px;
  display:none;
}

div.blog #single div.heading div.image-wrapper img {
  /*display: block;
  margin-left: auto;
  margin-right: auto;
  border: 6px solid #bec4c7;
  margin-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50%;
  border-radius: 50% 50%;*/
}

div.blog #single div.heading div.text-wrapper {
  
}

div.blog #single div.heading div.text-wrapper h1 {
  font-size:26px;
  margin-bottom:5px;
}

div.blog #single div.heading div.author-wrapper {
  padding-left:0;
  margin-left:0;
  display:block;
  border-left:0;
  margin-top:5px;
}

div.blog #single div.heading div.text-wrapper h1 {
  color:#000;
  font-weight:400;
}

@media (min-width:768px) {
div.blog #single div.heading div.image-wrapper {
  margin-bottom:0;
  width:19%;
  margin-right:2%;
  float:left;
  display:none;
}

div.blog #single div.heading div.text-wrapper {
  /*width:79%;*/
  width:100%;
  float:left;
}

div.blog #single div.heading div.text-wrapper h1 {
  font-size:26px;
  line-height: 32px;
  margin-bottom:0;
}}

@media (min-width:960px) {
div.blog #single div.heading div.text-wrapper h1 {
  font-size:28px;
  line-height:36px;
}}


div.blog #single div.heading div.text-wrapper div.img-left {
  width:16%;
  margin-right:2%;
}

div.blog #single div.heading div.text-wrapper div.txt-right {
  width:82%;
}

@media (min-width:560px) {
div.blog #single div.heading div.text-wrapper div.img-left {
  width:8%;
  margin-right:2%;
}

div.blog #single div.heading div.text-wrapper div.txt-right {
  width:90%;
}
}

div.blog #single p a {
  color:#3fbd86;
  text-decoration:none;
}

div.blog #single p a:hover {
  text-decoration:underline;
}

div.blog #single ul {
  padding: 0;
  padding-left: 20px;
  font-size: 14px;
  list-style: none;
}

div.blog #single ol {
  padding: 0;
  padding-left: 20px;
  font-size: 14px;
}

div.blog #single ul > li {
  margin-bottom: 4px;
  padding-left: 20px;
  background: url(/wp-content/uploads/2015/12/icon-basic-list.png) no-repeat 0 9px;
}

div.blog #single ol > li {
  margin-bottom: 10px;
  padding-left: 15px;
}

div.blog #single ul > li a {
  color: #3fbd86;
}

div.blog #single img.alignleft {
  float:left;
  margin:0 15px 15px 0;
}

div.blog #single img.alignright {
  float:right;
  margin:0 0 15px 15px;
}

@media (max-width:360px) {
div.blog #single img.alignleft {
  max-width:100px;
}

div.blog #single img.alignright {
  max-width:100px;
}}

div.blog #single div.categories {
  margin-top:30px;
}

div.blog #single div.categories,
div.blog #single div.tags {
  padding:15px;
  background:#f8f8f8;
  margin-bottom:15px;
}

div.blog #single div.categories strong,
div.blog #single div.tags strong {
  display:inline-block;
  margin-right:7px;
}

div.blog #single div.categories p,
div.blog #single div.tags p {
  margin:0;
  font-size:16px;
}

div.blog #single div.categories p a ,
div.blog #single div.tags p a {
  text-decoration:none;
  color:#3fbd86;
}

div.blog #single div.categories p a:hover,
div.blog #single div.tags p a:hover {
  text-decoration:underline;
}

div.categories div.feed h2.headline,
div.archive div.feed h2.headline,
div.tags div.feed h2.headline {
  margin-bottom:40px;
  font-size:30px;
  font-weight:400;
  padding-bottom:25px;
  border-bottom:1px solid #d7d7d7;
  color:#000;
}

div.social-media-share {
  padding: 25px 25px 25px 25px;
  background:#f8f8f8;
  margin-top:30px;
  margin-bottom: 30px;
}

article#single div.social-media-share {
  background:transparent;
  padding:0;
}

article#single div.social-media-share strong {
  font-size:16px;
  display:block;
  margin-bottom:10px;
}

aside.optins div.social-media-share strong {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
  display:block;
}

div.social-media-share div.widget {
  margin-bottom:0;
}

div.social-media-share h2.widgettitle {
  display:none;
} 













article section.standard-page-row {
  padding:60px 0;
}

article section.standard-page-row div.row-content p:last-child {
  margin-bottom:0;
}

article section.standard-page-row.row-centered {
  text-align:center;
}

div.internal-page article section.standard-page-row {
  padding:120px 0; 
}

article section.standard-page-row.standard-page-row-50-percent {
  padding:60px 0;
}

article section.standard-page-row.standard-page-row-50-percent div.two-column-content {
  -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
  }
  
  article section.standard-page-row > div.susy-container > h2.main-headline {
	text-align:center;
  }
  
  article section.standard-page-row div.row-sub-title {
	margin-bottom:60px;
  }
  
  
  article section.standard-page-row h2 {
		font-size: 32px;
		text-align: center;
		margin-bottom:23px;
		line-height:54px;
		color:#000;
	}
  
  
  @media (min-width:768px) {
  
	article section.standard-page-row h2 {
		font-size: 40px;
	  	line-height:62px;
	}
  }
  
  article section.standard-page-row .row-text-black h2, 
  article section.standard-page-row .row-text-black h3, 
  article section.standard-page-row .row-text-black h4 {
	color:#000;
  }

article section.standard-page-row .row-content h3 {
 font-size:24px; 
}

article section.standard-page-row .row-content .name-heading {
 position:relative;
  padding-left:65px;
}

article section.standard-page-row .row-content .name-heading:before {
  content:'';
  position:absolute;
  left:0;
  top:50%;
  margin-top:-24px;
	width:46px;
  height:48px;
  background:url(assets/images/icon-feather-yellow.png) no-repeat 0 0;
}

@media (min-width:820px) {
  article section.standard-page-row .row-content h3 {
   font-size:32px; 
  }
}

	article section.standard-page-row .row-content p {
  margin:25px 0;
}

@media (min-width:1024px) {

	article section.standard-page-row .row-content p {
		margin:40px 0;
	}
}
  
  article section.standard-page-row .row-text-black p {
	color:#434343;
  }
  
  article section.standard-page-row .row-text-white h2, 
  article section.standard-page-row .row-text-white h3, 
  article section.standard-page-row .row-text-white h4,
  article section.standard-page-row .row-text-white p {
	color:#fff;
  }
  
article section.standard-page-row ul {
 padding-left:0; 
}

article section.standard-page-row ul > li {
      margin-top: 10px;
    padding-left: 17px;
    background: url(assets/images/icon-basic-list.png) no-repeat 0 11px;
  background-size:7px;
  list-style-type:none;
}


article section.standard-page-row ol > li {
  margin-top:10px;
  padding-left:12px;
}

@media (min-width:1024px) {
	article section.standard-page-row ul > li {
  		background-position:0 17px;
  		background-size:auto;
  		padding-left: 26px;
	}
}
  
  article section.standard-page-row div.two-column-content img {
	display:block;
  }
  
	
	article section.standard-page-row.standard-page-row-50-percent div.two-column-content.row-content > p:first-child,
	article section.standard-page-row.standard-page-row-30-percent div.two-column-content.row-content > p:first-child {
	  margin-top:0;
	}
	
	article section.standard-page-row div.two-column-content.row-content-left,
article section.standard-page-row div.accordion-page div.description div.left {
 margin-bottom:30px; 
}

article section.standard-page-row div.standard-page-full-width-row {
 padding:0; 
}
  
@media (min-width:768px) {
  
 
  
  article section.standard-page-row div.two-column-content.row-content-left,
  article section.standard-page-row div.accordion-page div.description div.left {
	width:40%;
	float:left;
	margin-right:4.3%;
	margin-bottom:0;
  }
  
  article section.standard-page-row div.two-column-content.row-content-right,
article section.standard-page-row div.accordion-page div.description div.right {
	width:55.7%;
	float:right;
  }


  article section.standard-page-row div.two-column-content.row-content-left.row-content-right-column-image,
article section.standard-page-row div.accordion-page div.description div.left.right-image {
	width:55.7%;
	float:left;
	margin-right:4.3%;
	margin-bottom:0;
  }


  article section.standard-page-row div.two-column-content.row-content-right.row-content-right-column-image,
article section.standard-page-row div.accordion-page div.description div.right.right-image {
	width:40%;
	float:right;
  }

}




@media (max-width:767px) {
  body.page div.internal-page article section.standard-page-columned-row.reverse-true > div.susy-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  body.page div.internal-page article section.standard-page-columned-row.reverse-false div.two-column-content.row-content-left {
	margin-bottom:60px;
  }
  
  body.page div.internal-page article section.standard-page-columned-row.reverse-true div.two-column-content.row-content-right {
	-webkit-box-ordinal-group: 1;
	  -moz-box-ordinal-group: 1;
	  -ms-flex-order: 1;
	  -webkit-order: 1;
	  order: 1;
	  margin-bottom:30px;
	}
	
	body.page div.internal-page article section.standard-page-columned-row.reverse-true div.two-column-content.row-content-left {
	  -webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	  }
	  
	  
	}




article section.standard-page-row input[type="text"],
article section.standard-page-row input[type="email"],
article section.standard-page-row textarea,
article section.standard-page-row select {
  /*background: #f2f2f2;
  padding: 13px 20px !important;
  width: 100% !important; 
  border:0;
  font-size: 16px !important;
  color: #777;
  outline:none;*/
}

article section.standard-page-row textarea {
  display:block; 
}


article section.standard-page-row input[type="submit"] {
  /*font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 500;
  
  background:#3FBD86;
  color: #fff;
  border: 0;
  padding:7px 15px;*/
	/*background-image: -moz-linear-gradient( 90deg, rgb(166,209,13) 0%, rgb(68,175,53) 51%, rgb(48,140,57) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(166,209,13) 0%, rgb(68,175,53) 51%, rgb(48,140,57) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(166,209,13) 0%, rgb(68,175,53) 51%, rgb(48,140,57) 100%);*/
}

article section.standard-page-row input[type="submit"]:hover {
  /*background-image: -moz-linear-gradient( 90deg, rgb(142, 180, 8) 0%, rgb(68,175,53) 51%, rgb(48,140,57) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(142, 180, 8) 0%, rgb(68,175,53) 51%, rgb(48,140,57) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(142, 180, 8) 0%, rgb(68,175,53) 51%, rgb(48,140,57) 100%);
  background:#3FBD86;*/
}

article section.standard-page-row ul > li > a {
  text-decoration:none;
  color:#e55841;
}

article section.standard-page-row ul > li > a:hover {
  text-decoration:underline;
}





div.internal-page nav.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color:#fff;
  padding: 12px 0;
  position:absolute;
  bottom:0;
  width:100%;
  box-sizing:border-box;
  background:rgba(0,0,0,.7);
  text-align:left;
}
div.internal-page nav.breadcrumbs span.breadcrumbs-separator {
  background: url(assets/images/icon-breadcrumb-arrows.png) no-repeat 0 0;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 17px;
    position: relative;
    top: 2px;
    left: 1px;
}
div.internal-page nav.breadcrumbs .breadcrumb_last {
  
  font-weight: 600;
}
div.internal-page nav.breadcrumbs a {
  color:#fff;
  text-decoration:none;
}


@media (min-width:768px) {
	div.internal-page nav.breadcrumbs {
  		font-size:16px;
  		padding:16px 0;
	}

	div.internal-page nav.breadcrumbs span.breadcrumbs-separator {
  		top:1px;
	}
}

div.internal-page header#main-header nav.main-nav ul>li a {
 color:#fff;
  text-shadow:none;
}
  
  
  
  
  
  
  
  


body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  font-style:italic;
}

body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph:before,
body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph:after {
  content:'';
  position:absolute;
  background:url(assets/images/iconsprite-testimonial-quotes-large.png) no-repeat 0 0;
  width:92px;
  height:70px;
  display:block;
}

body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph:before {
 top:-90px;
  left:0;
  background-position:0 0;
}

body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph:after {
 bottom:-90px;
  right:0;
  background-position:-131px 0;
}

body.page-id-41 article section.standard-page-row div.avatars-wrapper {
 margin-top:100px; 
  font-size:0;
  text-align:left;
}

body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar {
  max-width:421px;
  margin-left:auto;
  margin-right:auto;
 	margin-bottom:55px;
  vertical-align:top;
}

body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc {
 position:relative;
  text-align:left;
  padding-left:66px;
  margin-top:20px;
}

body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc:before {
  content:'';
  display:block;
  background:url(assets/images/icon-feather-yellow.png) no-repeat 0 0;
  width:46px;
  height:48px;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-24px;
}

body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc strong {
 display:block;
  font-size:24px;
  font-weight:400;
  font-family:'Libre Baskerville', Times, serif;
  color:#000;
}

body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc span {
 display:block;
  color:#727272;
  font-size:16px;
  margin-top:8px;
}

@media (min-width:768px) {

  body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph {
	padding:0 185px;	
  }

  body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph:before,
  body.page-id-41 article section.standard-page-row div.standard-page-full-width-row p.testimonial-paragraph:after {
	display:block; 
  }

  body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar {
	width:45%;
	margin-left:2.5%;
	margin-right:2.5%;
	display:inline-block;
  }

	body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc strong {
  		font-size:20px;
	}

	body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc span {
  		font-size:14px;
	}
}

@media (min-width:960px) {

  body.page-id-41 article section.standard-page-row div.avatars-wrapper {
   margin-top:185px; 
  }

  body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar {
	width:29.63%;
	margin-left:5.55%;
	margin-right:0;
	margin-bottom:0;
  }
  
  body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar:first-child {
	margin-left:0;
  }

	body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc strong {
  		font-size:24px;
	}

	body.page-id-41 article section.standard-page-row div.avatars-wrapper div.avatar div.desc span {
  		font-size:16px;
	}

}





/* JKP AUSTRALIA CENTRE */

body.page-id-75 article section.standard-page-row div.centres-wrapper {
  font-size:0;
  text-align:center;
}

body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre {
	display:inline-block;
  clear:both;
  text-align:left;
  margin-bottom:60px;
  width:280px;
  vertical-align:top;
}

body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre:first-child {
  margin-top:0;
}

body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre strong {
  font-size:26px;
  font-weight:400;
  font-family:'Libre Baskerville', Times, serif;
  color:#000;
}

body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre strong:after {
  content:'';
  display:block;
  margin:18px 0 30px;
  height:3px;
  width:83px;
  background:#e55841;
}

body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre p {
      font-size: 18px;
    line-height: 36px;
    margin-top: 0;
  margin-bottom:0;
}

@media (min-width:400px) {
	body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre {
  		margin-left:35px;
  		margin-right:35px;
	}
}

body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre a.download-link {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	display: inline-block;
	margin-top: 25px;
	text-decoration: none;
	padding-left: 30px;
	
}

body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre a.download-link:before {
	content: '\f0ed';
	font-family: 'FontAwesome';
	font-size: 18px;
	margin-right: 7px;
	color: #e55841;
	position: absolute;
	top: 3px;
	left: 0;
	
}

@media (min-width:768px) {
	
	body.page-id-75 article section.standard-page-row div.centres-wrapper {
		display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  
	  -webkit-flex-wrap: wrap;
     -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
		  
		  -webkit-justify-content: space-between;
     -moz-justify-content: space-between;
      -ms-justify-content: space-between;
          justify-content: space-between;
            -ms-flex-pack: space-between;
	}
	
	body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre {
  		margin-top:0;
  		margin-bottom:35px;
		margin-left: 0;
		margin-right: 0;
		
		-webkit-flex-basis: 50%;
     -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
          flex-basis:50%;
	}

}

@media (min-width:1024px) {

	body.page-id-75 article section.standard-page-row div.centres-wrapper {
  		text-align:left;
		
		
	}

	body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre {
  		width:auto;
		
		-webkit-flex-basis: 25%;
     -moz-flex-basis: 25%;
      -ms-flex-basis: 25%;
          flex-basis:25%;
	}

	body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre strong {
  		font-size:32px;
	}
}

@media (min-width:1440px) {
  body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre {
		  /*margin-left:135px; */
		  margin-right:0;
	  }
  
	body.page-id-75 article section.standard-page-row div.centres-wrapper div.centre:first-child {
	  margin-left:0;
	}
}


table.events-calendar {
 width:100%;
  text-align:left;
}

table.events-calendar > thead,
table.events-calendar > tbody {
 width:100%; 
}

table.events-calendar tr {
 width:100%; 
}

table.events-calendar tr > td {
 padding:10px; 
}

table.events-calendar > thead > tr > th {
 font-family:'Libre Baskerville', Times, serif;
  text-transform:uppercase;
  text-align:left;
}

table.events-calendar > tbody > tr {
 border-top:1px solid #ddd;
}




div.events-calendar {
  margin-top:40px;
}

#main-footer div.events-calendar {
 background:#fff;
  padding:20px;
  color:#000;
}

div.events-calendar div.calendar-header {
  text-transform:uppercase;
  font-family:'Libre Baskerville', Times, serif;
  font-size:0;
}

div.events-calendar div.calendar-header span.column {
  display:inline-block;
  font-size:16px;
}

div.events-calendar div.calendar-header span.column-1 {
  display:none;
}

div.events-calendar div.calendar-header span.column-2 {
 display:none; 
}

div.events-calendar div.calendar-header span.column-3 div.datepicker-wrapper {
  position:relative;
  max-width:200px;
  margin-left:auto;
}

div.events-calendar div.calendar-header span.column-3 div.datepicker-wrapper:before {
  content:'';
  display:block;
  width:15px;
  height:15px;
  position:absolute;
  left:15px;
  top:50%;
  margin-top:-8px;
  background:url(assets/images/icon-calendar-datepicker.png) no-repeat 0 0;
}

div.events-calendar div.calendar-header select.date-select,
div.events-calendar div.calendar-header input.calendar-picker {
  text-transform:none;
  font-family:'Poppins', sans-serif;
  font-size:16px;
  padding:10px 15px 10px 45px !important;
  
  
  background: #f2f2f2;
    width: 100% !important;
    border: 0;
    color: #777;
    outline: none;
  
}


body.home div.frontpage-main div.events-calendar div.calendar-header select.date-select,
body.home div.frontpage-main div.events-calendar div.calendar-header input.calendar-picker {
  background: #fff;
}

body.home div.frontpage-main div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper, 
body.home div.frontpage-main div.events-calendar div.calendar-body div.text div.description > div.wrapper,
#main-footer div.events-calendar div.calendar-body div.text div.description > div.wrapper {
  background:#fff;
}

div.events-calendar div.calendar-body div.faq {
 margin-top:20px; 
}

div.events-calendar div.calendar-body div.faq > ul > li {
 margin-top:0; 
margin-bottom: 0;
}

div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link {
 padding:20px 60px 20px 0;
  border-top:1px solid #ddd;
  
  display: block;
  position: relative;
  font-size:16px;
  font-weight:400;
  font-family:'Poppins', sans-serif;
  color:#434343;
  background:transparent;
  text-decoration:none;
  border-top:1px solid #ddd;
}

@media (min-width:1024px) {

#main-footer div.events-calendar div.calendar-header select.date-select,
#main-footer div.events-calendar div.calendar-header input.calendar-picker {
  font-size:14px;
}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link {
 
}

#main-footer div.events-calendar div.calendar-body div.description > div.wrapper a.btn.solid.orange,
#main-footer div.events-calendar div.calendar-body div.text div.description > div.wrapper a.btn.solid.orange {
    font-size: 14px;
    padding: 4px 15px;
}}


div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link:hover {
  text-decoration:none;
}

div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link > br {
  display:none;
}

@media (min-width: 400px) {
div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link {
 font-size:16px; 
}
}

@media (min-width: 820px) {
div.events-calendar div.calendar-body div.faq > ul {
  font-size:20px;
}

div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link {
  font-size:20px;
  padding: 20px 0 20px 0;
}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link {
  padding: 15px 0 15px 0;
 
}}
@media (min-width: 960px) {
div.accordion-page div.faq > ul > li a.faq-item-link {
  
}
}

@media (min-width: 1024px) {
#main-footer div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link {
  line-height:24px;
 
}
}

div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link:after {
  content: '';
  width: 27px;
  height: 27px;
  background: url(assets/images/iconsprite-arrows-accordion.png) no-repeat 0 0;
  background-size:cover;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 20px;
}

div.events-calendar div.calendar-body div.faq > ul > li.no-click a.faq-item-link:after {
  display:none;
}


div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link.active {
  color:#000;
  margin-bottom:15px;
}
div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link.active:after {
  content: '';
  width: 27px;
  height: 27px;
  background: url(assets/images/iconsprite-arrows-accordion.png) no-repeat -36px 0;
  background-size:cover;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
	div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link:after {
		background-image: url(assets/images/iconsprite-arrows-accordion@2x.png);
		background-size: 63px 27px; 
	}
}

div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link:hover,
div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link.active {
  
}
div.events-calendar div.calendar-body div.faq > ul > li > div.description {
  color: #434343;
  /*height: 0;*/
	display: none;
  text-transform: none;
  overflow: hidden;
	padding-top: 0;
}

div.events-calendar div.calendar-body div.faq > ul > li > div.description h3,
div.events-calendar div.calendar-body div.text h3 {
  font-size:24px;
}

div.events-calendar div.calendar-body div.faq > ul > li > div.description p,
div.events-calendar div.calendar-body div.text p {
  font-size:16px;
  color:#434343;
  line-height:28px;
  font-weight:400;
  margin-bottom:0;
  margin-top:25px;
}

div.events-calendar div.calendar-body div.faq > ul > li > div.description p:first-child,
div.events-calendar div.calendar-body div.text p:first-child {
  margin-top:0;
}

div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link.active {
 margin-bottom:0; 
}

@media (min-width:768px) {
div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link:after {
  
  width: 27px;
  height: 27px;
  margin-top: -14px;
  background-position:0 0;
  
}

div.events-calendar div.calendar-body div.faq > ul > li a.faq-item-link.active:after {
  
  width: 27px;
  height: 27px;
  margin-top: -14px;
  background-position:-36px 0;
}

div.events-calendar div.calendar-body div.faq > ul > li > div.description p,
div.events-calendar div.calendar-body div.text p {
  font-size:16px;
  line-height:28px;
}
}

@media (min-width:820px) {
div.events-calendar div.calendar-body div.faq > ul > li > div.description h3,
div.events-calendar div.calendar-body div.text h3 {
  font-size:32px;
}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.description h3,
#main-footer div.events-calendar div.calendar-body div.text h3 {
  font-size:26px;
}
}

@media (min-width:1024px) {
div.events-calendar div.calendar-body div.faq > ul > li > div.description p,
div.events-calendar div.calendar-body div.text p {
  font-size:20px;
  line-height:38px;
}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.description p,
#main-footer div.events-calendar div.calendar-body div.text p {
  font-size:14px;
  line-height:30px;
}



}





div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper,
div.events-calendar div.calendar-body div.text div.description > div.wrapper {
 padding:20px;
  background:#f2f2f2;
      max-width: 1145px;
    margin-left: auto;
  margin-top:0;
  margin-bottom:20px;
}

div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper div.image,
div.events-calendar div.calendar-body div.text div.description > div.wrapper div.image {
 margin-bottom:25px; 
}

div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper div.image img,
div.events-calendar div.calendar-body div.text div.description > div.wrapper div.image img {
 display:block;
}

 div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column {
 display:block;
  
}

div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-1 {
 margin-bottom:6px;
  font-style:italic;
  font-size:13px;
}



div.events-calendar div.calendar-body p.no-events-found {
 text-align:center;
  font-weight:700;
  margin-top:80px;
  font-size:18px;
}

#main-footer div.events-calendar div.calendar-body p.no-events-found {
  font-size:16px;
}

#ui-datepicker-div.calendar-picker {
	padding-bottom:.2em;
}

#ui-datepicker-div.calendar-picker table.ui-datepicker-calendar {
 display:none; 
}



div.events-calendar div.calendar-body img.ajax-loader {
 display:none;
  margin:80px auto;
  
}

@media (min-width:768px) {

  div.events-calendar div.calendar-header span.column {
	display:inline-block;
  	font-size:18px;
  box-sizing:border-box;
  }

#main-footer div.events-calendar div.calendar-header span.column {
	display:inline-block;
  	font-size:16px;
  }
  
  div.events-calendar div.calendar-header span.column-1 {
	width:20%;
  margin-right:0;
  display:inline-block;
  
  }
  
  div.events-calendar div.calendar-header span.column-2 {
	width:60%;
  	display:inline-block;
  }
  
  div.events-calendar div.calendar-header span.column-3 {
	width:20%;
  	text-align:right;
  }


#main-footer div.events-calendar div.calendar-header span.column-1 {
	width:20%;
  }
  
  #main-footer div.events-calendar div.calendar-header span.column-2 {
	width:46%;
  }
  
  #main-footer div.events-calendar div.calendar-header span.column-3 {
	width:34%;
  }



div.events-calendar div.calendar-body div.faq > ul > li > div.item-header {
  
}

div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link {
  font-size:0;
}

  div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column {
   	display:inline-block; 
  	font-size:18px;
  }
  
  div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-1 {
	width:20%;
  margin-bottom:0;
  font-style:normal;
  font-size:18px;
  }

#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-1 {
  font-size:16px;
}
  
  div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-2 {
	width:80%;
  }

div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper,
div.events-calendar div.calendar-body div.text div.description > div.wrapper {
 padding:35px;
}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper,
#main-footer div.events-calendar div.calendar-body div.text div.description > div.wrapper {
 padding:20px;
}

  div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper div.image,
div.events-calendar div.calendar-body div.text div.description > div.wrapper div.image {
	float:left;
	width:30.8%;
	margin-right:5%;
	margin-bottom:0;
  }
  
  div.events-calendar div.calendar-body div.faq > ul > li > div.description > div.wrapper div.text,
div.events-calendar div.calendar-body div.text div.description > div.wrapper div.text {
	float:right;
	width:64.2%;
  }


}

@media (min-width:960px) {

div.events-calendar div.calendar-header span.column {
  	font-size:20px;
  }

#main-footer div.events-calendar div.calendar-header span.column {
  	font-size:14px;
  }

  div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column {
	  font-size:20px;
	}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column {
	  font-size:14px;
	}
	
	div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-1 { 
	font-size:20px;
	}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-1 { 
	font-size:14px;
	}
}


@media (min-width:1024px) {


#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column {
 box-sizing:border-box;
  vertical-align:top;
}

#main-footer div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-1 {
  padding-right:25px;
}
  
  div.events-calendar div.calendar-body div.faq > ul > li > div.item-header > a.faq-item-link span.column-2 {
	padding-right:65px;
  }
  

}


body.single-events section.event-details-header-wrapper {
  padding:90px 0;
}

body.single-events section.event-details-header-wrapper div.event-details-header {
 padding-bottom:30px;
  border-bottom:1px solid #ddd;
  margin-bottom:35px;
}

body.single-events section.event-details-header-wrapper div.event-details-header div.image {
 margin-bottom:35px;
}

@media (min-width:768px) {
	body.single-events section.event-details-header-wrapper div.event-details-header div.image {
	    width: 12%;
    max-width: 138px;
    float: left;
    margin-right: 3%;
    margin-bottom: 0;
	}

body.single-events section.event-details-header-wrapper div.event-details-header div.text {

  float:left;
  width:85%;
	}
}

body.single-events section.event-details-header-wrapper div.event-details-header h2.event-name {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 54px;
  color: #000;
  margin-top:-7px;
}

body.single-events section.event-details-header-wrapper div.event-details-header time.event-date {
  font-size: 20px;
  font-style:italic;
  margin-top:5px;
  margin-bottom: 10px;
  display:block;
}

body.single-events section.event-details-header-wrapper div.event-details-header span.event-city {
  display:block;
  font-size:20px;
}


@media (min-width:768px) {

body.single-events section.event-details-header-wrapper div.event-details-header h2.event-name {
      font-size: 40px;
    line-height: 55px;
}

body.single-events section.event-details-header-wrapper div.event-details-header time.event-date {
  font-size: 24px;
}

body.single-events section.event-details-header-wrapper div.event-details-header span.event-city {
  font-size:24px;
}}



/* RESOURCES PAGE */

body.page-id-327 section.row-0 p {
 text-align:center; 
}

body.page-id-327 div.audio-player-placeholder-wrapper {
 text-align:center;
  padding:35px 25px;
  background:#f1f1f1;
  max-width:760px;
  box-sizing:border-box;
  margin:35px auto;
}

body.page-id-327 div.audio-player-placeholder-wrapper small {
 font-style:italic;
  font-size:16px;
 display:block;
  margin-bottom:13px;
}

body.page-id-327 div.audio-player-placeholder-wrapper img {
  display:block;
  margin:21px auto;
}


body.page-id-327 div.audio-downloads {
  margin:100px 0 80px;
  text-align:left;
  overflow:hidden;
}

body.page-id-327 div.audio-downloads div.left {
 margin-bottom:55px; 
  box-sizing:border-box;
  border-bottom:1px solid #ddd;
  padding-bottom:55px;
}

body.page-id-327 div.audio-downloads h3 {
  font-family:'Open Sans', sans-serif;
  font-size:24px;
  font-weight:700;
  margin-bottom:35px;
}

body.page-id-327 div.audio-downloads a.download-item {
     position: relative;
    display: inline-block;
    border: 1px solid #ddd;
  
  padding:25px 0 20px 74px;
    
    font-size: 15px;
    font-weight: 700;
    color: #a5a5a5;
    box-sizing: border-box;
    height: 73px;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    text-align: left;
    max-width: 275px;
  margin:10px 30px 10px 0;
}

body.page-id-327 div.audio-downloads a.download-item:hover {
  border:1px solid #f9a01f;
}

body.page-id-327 div.audio-downloads a.download-item:before {
  content:'';
  display:block;
  position:absolute;
  top:50%;
  left:17px;
  background:url(assets/images/iconsprite-jkp.png) no-repeat 0 0;
  
}

body.page-id-327 div.audio-downloads a.download-item.itunes:before {
  width:44px;
  height:44px;
  background-position:0 0;
  margin-top:-22px;
}


body.page-id-327 div.audio-downloads a.download-item.vlc:before {
  width:32px;
  height:36px;
  background-position:-63px 0;
  margin-top:-18px;
}

body.page-id-327 div.audio-downloads a.download-item.wmp:before {
  width:41px;
  height:41px;
  background-position:-120px 0;
  margin-top:-21px;
}

body.page-id-327 div.audio-downloads a.download-item.quicktime:before {
  width:34px;
  height:34px;
  background-position:-180px 0;
  margin-top:-17px;
}

body.page-id-327 div.programme-schedule span.icon.time,
body.page-id-327 div.faq div.text span.icon.time {
 position:relative; 
  display:block;
      padding-left: 54px;
  font-size:18px;
    font-weight: 700;
    margin-bottom: 20px;
}


body.page-id-327 div.programme-schedule span.icon.time:before,
body.page-id-327 div.faq div.text span.icon.time:before {
  content:'';
  display:block;
  width:37px;
  height:37px;
  background:url(assets/images/iconsprite-jkp.png) no-repeat -292px 0;
  position:absolute;
  top:50%;
  left:0;
  margin-top:-18px;
}

body.page-id-327 div.programme-schedule div.table-wrapper,
body.page-id-327 div.faq div.text div.table-wrapper{
 max-width:1030px;
  margin:0 auto;
 
}

body.page-id-327 div.programme-schedule table,
body.page-id-327 div.faq div.text table {
  margin:0 auto;
  font-size:13px;
  text-align:left;
  border:1px solid #ddd;
  width:100%;
  line-height:23px;
}


body.page-id-327 div.programme-schedule table thead tr th,
body.page-id-327 div.faq div.text table thead tr th {
  color:#fff;
  font-family:'Libre Baskerville', serif;
  background:#323232;
}

body.page-id-327 div.programme-schedule table tbody tr td,
body.page-id-327 div.programme-schedule table thead tr th,
body.page-id-327 div.faq div.text table tbody tr td,
body.page-id-327 div.faq div.text table thead tr th {
  padding:8px 18px;
}


@media (min-width:768px) {

  body.page-id-327 div.programme-schedule span.icon.time,
  body.page-id-327 div.faq div.text span.icon.time {
	font-size:24px;
  }
  
  body.page-id-327 div.programme-schedule table,
  body.page-id-327 div.faq div.text table {
	font-size:18px;
	line-height:32px;
  }
  
  body.page-id-327 div.programme-schedule table tbody tr td,
  body.page-id-327 div.programme-schedule table thead tr th,
  body.page-id-327 div.faq div.text table tbody tr td,
  body.page-id-327 div.faq div.text table thead tr th {
	padding:13px 25px;
  }

}



body.page-id-327 div.programme-schedule table tbody tr td:first-child,
body.page-id-327 div.programme-schedule table thead tr th:first-child {
  width: 1px;
  white-space: nowrap;
}

body.page-id-327 div.programme-schedule table thead tr th:first-child,
body.page-id-327 div.faq div.text table thead tr th:first-child {
  border-right:1px solid #ddd;
}

body.page-id-327 div.programme-schedule table tbody tr,
body.page-id-327 div.faq div.text table tbody tr {
 border-bottom:1px solid #ddd; 
}

body.page-id-327 div.programme-schedule table tbody tr:nth-child(odd) td {
  background:#f9f9f9;
  
}



body.page-id-327 div.programme-schedule table tbody tr td:first-child,
body.page-id-327 div.faq div.text table tbody tr td:first-child {
  border-right:1px solid #ddd;
}

@media (min-width:768px) {
  body.page-id-327 div.audio-downloads div.left {
	width:55%;
	float:left;
	margin-right:5%;
	margin-bottom:0;
	padding-right:60px;
	border-right:1px solid #ddd;
	border-bottom:0;
  }
  
  body.page-id-327 div.audio-downloads div.right {
	width:38%;
	float:right;
  }
  
  body.page-id-327 div.audio-downloads a.download-item {
	padding: 20px 0 20px 77px;
	font-size:20px;
	max-width: 408px;
  }

  body.page-id-327 div.audio-downloads a.download-item {
	padding:26px 0 20px 77px;
	font-size:14px;
  }
  
  body.page-id-327 div.audio-downloads a.download-item:after {
	content:'';
	display:block;
	height:73px;
	width:63px;
	background:#f2f2f2 url(assets/images/icon-download-btn-orange.png) no-repeat 50% 50%;
	position:absolute;
	top:0;
	right:0;
  }


}

@media (min-width:1024px) {
  body.page-id-327 div.audio-downloads div.left {
	width:69%;
	margin-right:9%;
  }
  
  body.page-id-327 div.audio-downloads div.right {
	width:22%;
  }

  body.page-id-327 div.audio-downloads a.download-item {
	padding: 20px 0 20px 77px;
	font-size:20px;
  }
}


body.page-id-327 div.tracks-wrapper {
    font-size:0;
  margin-top:85px;
}

body.page-id-327 div.tracks-wrapper div.trackset-item {
  display:inline-block;
  
  vertical-align:top;
  margin-bottom:25px;
  position:relative;
  
  
  overflow:hidden;
}

body.page-id-327 div.tracks-wrapper div.trackset-item:first-child {
  margin-left:0;
}

body.page-id-327 div.tracks-wrapper div.trackset-item:before {
  content:'';
 position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:100%;
  height:100%;
  display:block;
  z-index:1;
  background:rgba(0,0,0,.6);
}

body.page-id-327 div.tracks-wrapper div.trackset-item a.absolute {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:100%;
  height:100%;
  display:block;
  z-index:2;
}

body.page-id-327 div.tracks-wrapper div.trackset-item img {
  display:block;  
  
  -webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1);
  
  -webkit-transition:.4s ease-in transform;
  -moz-transition:.4s ease-in transform;
  -o-transition:.4s ease-in transform;
  -ms-transition:.4s ease-in transform;
  transition:.4s ease-in transform;
  
  
}

body.page-id-327 div.tracks-wrapper div.trackset-item:hover img {
   -webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);
}

body.page-id-327 div.tracks-wrapper div.trackset-item strong {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:28px;
  color:#fff;
  text-align:center;
  z-index:1;
  width:85%;
  font-weight:400;
}

  body.page-id-327 div.tracks-wrapper div.trackset-item strong:after {
	  content:'';
	  display:block;
	  margin:25px auto 0;
	  background:url(assets/images/iconsprite-tracks-show.png) no-repeat 0 0;
	  width:30px;
	  height:31px;
	}
	
	body.page-id-327 div.tracks-wrapper div.trackset-item.active strong:after {
	  background:url(assets/images/iconsprite-tracks-show.png) no-repeat -37px 0;
	}
	
	@media (min-width:520px) {
	body.page-id-327 div.tracks-wrapper div.trackset-item strong:after {
	  background:url(assets/images/iconsprite-jkp.png) no-repeat -350px 0;
	  width:62px;
	  height:63px;
	}
	
	body.page-id-327 div.tracks-wrapper div.trackset-item.active strong:after {
	  background:url(assets/images/iconsprite-jkp.png) no-repeat -427px 0;
	}
  }

body.page-id-327 div.tracks-popup-wrapper {
 position:relative; 
	  text-align:left;
}

body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item {
  padding:20px;
  background:#fff;
  box-shadow:4px 4px 5px #dfdfdf;
    margin-top: 60px;
  
  width:100%;
  display:none;
}
	
	body.page-id-327 div.tracks-wrapper div.trackset-item strong {
	  font-size:22px; 
	}
	
	
	body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item h3 {
	 margin-bottom:30px; 
	}
  
  @media (min-width:768px) {
  body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item h3 {
	 margin-bottom:50px; 
	}
  
  body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item {
	padding:35px;
  }
}
	
	body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item div.audio-item {
	  margin-top:35px;
	  margin-bottom:35px;
	  overflow:hidden;
	  font-size:0;
	}
	
	
	body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item p {
	  text-align:left;
	}

body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item.active {
  display:block;
}

body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item h3 {
   font-size:24px;
}

	body.page-id-327 div.accordion-page div.faq > ul > li > a {
	  font-size:18px;
	}
	

	@media (min-width:520px) {
	body.page-id-327 div.accordion-page div.faq > ul > li > a {
	  font-size:22px;
	}
  }
	
	
@media (min-width:730px) {
	body.page-id-327 div.tracks-wrapper div.trackset-item {
	  width:45%;
	  margin-left:10%;
	  margin-bottom:0;
	  margin-top:25px;
	  margin-bottom:25px;
	}
	
	
	
	body.page-id-327 div.tracks-wrapper div.trackset-item strong {
	  font-size:22px; 
	}
	
	body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item h3 {
	  font-size:40px;
	}
	
	
	body.page-id-327 div.accordion-page div.faq > ul > li > a {
	  font-size:26px;
	}

}
  
  @media (min-width:730px) and (max-width:1023px) {
  body.page-id-327 div.tracks-wrapper div.trackset-item:nth-child(2n+1) {
	  margin-left:0;
	}
}

@media (min-width:820px) {
body.page-id-327 div.accordion-page div.faq > ul > li > a {
  
  font-size:26px;
  padding-right:65px;
}
}
  
  
@media (min-width:1024px) {

body.page-id-327 div.accordion-page div.faq > ul > li > a {
  
  font-size:33px;
}

body.page-id-327 div.tracks-wrapper div.trackset-item strong {
	  font-size:28px; 
	}

  body.page-id-327 div.tracks-wrapper div.trackset-item {
	width:30.28%;
	margin-left:4.58%;
	margin-bottom:0;
	margin-top:0;
  }
  
body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item:nth-child(1):before,
body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item:nth-child(2):before,
body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item:nth-child(3):before {
  content:'';
	display:block;
	width:58px;
	height:37px;
	position:absolute;
	top:-37px;
	left:50%;
	background:url(assets/images/iconsprite-jkp.png) no-repeat -507px 0;
}
  
body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item:nth-child(1):before {

  margin-left:-523px;
}

body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item:nth-child(2):before {
	
	margin-left:-29px;
  }

body.page-id-327 div.tracks-popup-wrapper div.tracks-popup-item:nth-child(3):before {
	
	margin-left:472px;
  }

}


body.page-id-327 section.row-1 p {
	text-align:center;
  }

  
   body.page-id-327 section.row-2 p {
	text-align:left;
  }
  
 body.page-id-327 section.row-2 h3 {
	margin-top:90px;
  }
  
  body.page-id-327 div.video-image {
	border-style: solid;
	border-width: 18px;
	-moz-border-image: url(assets/images/border-video.png) 18 repeat;
	-webkit-border-image: url(assets/images/border-video.png) 18 repeat;
	-o-border-image: url(assets/images/border-video.png) 18 repeat;
	border-image: url(assets/images/border-video.png) 18 fill repeat;
	max-width:554px;
	box-sizing:border-box;
	position:relative;
  }
  
  body.page-id-327 div.video-image > a {
	position:relative;
	display:block;
  }
  
  body.page-id-327 div.video-image > a:before {
	 content:'';
	  display:block;
	  position:absolute;
	  top:0;
	  left:0;
	  width:100%;
	  height:100%;
	  background-color:rgba(0,0,0,.4);
	  -webkit-transition:.4s linear background-color;
	  -moz-transition:.4s linear background-color;
	  -o-transition:.4s linear background-color;
	  -ms-transition:.4s linear background-color;
	  transition:.4s linear background-color;
  }
	
	body.page-id-327 div.video-image > a:hover:before {
	  background-color:rgba(0,0,0,.3);
	}
  
body.page-id-327 div.video-image > a:after {
	content:'';
	  display:block;
	  background:url(assets/images/iconsprite-jkp.png) no-repeat -580px 0;
	  width:54px;
	  height:54px;
	  position:absolute;
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  opacity:.8;
	  margin:auto;
  }
  
	body.page-id-327 div.video-image > a:hover:after {
	  opacity:1;
	}
	
	
	
	 body.page-id-327 section.row-2 p {
 text-align:left; 
}
	
	 body.page-id-327 section.row-2 h3 {
	font-size:32px;
  text-align:center;
  }
	
	div.video-thumbs-wrapper {
    font-size:0;
  margin-top:30px;
  margin-bottom:30px;
  text-align:center;
}

div.video-thumbs-wrapper div.thumb {
  display:inline-block;
  
  vertical-align:top;
  margin-top:25px;
  margin-bottom:25px;
  position:relative;
  text-align:left;
  overflow:hidden;
	 
}
	
	
	div.video-thumbs-wrapper div.thumb:first-child {
	  margin-left:0;
	}
	
	
	
	div.video-thumbs-wrapper div.thumb div.video-image-wrapper a.image-link {
	  display:block;
	  position:relative;
	}
	
	div.video-thumbs-wrapper div.thumb div.video-image-wrapper a.image-link:before {
	  content:'';
	  display:block;
	  position:absolute;
	  top:0;
	  left:0;
	  width:100%;
	  height:100%;
	  background-color:rgba(0,0,0,.4);
	  -webkit-transition:.4s linear background-color;
	  -moz-transition:.4s linear background-color;
	  -o-transition:.4s linear background-color;
	  -ms-transition:.4s linear background-color;
	  transition:.4s linear background-color;
	}
	
	div.video-thumbs-wrapper div.thumb div.video-image-wrapper a.image-link:hover:before {
	  background-color:rgba(0,0,0,.3);
	}
	
div.video-thumbs-wrapper div.thumb div.video-image-wrapper a.image-link:after {
	  content:'';
	  display:block;
	  background:url(assets/images/iconsprite-jkp.png) no-repeat -580px 0;
	  width:54px;
	  height:54px;
	  position:absolute;
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  margin:auto;
	  opacity:.8;
	  -webkit-transition:.4s linear opacity;
	  -moz-transition:.4s linear opacity;
	  -o-transition:.4s linear opacity;
	  -ms-transition:.4s linear opacity;
	  transition:.4s linear opacity;
	}
	
	 div.video-thumbs-wrapper div.thumb div.video-image-wrapper a.image-link:hover:after {
	 opacity:1; 
	}
	
	div.video-thumbs-wrapper div.thumb div.video-image-wrapper a.image-link img {
	  display:block;
	
	  
	}
	
	
  
  div.video-thumbs-wrapper div.thumb div.video-image-wrapper {
	border:2px solid #000;
	  box-sizing:border-box;
  }
	
	div.video-thumbs-wrapper div.thumb div.video-image-wrapper:hover {
	  border:2px solid #fca12a;
	}

div.video-thumbs-wrapper div.thumb p {
 margin-top:0;
  margin-bottom:0;
}
	
	div.video-thumbs-wrapper div.thumb a.text-link {
	  font-size:20px;
	  color:#000;
	  display:inline-block;
	  margin-top:13px;
	  text-decoration:none;
  text-align:left;
	}
	
	div.video-thumbs-wrapper div.thumb a.text-link:hover {
	  text-decoration:underline;
	}
	
  @media (min-width:730px) {
div.video-thumbs-wrapper {
 margin-top:50px; 
  margin-bottom:50px; 
}
	div.video-thumbs-wrapper div.thumb {
	  width:45%;
	  margin-left:10%;
	  margin-bottom:25px;
	  margin-top:25px;
	}
	
	div.video-thumbs-wrapper div.thumb a.text-link {
	  font-size:24px;
  
	}
  }
	
 @media (min-width:730px) and (max-width:1023px) {
  div.video-thumbs-wrapper div.thumb:nth-child(2n+1) {
	margin-left:0;
  }
}
	
  
  @media (min-width:1024px) {
  div.video-thumbs-wrapper div.thumb {
	width:30.28%;
  	margin-left:4.58%;
  margin-bottom:0;
  margin-top:0;
  }
	
	 body.page-id-327 section.row-2 h3 {
	font-size:40px;
  text-align:left;
  }
  
}



#songPlay {

}

#songPause{

}

#songPlayPause{
cursor:pointer;
}

#songStop{

}

/*Volume Up Button*/
#volumeUp{

}
/*Volume Down Button*/
#volumeDown{

}


/*Volume Meter*/
#volumeMeter{
height:10px;
  background:red; 
  display:block;
  margin:15px 0;
}
/*Volume Location Meter*/
#volumeStatus{
height:10px;
  background:green;
  display:block;
}

/*Song location slider*/
#songSlider{
    height: 10px;
    background: #b7b7b7;
    display: block;
    position: absolute;
    width: 100%;
    top: -5px;
    opacity: 0;
  z-index:2;
  cursor:pointer;
}
/*Track progress bar*/
#trackProgress{
    height: 4px;
    background: #fca12a;
    display: block;
    z-index: 1;
    position: absolute;
    margin-top: -1px;
}

div.fancybox-content {
	width: 100%;
	max-width: 600px;
} 

div.fancybox-content a.mp3-window-click {
	display: none !important;
}


div.the-song.fancybox-content div.wrap {
	width: 100%;
	max-width: 600px;
}

div.audio-item {
  background:#f7f7f7;
  padding:30px;
  position:relative;
}

audio.audio-element {
 position:absolute;
  top:-9999px;
  left:-9999px;
  opacity:0;
}

/*div.audio-item:before {
  content:'';
  display:block;
  position:absolute;
  top:50%;
  left:36px;
  background:url(assets/images/iconsprite-jkp.png) no-repeat -170px -64px;
  width:57px;
  height:63px;
  margin-top:-32px;
}*/

strong.song-name {
 display:inline-block; 
  font-size:18px;
  font-weight:400;
  line-height:28px;
  vertical-align:middle;
  margin-right:0px;
  width:auto;
  padding-right:25px;
}

@media (min-width:860px) {
strong.song-name {
  width:200px;
}
}
strong.song-name span {
  display:block;
  margin-top:5px;
  font-size:17px;
  color:#aaa;
}

strong.song-name span b {
  font-weight:400;
  color:#fca12a;
}

div.audio-controls {
  display:none;
}

div.fancybox-content div.audio-controls {
	display: block;
	margin-top: 15px;
	width: 100% !important;
}

div.audio-controls div.track-controls {
 width:62%; 
  margin-right:5%;
  float:left;
      margin-left: 0;
    margin-top: 7px;
}

div.fancybox-content div.audio-controls div.track-controls {
	float: none;
	width: 100% !important;
	margin-right: 0;
}

div.audio-controls div.track-controls div.main-controls {
 display:inline-block;
  vertical-align:middle;
}

div.audio-controls div.track-controls div.play-pause {
  display:inline-block;
  vertical-align:middle;
  margin-right:18px;
  width:41px;
  height:41px;
  background:url(assets/images/iconsprite-jkp.png) no-repeat 0 -80px;
}

div.audio-controls div.track-controls div.play-pause.is-play {
  background:url(assets/images/iconsprite-jkp.png) no-repeat 0 -80px;
}

div.audio-controls div.track-controls div.play-pause.is-pause {
  background:url(assets/images/iconsprite-jkp.png) no-repeat -51px -80px;
}

div.audio-controls div.track-controls span.song-time {
  font-size:17px;
  display:inline-block;
  margin-right:15px;
  vertical-align:middle;
}

div.audio-controls div.track-controls div.track-progress-wrapper {
 display:inline-block; 
  vertical-align:middle;
  position:relative;
      width: 100%;
    max-width: 375px;
  
}

div.fancybox-content div.audio-controls div.track-progress-wrapper {
	max-width: none;
	display: block;
	margin: 30px 0;
	width: 100% !important;
	max-width: none !important;
}

div.audio-controls div.track-controls div.track-progress-wrapper div.track-max {
  height: 2px;
    background: #b7b7b7;
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
  z-index:0;
}

div.audio-controls div.track-controls div.track-progress-wrapper div.track-max:before {
 content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    width: 2px;
    background: #b7b7b7;
}

div.audio-controls div.track-controls div.track-progress-wrapper div.track-max:after {
  content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    width: 2px;
    background: #b7b7b7;
}

div.audio-controls div.volume-controls {
 float:right;
  width:25%;
  margin-top:6px;
}

div.fancybox-content div.audio-controls div.volume-controls {
	float: none !important;
	width: 100% !important;
	margin-top: 60px !important;
}

div.audio-controls div.volume-controls .mute-btn {
  display:inline-block;
  width:41px;
  height:41px;
  background:url(assets/images/iconsprite-jkp.png) no-repeat -109px -80px;
  margin-right:20px;
  vertical-align:middle;
  cursor:pointer;
}

div.audio-controls div.volume-controls .mute-btn.muted {
  background-position:-246px -80px;
}

div.audio-controls div.volume-controls div.volume-bar {
display:inline-block;
  width:62px;
  position:relative;
  vertical-align:middle;
}

div.audio-controls div.volume-controls div.volume-bar div#volumeStatus {
  position:relative;
  z-index:2;
  background:#fca12a;
  width:62px;
}

div.audio-controls div.volume-controls div.volume-bar div#volumeStatus:after {
  content:'';
  width:2px;
  height:24px;
  position:absolute;
  top:50%;
  right:0;
  margin-top:-12px;
  background:#fca12a;
}

div.audio-controls div.volume-controls div.volume-bar div#volumeMeter {
  position:absolute;
  top:0;
  z-index:3;
  background:transparent;
  width:62px;
  margin:0;
  cursor:pointer;
}

div.audio-controls div.volume-controls div.volume-bar div.volume-max {
      position: absolute;
    z-index: 1;
    background: #bdbdbd;
    top: 0;
    width: 100%;
    height: 10px;
}

div.audio-item a.mp3-window-click {
        display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #000;
    text-decoration: none;
    padding-left: 53px;
    margin-top:30px;
    font-size: 16px;
}

div.audio-item a.mp3-window-click:before {
content:'';
  display:block;
  width: 41px;
    height: 41px;
    background: url(assets/images/iconsprite-jkp.png) no-repeat 0 -80px;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-21px;
}

@media (min-width:520px) {
div.audio-item a.mp3-window-click {
  display:block;
  /*margin-top:0;*/
  vertical-align: middle;
}
}

@media (min-width:650px) {

div.audio-item a.mp3-window-click {
display: none;  
}

div.audio-item div.audio-controls {
  display:inline-block;
  vertical-align:middle;
  position:relative;
  width:100%;
  margin-top:15px;
}


  div.audio-item div.audio-controls div.track-controls {
	width:68%; 
  }

div.audio-item div.audio-controls div.track-controls div.track-progress-wrapper {
      width: 65%;
}

div.audio-item div.audio-controls div.volume-controls {
  width:27%;
}

}

@media (min-width:860px) {

div.audio-item div.audio-controls {
 margin-top:0;
  width:70%;
}


div.audio-item div.audio-controls div.track-controls {
 width:68%; 
}

div.audio-item div.audio-controls div.track-controls div.track-progress-wrapper {
  width:100%;
      max-width: 210px;
}

div.audio-item div.audio-controls div.volume-controls {
  width:27%;
   float:left;
  margin-top:6px;
}


}

@media (min-width:1024px) {

div.audio-item {
  padding:30px 15px 30px 135px;
}

div.audio-item div.audio-controls div.track-controls {
 width:70%; 
}

div.audio-item div.audio-controls div.volume-controls {
    width: 25%;
}

div.audio-item div.audio-controls div.track-controls div.track-progress-wrapper {
 width:66%; 
}

div.audio-item {
  padding:30px 15px 30px 135px;
}

div.audio-item:before {
  content:'';
  display:block;
  position:absolute;
  top:50%;
  left:36px;
  background:url(assets/images/iconsprite-jkp.png) no-repeat -170px -64px;
  width:57px;
  height:63px;
  margin-top:-32px;
}

}


@media (min-width:1100px) {

div.audio-item div.audio-controls div.track-controls {
 width:73%; 
}

div.audio-item div.audio-controls div.track-controls div.track-progress-wrapper {
 width:74%;
  max-width:400px;
}

div.audio-item div.audio-controls div.volume-controls {
  width:22%;
}

div.audio-item div.audio-controls {
  width:75%;
}

div.audio-item strong.song-name {
  font-size:18px;
  line-height:28px;
  width:200px;
}

}

@media (min-width:1340px) {

div.audio-item div.audio-controls div.track-controls {
 width:62%; 
}

div.audio-item div.audio-controls div.track-controls div.track-progress-wrapper {
 width:100%; 
  max-width:350px;
}

div.audio-item div.audio-controls div.volume-controls {
  width:30%;
}


div.audio-item div.audio-controls {
  width:70%;
}

div.audio-item strong.song-name {
  font-size:18px;
  line-height:28px;
  width:318px;
}

}

@media (min-width:1480px) {
div.audio-item strong.song-name {
  width:418px;
  font-size:20px;
}

div.audio-item div.audio-controls {
  width:65%;
}
}


/* SATSANG PAGE */
body.page-id-411 section.row-2 {
  padding-top:40px !important; 
 padding-bottom:40px !important; 
}


/* DONATE PAGE */


body.page-id-413 iframe.intro-video {
  max-width:1065px;
  margin-left:auto;
  margin-right:auto;
  height:350px;
  width:100%;
  display:block;
}

@media (min-width:768px) {
body.page-id-413 iframe.intro-video {
  height:415px;
}
body.page-id-413 div.black-iframe {
  /*width:100%;
  background:#000;*/
}

}

body.page-id-413 section.row-1 {
 padding-top:80px !important; 
}
