@charset "UTF-8";

@import url(font-awesome/scss/font-awesome.css);

@import url(mmenu/jquery.mmenu.all.css);

@import url(bootstrap/bootstrap.css);

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

/*John*/
header #new-header .social a {
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 7px 8px;
	font-size: 19px;
}
.container {
	width: 100% !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	max-width: 1500px;
}

.page-template-default {
	padding-top: 150px;
}
.default-page-title-wrap {
	background: #000;
	color: #fff;
	padding: 40px;
	border-radius: 40px;
	margin-top: -100px;
	margin-left: 40px;
	margin-right: 40px;
	position: relative;
	z-index: 2;
}
.default-page-banner {
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.default-page-title-wrap h1 {
	color: #fff;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.default-page-description {
	font-size: 20px;
}
.default-page-content,
.default-page-content p {
	font-size: 20px;
	color: #000;
}
.default-page-content .container {
	padding-top: 0 !important;
}
.default-page-content h1,
.default-page-content h2,
.default-page-content h3,
.default-page-content h4,
.default-page-content h5,
.default-page-content h6 {
	color: #000;
}

.main-overview-section:nth-child(odd) {
	background: #eff0f0;
}
.main-overview-section .container {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.services-list-wrap .service-title {
	font-size: 47px;
	color: #000;
	text-align: center;
}
.services-list {
	list-style: none;
	padding: 0;
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 40px auto 0 auto;
}
.services-list:after,
.package-list:after {
	content: "";
	display: block;
	clear: both;
}
.services-list li {
	display: inline-block;
	width: 23%;
	vertical-align: text-top;
}
.services-list h3 {
	color: #000;
	font-size: 27px;
	line-height: 1.25em;
}

.client-list-wrap {
	background: linear-gradient(to right, #a52070 0%, #47236a 100%);
	padding: 40px;
	border-radius: 30px;
	color: #fff;
}
.client-list-wrap h3 {
	color: #fff;
	text-align: center;
}
.client-list {
	list-style: none;
	padding: 0;
	text-align: center;
	display: block;
	max-width: 100%;
	margin: 40px auto 0 auto;
}
.client-list li {
	display: inline-block;
	padding: 10px;
	width: 17%;
	background: #fff;
	height: 150px;
	border-radius: 50%;
	margin: 10px;
	overflow: hidden;
}
.client-list li a {
	display: flex;
	align-items: center;
	height: 100%;
}

.package-list {
	list-style: none;
	padding: 0;
	display: block;
	max-width: 100%;
	margin: 40px auto 0 auto;
}
.package-list li {
	float: left;
	width: 31.85%;
	vertical-align: text-top;
	background: linear-gradient(to right, #a52070 0%, #47236a 100%);
	padding: 40px;
	margin: 0 15px;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
}
.package-list li:first-child {
	margin-left: 0;
}
.package-list li:last-child {
	margin-right: 0;
}
.package-list li h3 {
	color: #fff;
	margin-top: 0;
}
.package-list li .joy-btn {
	color: #000;
	background: #fff;
	padding: 10px 30px;
}

.accordion-item {
	margin-bottom: 20px;
}
.accordion-item h4 {
	background: #eff0f0;
	padding: 30px;
	margin: 0;
	cursor: pointer;
}
.accordion-item h4 i {
	float: right;
}
.accordion-item .article {
	font-size: 20px;
	display: none;
	/* transition: all 1s ease; */
	overflow: hidden;
	padding: 30px;
}
.accordion-item.active .article {
	display: block;
}

.bottom-text-section p {
	font-size: 30px;
	font-weight: 700;
}
.form-section .form-wrap {
	background: #000;
	color: #fff;
	border-radius: 20px;
	padding: 40px;
}
.form-section .form-wrap .form-title {
	color: #fff;
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}
.form-section .form-wrap .gform-body input[type="text"], .form-section .form-wrap .gform-body input[type="number"], 
.form-section .form-wrap .gform-body input[type="email"] {
	font-size: 20px;
	color: #000;
	background: #cfd1d2;
	font-weight: 700;
	border: 0;
	border-radius: 0;
}
.form-section .form-wrap .gform-body textarea {
	padding-top: 20px !important;
	height: 150px !important;
	font-size: 20px;
	color: #000;
	background: #cfd1d2;
	font-weight: 700;
	border: 0;
	border-radius: 0;
}
.form-section .form-wrap fieldset legend {color:#fff !important;}
.form-section .form-wrap .gform_footer {
	margin-top: 20px !important;
	display: block !important;
}
.form-section .form-wrap .gform_footer:after {
	content: "";
	display: block;
	clear: both;
}
.form-section .form-wrap .gform_footer input[type="submit"] {
	background: #ffffff;
	color: #000;
	padding: 20px 50px;
	border: 0 !important;
	border-radius: 40px;
	font-size: 33px !important;
	font-weight: 700;
	font-family: Metric-Bold;
	width: auto !important;
	float: right;
}

.footer-acknowledgement .container {
	padding-top: 0 !important;
	padding-bottom: 100px !important;
}
.acknowledgement-wrap {
	background: #212021;
	border-radius: 40px;
	padding: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.acknowledgement-wrap img {
	max-width: 202px;
}
.acknowledgement-wrap h3 {
	font-size: 28px;
	color: #fff;
}
.acknowledgement-wrap p {
	font-size: 16px;
}

/**JOHN PROGRAM GRID**/
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.select2-container
	.select2-selection--single {
	background: none;
	border: 1px solid #74598f;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered
	.select2-selection__placeholder {
	color: #000;
	font-family: Metric-Bold;
	font-size: 25px;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_filters
	input {
	font-family: Metric-Bold;
	background: #000;
	border-radius: 30px;
	font-size: 25px !important;
	line-height: 0;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_filters
	.reset_filters {
	font-family: Metric-Bold;
	background: #000;
	border-radius: 30px;
	border: 0;
}

.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.thumb {
	border: 0;
	top: 10px;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.thumb:after {
	display: none;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.thumb
	i.fa-angle-left:before {
	content: "";
	width: 32px;
	height: 42px;
	background: url(../images/grid-slide-left.png) no-repeat;
	display: block;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.thumb
	i.fa-angle-right:before {
	content: "";
	width: 32px;
	height: 42px;
	background: url(../images/grid-slide-right.png) no-repeat;
	display: block;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_hour_scale
	div
	span {
	font-size: 12px;
	top: -18px;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.border-line {
	background-color: #73578d;
}

.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_content
	.program_inner
	.program_days
	div {
	background: #a52070;
	font-family: Metric-Bold;
	font-size: 22px;
	border: 1px solid #73578d;
	border-bottom: 0;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.program_row
	> div {
	background-color: #fbf6f9;
	border: 1px solid #73578d;
	border-right: 0;
	border-bottom: 0;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.program_row
	> div
	p {
	font-family: Metric-Bold;
	font-size: 20px;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.program_row
	> div
	> div
	span {
	font-family: AvenirLTStd-Roman;
}

.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.program_row
	> div
	> div
	span.program_tooltip_close
	i:before {
	font-size: 30px;
	color: #dba6c6;
}
.page-template-page-program-grid
	.program_wrapper
	.program_guide
	.program_row
	> div.active
	.program_tooltip {
	border-radius: 30px;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_tooltip
	> div {
	border: 1px solid #73578d;
	border-radius: 30px;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_tooltip
	.program_tooltip_info
	> div:last-of-type
	.program_name {
	font-size: 21px;
	font-family: Metric-Bold;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.program_row
	> div
	> div
	span {
	font-size: 18px;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_guide
	.program_row
	> div
	> div
	.program_tooltip
	> div
	> p {
	font-family: AvenirLTStd-Roman;
}
.page-template-page-program-grid
	.default-page-content.program_wrapper
	.program_tooltip
	> div
	.program_tooltip_link {
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	font-size: 19px;
	font-family: Metric-Bold;
	margin-top: 15px;
}

/**JOHN SUB SITE**/
.default-page-banner-section .title-post-single,
.default-page-banner-section .title-joy-program-info {
	display: none !important;
}
.default-page-banner-section .post-meta-joy-program-info br {
	display: none !important;
}
.default-page-banner-section .post-meta-single .divider {
	display: none !important;
}
.podcast-img img {
	max-width: 100%;
	height: auto !important;
}

/**REMOVE BLACK FRAME***/

*,
*:focus,
*:hover {
	outline: none !important;
}

select {
	border: 0px none !important;

	border-radius: 0.001px !important; /* this value must be greater than 0, otherwise it won't work */
}

/**-------------------**/

.admin-bar header,
.admin-bar header.fixed {
	top: 32px;
}

body {
	color: #000;
	font-family: AvenirLTStd-Roman;
	font-size: 20px;
	font-weight: 400;
	background: #fff;
}

ol,
ul {
	padding-left: 18px;
}

p {
	margin: 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0 10px;
	font-weight: 700;
	color: #000;
	font-family: Metric-Bold;
}

h1 {
	font-size: 55px !important;
	line-height: 60px;
}

h2 {
	font-size: 55px;
	line-height: 60px;
}

h3 {
	font-size: 36px;
	line-height: 39px;
}

h4 {
	font-size: 36px;
	line-height: 39px;
}

h5 {
	font-size: 24px;
	line-height: 28px;
}

h6 {
	font-size: 24px;
	line-height: 28px;
}

.section .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

hr {
	background: #babcbe none repeat scroll 0 0;
	border-color: #babcbe;
}

a {
	color: #a52070;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #a52070;
}

.clear {
	clear: both;
}

#top-ad {
	padding: 8px 0;
	position: fixed;
	z-index: 999;
	bottom: 0;
	background: rgba(70, 39, 105, 0.4);
	width: 100%;
}

.close-me {
	text-align: center;
	padding-top: 3px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	background: rgba(70, 39, 105, 0.4);
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

header {
	position: absolute;
	z-index: 9999;
	top: 0;
	width: 100%;
}

header .container {
	position: relative;
}

.partner-section {
}

.recent-podcast > a {
	display: none !important;
}

.recent-podcast > a:nth-child(2),
.recent-podcast > a:nth-child(3),
.recent-podcast > a:nth-child(4),
.recent-podcast > a:nth-child(5),
.recent-podcast > a:nth-child(6),
.recent-podcast > a:nth-child(7),
.recent-podcast > a:nth-child(8),
.recent-podcast > a:nth-child(9) {
	display: block !important;
}

/* M Strauss 18/Mar/2020 - addedd all-podcast-categories*/

.all-podcast-categories > a {
	display: block !important;
}

.fixedElement {
	width: 100%;
}

#nav-area {
	background: #fff;
	padding: 25px 0;
	height: 120px;
}

.main-nav {
	text-align: right;
	padding-top: 8px;
}

.main-nav ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.main-nav ul li {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-left: 16px;
}

.main-nav ul li a {
	font-weight: 600;
	font-size: 16px;
	color: #e21b4d;
	text-transform: uppercase;
	display: inline-block;
}

.main-nav ul li a:hover,
.main-nav ul li.active a,
.main-nav ul li.current-menu-item a,
.main-nav ul li a:focus {
	color: #46236a;
}

.main-nav ul li:hover .sub-menu {
	display: block;
	visibility: visible;
	transition: 0.2s 0.25s;
}

.main-nav ul li .sub-menu {
	display: block;
	visibility: hidden;
	transition: 0.2s 0.25s;
	width: 250px;
	top: 47px;
	right: 0;
	position: absolute;
	z-index: 9999;
	background: #e21b4d;
	text-align: left;
}

.main-nav ul li .sub-menu li {
	margin: 0;
	display: block;
	padding: 0;
}

.main-nav ul li .sub-menu li a {
	color: #fff;
	border: 0;
	display: block;
	padding: 6px 20px;
}

.main-nav ul li .sub-menu li:hover a,
.main-nav ul li .sub-menu li.current_page_item a {
	border: none;
	color: #fff;
	background: #7351bc;
}

.main-nav ul li .sub-menu li.active a {
	border-bottom: 1px solid #652e88;
}

.main-nav ul li .sub-menu li.active .sub-menu li a {
	border: none;
}

.main-nav ul li .sub-menu li:hover:before {
	color: #005285;
}

.main-nav ul li .sub-menu li:hover .sub-menu {
	display: block;
}

.main-nav ul li .sub-menu li:hover .sub-menu li a {
	border: none;
}

header .mmenu {
	color: #ef5a29;
	font-size: 31px !important;
	float: right;
	margin-top: 5px !important;
	margin-left: 6px !important;
}

header.fixed .main-nav {
	top: 12px;
}

/***MEGAMENU****/

.main-nav ul li.mega-menu {
	position: inherit;
}

.main-nav ul li.mega-menu ul {
	position: fixed;
	display: none;
	top: 130px;
	width: 100%;
	left: 0;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main-nav ul li.mega-menu ul li {
	width: 25%;
	float: left;
}

.main-nav ul li.mega-menu ul li a {
	background: url(../images/weigh-scale.png) no-repeat 5px center;
	padding: 12px 22px 12px 46px !important;
	font-size: 16px;
	display: block;
	line-height: 1.25em;
}

.main-nav ul li.mega-menu ul li a:hover,
.main-nav ul li.mega-menu ul li.current-menu-item a {
	background: url(../images/weigh-scale.png) no-repeat 5px center #df5427;
	color: #fff;
}

.main-nav ul li.mega-menu ul li:hover a:after {
	content: ">>";
	right: 10px;
	top: 12px;
	position: absolute;
}

.main-nav ul li.mega-menu ul li p {
	font-style: italic;
	font-size: 14px;
	margin: 0;
}

header.fixed .main-nav ul li.mega-menu ul {
	top: 90px;
}

.main-nav ul li.mega-menu ul li.menu-desc {
}

.main-nav ul li.mega-menu ul li.menu-desc a {
	background: none;
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.main-nav ul li.mega-menu ul li.menu-desc p {
	font-style: normal;
	margin-top: 10px;
}

.social {
	text-align: right;
}

.social a {
	color: #e21b4d;
	font-size: 28px;
	margin: 0 2px;
}

header.fixed {
	position: fixed;
	top: 0;
}

header.fixed #nav-area {
	height: 55px;
	padding: 8px 0;
}

header.fixed .social {
	display: none;
}

/*.logo-area {height:72px;}

.logo-area img {width: 200px;}*/

header .logo img {
	max-width: 201px;
}

header.fixed .logo-area {
	height: 40px;
}

header.fixed .secondary-logo {
	display: none;
}

.fabjab-sticky {
	display:none !important;
	width: 45px;
	height: 90px;
	position: fixed;
	right: 0;
	bottom: 150px;
	z-index: 9999;
}

#banner-slide {
	position: relative;
}

#banner-slide ul {
	margin: 0;
	padding: 0;
}

#banner-slide li {
	height: 100vh;
	background-size: cover !important;
}

.slide-desc {
	background: rgba(226, 27, 77, 0.9);
	width: 45%;
	padding: 40px 60px 20px 60px;
	font-size: 24px;
	color: #fff;
	height: auto;
	position: absolute;
	top: 35%;
	border-radius: 0 10px 10px 0;
}

.slide-desc h2 {
	color: #fff;
	font-size: 60px;
}

.slide-desc .btn-default {
	background: #46236a;
}

/*.banner-img {margin-top:120px;height:75vh;text-align:center;color:#fff;position:relative;background-size:cover !important;background-position:top center !important;}*/

.banner-img {
	margin-top: 120px;
	height: 40vh;
	text-align: center;
	color: #fff;
	position: relative;
	background-size: cover !important;
	background-position: top center !important;
}

/*.banner-img .banner-title {position:absolute;bottom:100px;width:100%;}*/

.banner-img .banner-title {
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.banner-img .banner-title h1 {
	font-size: 60px;
	color: #fff;
}

#program-grid {
	background: #46236a;
	padding: 10px 0;
	position: relative;
	width: 100%;
	z-index: 999;
}

.vertical-text {
	width: 7%;
	float: left;
	vertical-align: bottom;
	padding-top: 4px;
}

.vertical-text span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: block;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	text-indent: -50px;
}

.prog-box {
	background: #fff;
	border: 1px solid #000;
	padding: 6px 10px;
	width: 93%;
	float: left;
	height: 56px;
}

.prog-box-player {
	height: 54px;
	background: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 5px;
}

.prog-box-player img {
	height: 100%;
}

.prog-name,
.prog-time {
	font-weight: 700;
	font-size: 14px;
	margin: 0px 0;
	line-height: normal;
}

.prog-name strong {
	text-transform: uppercase;
}

#program-grid .program-grid-slide {
	position: relative;
}

.section-title {
	background: #fdedf1;
	text-align: center;
	padding: 60px 0;
	text-transform: uppercase;
}

.section-title h2 {
	font-size: 55px;
	line-height: 50px;
	margin: 0;
	font-weight: 700;
}

.post-tab-title {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 33.33%;
	float: left;
	background: #ee7694;
	font-size: 33px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.podcast-button {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.post-tab-title i,
.post-tab-more i {
	font-size: 20px;
	margin-top: -10px;
}

.post-tab-title i {
	display: inline-block;
	position: relative;
	top: -6px;
}

.post-tab-title.active,
.post-tab-title:hover {
	background: #e21b4d;
}

.post-tab-more {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: #ee7694;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}

.post-tab-more:hover {
	background: #e21b4d;
}

.post-tab-more a {
	color: #fff;
}

.recent-post-wrap,
.nlposts-ulist-litem {
	overflow: hidden;
	width: 25%;
	float: left !important;
	position: relative;
	margin-top: 0;
	height: 400px;
	background-size: cover !important;
	background-position: center center !important;
}

.recent-post-wrap .recent-post-title,
.nlposts-caption {
	background: rgba(70, 39, 150, 0.6);
	padding: 16px 25px;
	position: absolute;
	bottom: -36px;
	width: 100%;
	transition: all 0.5s ease;
}

.recent-post-wrap:hover .recent-post-title {
	bottom: 0;
	transition: all 0.5s ease;
}

.recent-post-wrap .recent-post-title h3,
.nlposts-caption h3 {
	text-align: center;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
}

.recent-post-wrap .recent-post-title h3 a {
	color: #fff;
}

.recent-post-wrap .recent-post-title h3 span {
	color: #fff;
	font-size: 18px;
	padding-top: 14px;
	display: inline-block;
}

#home .recent-post-wrap:nth-of-type(1n + 5) {
	display: none !important;
}

.page-template-page-podcasts .recent-post-title h3 {
	font-size: 20px;
	line-height: normal;
}

.page-template-page-podcasts .recent-post-title {
	overflow: hidden;
}

.page-template-page-podcasts a:first-child .recent-post-title {
	display: block !important;
}

.page-template-page-podcasts .recent-post-title:hover {
	height: auto;
}

.page-template-page-podcasts .lifestyle {
	background-image: url(https://joy.org.au/wp-content/uploads/2017/10/IMG_0514.jpg);
	background-repeat: no-repeat;
}

.page-template-page-podcasts .music-classical {
	background-image: url(https://joy.org.au/wp-content/themes/joy-wp/assets/images/section-img2.jpg);
	background-repeat: no-repeat;
}

.page-template-page-podcasts .music-country {
	background-image: url(https://joy.org.auwp-content/themes/joy-wp/assets/images/recent-post-img2.jpg);
	background-repeat: no-repeat;
}

.page-template-page-podcasts .music-edm {
	background-image: url(https://jjoy.org.au/wp-content/themes/joy-wp/assets/images/recent-post-img1.jpg);
	background-repeat: no-repeat;
}

.page-template-page-podcasts .music-jazz {
	background-image: url(https://joy.org.au/wwp-content/themes/joy-wp/assets/images/recent-post-img4.jpg);
	background-repeat: no-repeat;
}

.page-template-page-podcasts .music-pop {
	background-image: url(https://joy.org.au/wp-content/themes/joy-wp/assets/images/recent-post-img3.jpg);
	background-repeat: no-repeat;
}

.page-template-page-podcasts .music-showtunes {
	background-image: url(https://joy.org.au/wp-content/themes/joy-wp/assets/images/section-img1.jpg);
	background-repeat: no-repeat;
}

.page-template-page-podcasts .news-current-affairs {
	background-image: url(https://joy.org.au/wp-content/uploads/sites/11/2017/10/Neon-Nights-100-Peter-Hook-Interview-Part-1.jpg);
	background-repeat: no-repeat;
}

.nlposts-ulist-thumbnail {
	padding: 0;
}

.nlposts-ulist-thumbnail-litem {
	width: 100%;
	margin-top: 0;
}

.nlposts-ulist-thumbnail-litem .thumbnail {
	padding: 0;
	border: 0;
	border-radius: 0 !important;
}

.nlposts-ulist-thumbnail-litem .thumbnail img {
	border: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

.recent-news,
.recent-videos {
	display: none;
}

#content .fj-section .padded {
	padding-top: 30px;
	padding-bottom: 30px;
}

#content .section .padded {
	padding-top: 30px;
	padding-bottom: 30px;
}

#content .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.tracks .padded {
	padding-top: 30px;
	padding-bottom: 0 !important;
}

.track-wrap {
	margin-bottom: 30px;
	height: 90px;
}

.track-img {
	width: 20%;
	float: left;
}

.track-info {
	width: 80%;
	float: left;
	text-transform: uppercase;
	padding-left: 26px;
}

.btn-default {
	background: #e21b4d;
	color: #fff;
	border: 0;
}

.btn-default:hover {
	background: #ee7694;
	color: #fff;
}

.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.btn-lg {
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
}

.btn-md {
	font-size: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

.btn {
	border-radius: 5px;
	font-weight: 700;
}

.content-section {
	background: #fff;
}

.col-section {
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}

.col-section .container {
	padding: 0px 0;
	background: #e4e5e6;
}

.section-img {
	background-size: cover !important;
	min-height: 544px;
}

.section-text {
	padding: 80px 100px;
}

.section-text h2 {
	font-size: 36px;
	font-weight: 700;
}

.section-image-right .section-img {
	float: right;
}

.page-template-default #fullpage {
	position: relative;
}

.home #fullpage {
	position: absolute;
	top: 0 !important;
	width: 100%;
}

.page-template-page-contact section h3 {
	font-size: 33px;
	color: #808083;
	margin-top: 0;
}

.page-template-page-contact .location-map {
	background: #bdbdbe;
}

.custom-form .myform {
	height: 312px;
}

/********FORMS************/

h3.gform_title {
	text-align: center;
	color: #fff;
	font-size: 36px !important;
	text-transform: uppercase;
	font-weight: 300 !important;
}

.quick-contact {
	background-color: transparent;
	background-image: linear-gradient(90deg, #a42070 0%, #47236a 100%);
	color: #fff;
}
.quick-contact .section-title {
	background: none;
}
.quick-contact .section-title h2 {
	color: #fff;
}
.quick-contact .gform_body .gform_not_found {
	text-align: center;
}
.quick-contact .gform_body {
	width: 70% !important;
	float: left;
}

.quick-contact .gform_body li,
.quick-contact .gform_body li .ginput_container {
	padding-top: 0;
	margin-top: 0 !important;
}

.quick-contact .gform_footer {
	width: 30% !important;
	float: left;
	clear: none !important;
}

form li {
}

form li input[type="text"],
form li input[type="email"] {
	font-weight: 600;
	color: #462769;
	font-size: 20px !important;
	padding: 8px 18px !important;
	background: none;
	border: 1px solid #e21b4d;
	border-radius: 0;
}

form textarea {
	font-weight: 600;
	height: 80px !important;
	color: #462769;
	font-size: 20px !important;
	padding: 0 18px !important;
	background: none;
	border: 1px solid #e21b4d;
	border-radius: 0;
}

.post-content form .gform_footer {
	margin-top: 20px !important;
	padding-right: 16px !important;
}

.gform_wrapper form input[type="submit"] {
	margin: auto !important;
	width: 100% !important;
	display: block !important;
	border: 1px solid #e21b4d !important;
	background: #e21b4d;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 15px;
	font-size: 20px !important;
	border-radius: 5px;
	text-align: left;
}

.gform_wrapper form input[type="submit"]:hover {
	background: #ee7694;
	color: #fff;
}

.gform_ajax_spinner {
	display: none !important;
}

.validation_error {
	margin: 0 0 20px;
	color: red;
	text-align: left;
}

.validation_message {
	margin: -5px 0 10px;
	color: red;
	text-align: left;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #000;
}

:-moz-placeholder {
	opacity: 1;
	color: #000;
}

::-moz-placeholder {
	opacity: 1;
	color: #000;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #000;
}

body #cn-joy-sponsor #cn-cat-select ul li label {
	display: block !important;
}

body .cn-search input {
	width: auto !important;
	display: inline !important;
}

body.page-id-213 #cn-list {
	width: 100% !important;
}

body.page-id-213 #cn-list-body {
	margin-left: 0 !important;
}

body.page-id-213 #cn-joy-sponsor .cn-entry {
	width: 100% !important;
}

body.page-id-180 #cn-list {
	width: 100% !important;
}

body.page-id-180 #cn-cat-select ul {
	width: 40% !important;
}

body.page-id-180 #cn-list-body {
	width: 58% !important;
}

body.page-id-180 #cn-list-body .cn-entry {
	width: 100% !important;
}

/********************/

#slideout .second-logo {
	position: relative;
	z-index: 99;
	margin-top: 400px;
	display: block;
	text-align: center;
}

#slideout .mm-logo {
	position: relative;
	z-index: 99;
	padding-top: 10px;
}

#slideout .mm-social {
	position: relative;
	z-index: 99;
	text-align: right;
	padding-top: 10px;
	font-size: 28px;
}

#slideout .mm-panel {
	padding: 60px 0 0 0;
	background: url(../images/mobile-menu-shadow.jpg) repeat-y #462769;
}

#slideout .mm-panel ul {
	display: block;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

#slideout .mm-panel ul li:after {
	border: none;
}

#slideout .mm-panel ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	padding: 10px 25px 9px 30px;
	border-bottom: 1px solid #58387b;
	text-transform: uppercase;
	width: 100%;
	display: block;
}

#slideout .mm-panel ul li a:hover {
	color: #e21b4d;
}

#slideout .mm-panel .mm-navbar {
	border-bottom: 1px solid #58387b;
	top: 0px;
	left: -5px;
	position: relative;
}

#slideout .mm-panel .mm-navbar .mm-title {
	display: none;
}

#slideout .mm-panel ul li a.mm-next {
	display: block;
	border: 0 !important;
	color: #e21b4d !important;
	width: 46px !important;
	height: 40px;
	padding: 0;
	top: 0px;
	border-left: 1px solid #58387b !important;
}

#slideout .mm-panel ul li a.mm-next::after {
	border-color: #e21b4d;
}

#slideout .mm-panel .mm-navbar .mm-prev::before {
	border-color: #e21b4d;
}

#slideout .mm-panel .mm-navbar .mm-prev::after {
	content: "BACK";
	padding-left: 14px;
	color: #fff;
	font-weight: 700;
}

#slideout .mm-panel ul li .mm-panel {
	display: block;
}

#slideout .mm-panel ul li .mm-panel ul {
	padding: 0;
}

#slideout .mm-panel ul li .mm-panel ul li a:before {
	content: "- ";
	display: inline;
	vertical-align: top;
}

#slideout .mm-panel ul li .mm-panel ul li a {
	display: inline-block;
	text-transform: uppercase;
}

#slideout .mm-panel ul li .mm-panel ul li.current_page_item a {
	color: #a4cd39;
}

#slideout .mm-panel ul li.active a,
#slideout .mm-panel ul li.mm-selected a {
	border-bottom: 1px solid #be691c;
	background: none;
}

#slideout .mm-panel ul li ul.sub-menu li a:hover {
	color: #000;
}

#slideout .mm-panel li.social {
	padding-top: 10px;
	text-align: left !important;
	float: none;
}

#slideout .mm-panel li.social span {
	padding: 10px 0;
}

#slideout .mm-panel li.social a {
	display: inline-block;
}

#slideout .mm-panel ul li.mm-selected ul.sub-menu li a {
	border: 0;
}

#slideout .mm-panel li.social a:hover {
	border: 0;
}

.post-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.post-content .news-title {
	font-size: 36px;
	color: #462769;
	margin-bottom: 0;
	margin-top: 140px;
}

.post-content .news-title a {
	color: #462769;
}

.news .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.news .news-img {
	background-color: #e21b4d !important;
	background-position: 50px 0px !important;
	background-size: cover !important;
}

.post-content .news-img {
	min-height: 330px;
}

.recent-post .news-img {
	min-height: 231px;
}

.news-date {
	position: absolute;
	left: 0;
	width: 50px;
	text-align: center;
	background: #462769;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding: 6px 0;
}

.news-date span {
	font-size: 36px;
	font-weight: 700;
	border-top: 1px solid #a4cd39;
	border-bottom: 1px solid #a4cd39;
}

.news .news-content {
	padding-top: 60px;
	padding-left: 48px;
}

.podcast-wrap {
	margin-top: 16px;
}

.podcast-wrap p.podcast_title {
	font-size: 15px;
	margin: 2px 0;
	color: #000;
	display: none;
	font-family: Metric-Bold;
	margin-bottom: 15px !important;
}

.podcast-wrap p.powerpress_links {
	margin-top: 15px !important;
}

.podcast-wrap p.powerpress_links a {
	color: #a52070;
}

.mycat {
	list-style: none;
	margin: 20px auto 0px auto;
	padding: 0;
}

.mycat li {
	display: inline-block;
	margin-bottom: 8px;
}

.mycat li a {
	border: 1px solid #ef5a29;
	color: #000;
	padding: 6px 16px;
	display: block;
}

.mycat li a:hover {
	background: #ef5a29;
	color: #fff;
}

body .mejs-container,
body .mejs-container .mejs-controls,
body .mejs-embed,
body .mejs-embed body {
	background: #000 !important;
	border-radius: 30px !important;
}

.news .post-list {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 15px;
}
.news .post-list:first-child {
	padding-top: 0;
}
.news .post-list h3 {
	margin: 0;
	color: #000;
	font-size: 30px;
}
.news .post-list h3 a {
	color: #000;
}
.news-meta {
	color: #a52070;
	font-size: 15px;
	margin: 2px 0;
}
.news-meta a {
	color: #a52070;
}
.news-meta a:hover {
	color: #a52070;
}
.news .post-list .joy-btn {
	font-size: 20px;
	padding: 10px 30px;
}

.news .single-nav {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	color: #a52070;
	border-top: 1px solid #e4e5e6;
	margin-top: 20px;
}

.news .single-nav a {
	display: inline;
	margin: 0 6px;
	color: #a52070;
	font-size: 12px;
}

.news .single-nav a:hover {
	color: #a52070;
}

.news .single-nav a i {
	width: 42px;
	height: 42px;
	text-align: center;
	padding-top: 10px;
	font-size: 23px;
	color: #a52070;
}

.news .single-nav span {
	color: #000;
	font-family: Metric-Bold;
	font-weight: 700;
	font-size: 15px;
	line-height: 1em;
}

.news .single-nav .next {
	position: relative;
	display: block;
}

.news .single-nav .prev {
	position: relative;
	display: block;
}

.news .single-nav .nav-arrow-left {
	text-align: left;
}

.news .single-nav .nav-arrow-right {
	text-align: right;
}

.news .single-nav table td {
	border: 0;
}

.page-template-page-blog .single-nav {
	border: 0;
}

.page-template-page-blog .single-nav a.prev {
	position: absolute;
	left: 0;
}

.page-template-page-blog .single-nav a.next {
	position: absolute;
	right: 0;
}

.news .single-nav .news-back {
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #000;
}
.news .single-nav .news-back i {
	color: #000;
}

.news blockquote {
	background: #edf5d7;
	text-align: center;
	border-left: 0;
	font-size: 18px;
	color: #462769;
	padding: 16px 20px;
	line-height: normal;
}

.news blockquote p {
	margin: 0;
}

.news .social-icons a {
	font-size: 29px;
	width: 40px;
	height: 40px;
	background: #e4e5e6;
	color: #ef5a29;
	display: inline-block;
	padding-top: 8px;
	margin-left: 2px;
	margin-right: 2px;
}

.social-bar {
	color: #aed4a7;
	font-size: 20px;
	border-top: 1px solid #aed4a7;
	border-bottom: 1px solid #aed4a7;
	margin-top: 60px;
}

.social-bar a {
	color: #aed4a7;
	font-size: 22px;
}

.news {
	padding-top: 166px;
}

.single .recent-post .section-title {
	padding: 50px 0;
	margin-left: -30px;
	margin-right: -30px;
}

.single .recent-post .section-title h2 {
	font-size: 50px;
}

.sidebar {
	margin-top: -30px;
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 131px;
}

.sidebar .widget {
	margin-bottom: 50px;
	margin-top: 0px;
}

.sidebar .widget-title {
	font-size: 23px;
	margin: 20px 0 10px;
	color: #000;
}

.sidebar form input[type="text"] {
	color: #000;
	border: 1px solid #462769;
	border-radius: 0;
	padding: 7px !important;
	border-radius: 30px;
}

.sidebar form input[type="submit"] {
	text-align: center;
	background: #000;
	border-radius: 30px;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Metric-Bold;
	padding: 10px;
}

.sidebar .sub-page-link {
	margin-bottom: 30px;
}

.sidebar .sub-page-link ul {
	padding: 0;
	list-style: none;
}

.sidebar .sub-page-link ul li {
	margin-bottom: 10px;
}

.sidebar .sub-page-link ul li a,
ul#podcast_genres_container li a.genre-item {
	background: #e21b4d;
	color: #fff;
	padding: 8px 20px;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.sidebar .sub-page-link ul li a:hover,
.sidebar .sub-page-link li.current_page_item a,
ul#podcast_genres_container li a.genre-item:hover {
	background: #ee7694;
	color: #fff;
}

.sidebar .sub-page-link .children {
	margin-top: 10px;
}

.sidebar .widget_categories ul {
	list-style: none;
	padding: 0;
}

.sidebar .widget_categories ul li {
	width: 100%;
}

.sidebar .widget_categories ul li:nth-child(even) {
	margin-right: 0;
}

.sidebar .widget_categories ul li a {
	color: #fff;
	background: #a4cd39;
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 8px 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.sidebar .widget_categories ul li a:hover {
	color: #462769;
}

.sidebar .JOY_Facebook_Page_Widget .fb_iframe_widget,
.sidebar .JOY_Facebook_Page_Widget .fb_iframe_widget span {
	width: 100% !important;
}

.sidebar .JOY_Facebook_Page_Widget .fb_iframe_widget span iframe {
	width: 100% !important;
}

.sidebar .widget_twitter ul {
	list-style: none;
	padding-left: 20px;
}

.sidebar .widget_twitter ul li {
	list-style-image: url(../images/tweet-bullet.png);
	margin-bottom: 10px;
	font-size: 15px;
}

.sidebar .widget_twitter .joy-twitter-btn {
	background: #000;
	padding: 10px 30px;
	height: auto;
	border: 0;
	vertical-align: middle;
	border-radius: 30px;
	width: 100%;
	display: block;
}
.sidebar .widget_twitter .joy-twitter-btn i {
	left: 30px;
}

.sidebar .widget_twitter .joy-twitter-btn span {
	display: inline-block;
	font-size: 18px;
}

.post-meta-single img.avatar {
	width: 256px;
	height: 256px;
}

.single .breadcrumbs {
	color: #46236a !important;
}

.single .powerpress_player,
.single .powerpress_links {
	display: none;
}

.single .podcast-wrap .powerpress_player,
.single .powerpress_links {
	display: block;
}

.post-meta-joy-program-info {
	font-weight: 700;
}

.post-meta-single .avatar {
	margin-right: 40px;
}

.title-joy-program-info {
	padding-top: 90px;
	text-transform: uppercase;
	font-size: 50px;
}

.author-box {
	background: #e4e5e6;
	margin-top: 20px;
}

.author-box .author-avatar {
	min-height: 174px;
	background-size: cover !important;
	border-left: 5px solid #ef5a29;
}

.author-box .author-info {
	padding-left: 50px;
	padding-right: 180px;
	padding-top: 20px;
}

.author-box .author-info p {
	margin: 4px 0;
}

.author-box .news-meta {
	font-size: 25px;
	color: #000;
}

.author-box .news-meta a {
	color: #000;
}

.author-box .news-meta a:hover {
	color: #ef5a29;
}

.social-share {
	text-align: center;
	padding: 20px 0 10px 0;
}

footer {
	background: #46236a;
	color: #fff;
	text-align: center;
	font-weight: 100;
}

footer h3 {
	color: #e21b4d;
	font-size: 18px;
	text-transform: uppercase;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #e21b4d;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	display: block;
	margin-bottom: 8px;
}

footer ul li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}

/*.footer-social {text-align:center;padding:28px 0;} OPrig line changed for PepperIT  */

.footer-social {
	text-align: center;
	padding: 28px 0;
}

.footer-social .social-box {
	border: 1px solid #e21b4d;
	display: inline-block;
	padding: 0 14px;
}

.footer-social span {
	font-size: 30px;
	margin-right: 70px;
	color: #e21b4d;
	font-weight: 700;
}

.footer-social a {
	margin-left: 4px;
}

.footer-social a:hover i {
	color: #e11b4d;
}

/*.footer-social i {font-size:36px;color:#fff;}*/

.footer-social i {
	font-size: 36px;
	color: #e21b4d;
}

.footer-menu {
	text-align: left;
}

.footer-menu li {
	display: inline-block;
	margin-right: 8px;
}

#home footer {
	padding-bottom: 80px;
}

.custom-btn1 {
	text-align: center;
	border: 1px solid #fff;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	width: 276px;
	border-radius: 5px;
}

.custom-btn1:hover {
	background: #fff;
	color: #e08838;
}

.custom-btn2 {
	text-align: center;
	border: 1px solid #f27920;
	font-size: 17px;
	font-weight: 700;
	color: #f27920;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	width: 276px;
	border-radius: 5px;
}

.custom-btn2:hover {
	background: #f27920;
	color: #fff;
}

.custom-btn1:focus,
.custom-btn2:focus {
	color: #fff;
}

.shortline {
	width: 62px;
	height: 2px;
	background: #fff;
	margin: 0px auto 60px auto;
}

.shortline:last-child {
	display: none;
}

.read-more {
	border: 1px solid #fff;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 70px;
	border-radius: 5px;
}

.read-more:hover {
	background: #fff;
	color: #e08838;
}

body .alignleft {
	float: left;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

body .alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

body .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
}

body .size-full {
	max-width: 100%;
	height: auto !important;
}

body table td {
	border: 1px solid #58595b;
	padding: 10px 6px;
}

body .section .sharedaddy .sd-content ul li .share-icon,
body .section .sharedaddy .sd-content ul li .share-more {
	background: #e21b4d !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	border: 0 !important;
	text-transform: uppercase !important;
}

.footer-sponsor {
	margin-bottom: -20px;
}

.sponsor-slide {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.sponsor-slide a {
	background: #fef8f9;
	height: 164px;
	padding-left: 30px;
	padding-right: 30px;
	display: grid;
	align-items: center;
}

.sponsor-slide a img {
	display: flex;
	align-items: center;
}

.bx-controls {
	text-align: center;
}

.bx-controls .bx-pager-item {
	display: inline-block;
}

.bx-controls .bx-pager-item .bx-pager-link {
	width: 20px;
	height: 20px;
	margin: 5px;
	background: #e21b4d;
	border-radius: 50%;
	display: inline-block;
	text-indent: -999px;
	overflow: hidden;
	opacity: 0.6;
}

.bx-controls .bx-pager-item .bx-pager-link.active {
	opacity: 1;
}

#banner-slide .bx-controls {
	position: absolute;
	right: 20px;
	top: 50%;
}

#banner-slide .bx-controls .bx-pager-item {
	display: block;
}

#banner-slide .whole-slide-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.link-box {
	text-align: center;
	color: #fff;
	padding: 60px 130px;
}

.link-box h3 {
	text-transform: uppercase;
}

.box-link-wrap {
	display: flex;
}

.internal-nav-title {
	padding-top: 190px;
	background: #fdedf1;
}

.page-template-page-internal-nav1 .link-box h3 {
	color: #ffcb05;
}

.page-template-page-internal-nav1 .link-box .btn-default {
	background: #ffcb05;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav1
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd) {
	background: #4978bc;
}

.page-template-page-internal-nav1
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even) {
	background: #253d7f;
}

.page-template-page-internal-nav1
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd) {
	background: #253d7f;
}

.page-template-page-internal-nav1
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even) {
	background: #4978bc;
}

.page-template-page-internal-nav2 .link-box h3 {
	color: #ffcb05;
}

.page-template-page-internal-nav2 .link-box .btn-default {
	background: #ffcb05;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav2
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd) {
	background: #4978bc;
}

.page-template-page-internal-nav2
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even) {
	background: #1b8f45;
}

.page-template-page-internal-nav2
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd) {
	background: #1b8f45;
}

.page-template-page-internal-nav2
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even) {
	background: #4978bc;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd)
	h3 {
	color: #46236a;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd)
	.btn-default {
	background: #46236a;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even)
	h3 {
	color: #ee4799;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even)
	.btn-default {
	background: #ee4799;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd)
	h3 {
	color: #ee4799;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd)
	.btn-default {
	background: #ee4799;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even)
	h3 {
	color: #46236a;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even)
	.btn-default {
	background: #46236a;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd) {
	background: #ee4799;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even) {
	background: #46236a;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd) {
	background: #46236a;
}

.page-template-page-internal-nav3
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even) {
	background: #ee4799;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd)
	h3 {
	color: #e21b4d;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd)
	.btn-default {
	background: #e21b4d;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even)
	h3 {
	color: #faa61a;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even)
	.btn-default {
	background: #faa61a;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd)
	h3 {
	color: #faa61a;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd)
	.btn-default {
	background: #faa61a;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even)
	h3 {
	color: #e21b4d;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even)
	.btn-default {
	background: #e21b4d;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(odd) {
	background: #faa61a;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(odd)
	.link-box:nth-child(even) {
	background: #e21b4d;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(odd) {
	background: #e21b4d;
}

.page-template-page-internal-nav4
	.box-link-wrap:nth-child(even)
	.link-box:nth-child(even) {
	background: #faa61a;
}

.board .name-title {
	background: #000;
	text-align: center;
	padding: 20px 0;
	border-radius: 0 0 30px 30px;
}
.board .name-title h5 {
	font-size: 25px;
	margin: 0;
	color: #fff;
}
.board .name-title h6 {
	font-family: AvenirLTStd-Roman;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	margin: 0;
}
.board .board-wrap {
	margin-bottom: 80px;
}
.board .board-wrap img {
	width: 100%;
	border-radius: 30px 30px 0 0;
}

#fancybox-overlay {
	background-color: transparent !important;
	background: linear-gradient(to right, #a52070 0%, #47236a 100%) !important;
}
#fancybox-outer {
	background: none !important;
	box-shadow: none !important;
	max-width: 60%;
	margin: auto;
}

#fancybox-content {
	background: none !important;
	border: 0 !important;
	width: 100% !important;
}
#fancybox-content .board-pop-content {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #000;
}
#fancybox-content .board-pop-img {
	text-align: right;
}
#fancybox-content .board-pop-img img {
	max-width: 213px;
	border-radius: 20px;
	display: inline;
	margin-right: 50px;
}
#fancybox-content .name-title {
	background: #000;
	text-align: left;
	padding: 40px;
	border-radius: 40px;
	margin-top: -120px;
}
#fancybox-content .name-title h5 {
	font-size: 50px;
}
#fancybox-content .name-title h6 {
	font-size: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	font-family: AvenirLTStd-Roman;
	font-weight: 400;
}
#fancybox-content .member-pop-text {
	padding: 0 50px;
}

#fancybox-content h3 {
	font-size: 26px;
	line-height: 31px;
}

.board-desc {
	background: #fff;
	padding: 30px;
}

#fancybox-wrap {
	position: fixed !important;
	width: 100% !important;
	height: 100vh !important;
	left: 0 !important;
	top: 0px !important;
	padding: 30px 0 !important;
	overflow-x: scroll;
}

#fancybox-close {
	background: url(../images/fancy-close.png) no-repeat !important;
	right: auto !important;
	top: 50px !important;
	left: 50px;
}

/****LIVE STREAM SECTION****/

#livestream {
	background: #e21b4d;
	color: #fff;
	margin-top: 196px;
	padding-top: 60px;
	padding-bottom: 60px;
}

#livestream h2 {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}

.video-wrap {
	position: relative;

	overflow: hidden;

	width: 100%;

	padding-top: 56.25%;
}

.responsive-iframe {
	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	width: 100%;

	height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	header .container .main-nav ul li .sub-menu {
		top: 34px;
	}

	header .mmenu {
		margin-top: 5px !important;
	}
}

@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
	.slide-desc h2 {
		font-size: 50px;
	}

	.service-contact-block {
		max-height: 160px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.main-nav ul li.mega-menu ul {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*764*/

@media (max-width: 992px) {
	.post-tab-title {
		font-size: 20px;
	}

	.post-tab-title i,
	.post-tab-more i {
		font-size: 13px;
		top: -2px;
	}

	.recent-post-wrap .recent-post-title h3 {
		font-size: 16px;
		line-height: 22px;
	}

	.post-content {
		padding-top: 0px;
	}

	.section-title {
		padding: 30px 0;
	}

	.section-img {
		background-size: cover !important;
		min-height: 300px;
	}

	.section-text {
		padding: 40px 20px;
	}

	.section-text h2,
	.single .recent-post .section-title h2,
	.section-title h2 {
		font-size: 32px;
	}

	.section-image-right .section-img {
		float: none;
	}

	.footer-social span {
		font-size: 37px;
		display: block;
		margin-right: 0px;
	}

	.news .post-list h3 {
		margin-top: 0px;
		line-height: 1.25em;
	}
	.news .post-list .news-img {
		margin-bottom: 30px;
	}

	.post-content .news-title {
		margin-top: 20px;
	}

	.sidebar {
		right: auto;
	}

	.vertical-text {
		padding-top: 4px;
		width: 7%;
	}

	.vertical-text span {
		font-size: 16px;
		text-indent: -52px;
	}

	.prog-box {
		width: 93%;
	}

	.footer-menu,
	.footer-menu .text-right {
		text-align: center !important;
	}

	body.page-id-180 #cn-cat-select ul {
		width: 100% !important;
		margin-bottom: 20px !important;
		float: none !important;
	}

	body.page-id-180 #cn-list-body {
		width: 100% !important;
		margin-left: 0;
	}
}

/*320*/

@media (max-width: 767px) {
	h1 {
		font-size: 30px !important;
		line-height: 1.25em;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 20px;
	}

	#banner-slide .container {
		padding-bottom: 0 !important;
	}
	#banner-slide .bx-wrapper .bx-viewport ul.banner-slide li {
		height: 250px !important;
	}
	#banner-slide .bx-wrapper .bx-viewport ul.banner-slide li .slide-desc {
		top: 20px !important;
		bottom: auto !important;
	}
	#banner-slide .bx-wrapper .bx-viewport ul.banner-slide li .slide-desc h2 {
		font-size: 40px !important;
	}
	#home .recent-blogs h3,
	#home .about-joy h3,
	#home .share-joy h3,
	#home .our-services h3,
	#home .our-services h3,
	.joy-inbox h3 {
		font-size: 45px !important;
	}
	.about-joy p,
	.share-joy p {
		font-size: 21px !important;
	}
	.our-services .row figure figcaption {
		font-size: 20px !important;
	}
	.joy-btn,
	.joy-inbox .gravity-theme form .gform_fields > div.gform_footer input,
	.about-joy button,
	.share-joy button {
		font-size: 22px !important;
	}
	#home .recent-blogs:first-child {
		padding-top: 0 !important;
	}

	.default-page-banner-section .default-page-spacer {
		height: 10px !important;
	}
	.default-page-banner {
		height: 300px;
	}
	.default-page-title-wrap {
		padding: 20px 40px;
		border-radius: 30px;
		margin-top: -50px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.default-page-title-wrap img {
		max-width: 80px;
	}
	.default-page-description {
		font-size: 20px;
	}
	.page-template-page-program-grid .default-page-title-wrap {
		margin-bottom: 280px !important;
	}

	.services-list-wrap .service-title {
		font-size: 47px;
		color: #000;
		text-align: center;
	}
	.services-list li {
		width: 50%;
		display: block;
		float: left;
	}
	.services-list li img {
		max-width: 80%;
	}
	.services-list h3 {
		font-size: 20px;
	}

	.client-list-wrap {
		padding: 30px 20px;
	}
	.client-list li {
		width: 42.5%;
		height: 140px;
	}

	.package-list {
		list-style: none;
		padding: 0;
		display: block;
		max-width: 100%;
		margin: 40px auto 0 auto;
	}
	.package-list li {
		float: none;
		width: 100%;
		margin: 0px 0px 20px 0px;
		font-size: 18px;
	}
	.package-list li .joy-btn {
		font-size: 22px;
	}

	.form-section .form-wrap .gform_footer input[type="submit"] {
		padding: 10px 30px !important;
		border-radius: 30px;
		font-size: 22px !important;
	}

	.page-template-page-program-grid
		.default-page-content.program_wrapper
		.program_guide
		.viewport {
		background-color: #4d236b;
	}
	.page-template-page-program-grid
		.default-page-content.program_wrapper
		.program_content
		.program_inner
		.program_days
		div#active_day {
		background-color: #4d236b;
	}
	.page-template-page-program-grid
		.default-page-content.program_wrapper
		.program_content
		.program_inner
		.program_days
		div {
		font-size: 16px;
	}
	.page-template-page-program-grid
		.default-page-content.program_wrapper
		.program_guide
		.program_row
		> div
		p {
		font-size: 18px;
	}
	.page-template-page-program-grid
		.default-page-content.program_wrapper
		.program_guide
		.program_row
		> div
		> div
		span {
		font-size: 16px;
	}

	#fancybox-outer {
		max-width: 80%;
	}
	#fancybox-content .board-pop-content {
		padding: 30px 20px;
	}
	#fancybox-content .board-pop-img {
		text-align: center;
	}
	#fancybox-content .board-pop-img img {
		max-width: 150px;
		margin-right: 0;
	}
	#fancybox-content .name-title {
		margin-top: -20px;
		padding: 30px 20px;
		text-align: center;
		border-radius: 30px;
	}
	#fancybox-content .name-title h5 {
		font-size: 28px;
		line-height: 1.25em;
	}
	#fancybox-content .member-pop-text {
		padding: 0px;
	}
	#fancybox-close {
		top: 20px !important;
		left: 20px;
	}

	#nav-area {
		height: 55px;
		padding: 8px 0;
	}

	.social a.social-link {
		margin-top: 5px;
		display: inline-block;
	}

	header .logo img {
		height: 40px;
	}

	#nav-area .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.slide-desc {
		padding: 5px 20px;
		width: 80%;
		font-size: 20px;
	}

	.slide-desc h2 {
		font-size: 40px;
		line-height: 1.25em;
	}

	.recent-post-wrap {
		width: 50%;
	}

	.close-me {
		top: -20px;
	}

	.post-tab-title {
		font-size: 14px;
	}

	.post-tab-title i,
	.post-tab-more i {
		font-size: 10px;
	}

	.recent-post-wrap .recent-post-title {
		padding: 16px 15px;
		bottom: -32px;
	}

	.recent-post-wrap .recent-post-title h3 {
		font-size: 14px;
		line-height: 18px;
	}

	.post-tab-more {
		font-size: 14px;
	}

	.recent-post-wrap,
	.nlposts-ulist-litem {
		height: 250px;
	}

	#program-grid .col-sm-6,
	#program-grid .col-xs-6 {
		padding-left: 0 !important;
	}

	.prog-name,
	.prog-time {
		font-size: 14px;
	}

	.vertical-text {
		width: 7%;
	}

	.vertical-text span {
		text-indent: -47px;
		font-size: 14px;
	}

	.prog-box {
		width: 93%;
	}

	.track-wrap {
		margin-bottom: 20px;
		height: auto;
	}

	.news {
		padding-top: 130px;
	}

	.news .news-img {
		min-height: 232px;
	}

	.news-info {
		padding-left: 0;
		padding-right: 0;
	}

	.post-content .news-title {
		margin-top: 20px;
	}

	.sidebar {
		padding-top: 10px;
	}

	.recent-post .section-title {
		margin-right: -30px;
		margin-left: -30px;
	}

	.news .single-nav table td {
		display: block;
		width: 100% !important;
		padding: 10px 0 !important;
		float: none;
		text-align: center !important;
	}

	.news .single-nav table td table {
		width: 100% !important;
	}

	.quick-contact .gform_body {
		width: 100% !important;
		float: none;
	}

	.quick-contact .gform_footer {
		width: 100% !important;
		float: none;
	}

	body iframe {
		width: 100% !important;
	}

	.internal-nav-title {
		padding-top: 130px;
	}

	.footer-sponsor {
		margin-bottom: 0;
	}

	.footer-sponsor img {
		float: none !important;
		margin: auto;
	}
}

@media (max-width: 620px) {
	h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.page-title h1 {
		font-size: 28px;
	}

	.page-title .col2 span {
		font-size: 21px;
		margin-top: 20px;
		display: block;
	}

	.page-title .col2 span br {
		display: none;
	}

	.menu-widget {
		margin-top: 80px;
	}

	.link-box {
		padding: 30px 20px 20px 20px;
	}

	.box-link-wrap {
		display: block;
	}

	.page-template-page-internal-nav1
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd) {
		background: #4978bc;
	}

	.page-template-page-internal-nav1
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even) {
		background: #253d7f;
	}

	.page-template-page-internal-nav2
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd) {
		background: #4978bc;
	}

	.page-template-page-internal-nav2
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even) {
		background: #1b8f45;
	}

	.page-template-page-internal-nav3
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd)
		h3 {
		color: #46236a;
	}

	.page-template-page-internal-nav3
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd)
		.btn-default {
		background: #46236a;
	}

	.page-template-page-internal-nav3
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even)
		h3 {
		color: #ee4799;
	}

	.page-template-page-internal-nav3
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even)
		.btn-default {
		background: #ee4799;
	}

	.page-template-page-internal-nav3
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd) {
		background: #ee4799;
	}

	.page-template-page-internal-nav3
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even) {
		background: #46236a;
	}

	.page-template-page-internal-nav4
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd)
		h3 {
		color: #e21b4d;
	}

	.page-template-page-internal-nav4
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd)
		.btn-default {
		background: #e21b4d;
	}

	.page-template-page-internal-nav4
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even)
		h3 {
		color: #faa61a;
	}

	.page-template-page-internal-nav4
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even)
		.btn-default {
		background: #faa61a;
	}

	.page-template-page-internal-nav4
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(odd) {
		background: #faa61a;
	}

	.page-template-page-internal-nav4
		.box-link-wrap:nth-child(even)
		.link-box:nth-child(even) {
		background: #e21b4d;
	}
}

@media (max-width: 460px) {
	.section-image-right .section-img {
		min-height: 298px;
	}
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	header .container .main-nav ul li .sub-menu {
		top: 35px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.contact #form-select li {
		width: 32.6%;
	}
}

/*# sourceMappingURL=style.css.map */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;

	min-height: 1px;

	padding-right: 15px;

	padding-left: 1px;
}

.col-xs-5ths {
	width: 20%;

	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;

		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;

		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;

		float: left;
	}
}

@media only screen and (device-width: 768px) {
	/* For general iPad layouts */

	.social.visible-sm {
		padding-top: 20px;
	}

	header.fixed .social.visible-sm {
		padding-top: 8px;
	}

	header .mmenu {
		margin-top: 0 !important;
	}

	header.fixed .mmenu {
		margin-top: -2px !important;
	}

	.link-box {
		padding: 40px 30px;
	}

	.default-page-title-wrap h1 {
		font-size: 45px !important;
	}
	.page-template-page-program-grid .default-page-title-wrap {
		margin-bottom: 150px !important;
	}

	.services-list li img {
		max-width: 80%;
	}
	.services-list h3 {
		font-size: 22px;
	}

	.package-list {
		list-style: none;
		padding: 0;
		display: block;
		max-width: 100%;
		margin: 40px auto 0 auto;
	}
	.package-list li {
		width: 31.25%;
		padding: 30px 20px;
		margin: 0 10px;
		font-size: 18px;
	}
	.package-list li h3 {
		font-size: 28px;
	}
	.package-list li .joy-btn {
		font-size: 22px !important;
		padding: 10px 20px;
	}

	.client-list-wrap {
		padding: 30px 20px;
	}
	.client-list li {
		width: 27.75%;
		height: 130px;
	}

	.page-template-page-program-grid
		.default-page-content.program_wrapper
		.program_guide
		.viewport {
		background-color: #4d236b;
	}
	.page-template-page-program-grid
		.default-page-content.program_wrapper
		.program_content
		.program_inner
		.program_days
		div#active_day {
		background-color: #4d236b;
	}

	#fancybox-outer {
		max-width: 80%;
	}
	#fancybox-content .board-pop-img img {
		max-width: 150px;
		margin-right: 30px;
	}
	#fancybox-content .name-title {
		padding-right: 150px;
		padding: 30px;
		border-radius: 30px;
	}
	#fancybox-content .name-title h5 {
		font-size: 32px;
	}
	#fancybox-content .member-pop-text {
		padding: 0 30px;
	}
	#fancybox-close {
		top: 20px !important;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
	/* For portrait layouts only */

	.slide-desc {
		width: 65%;
	}
 
	.slide-desc h2 {
		font-size: 38px;
	}
}

/***LATEST***/
.page-template-page-services-default.page-id-15518 .default-page-banner-section {display:none !important;}
.page-template-page-services-default.page-id-15518 .gform_anchor, .form-wrap .gform_anchor {height:60px;}
.page-template-page-services-default.page-id-15518 .gform_confirmation_message, .form-wrap .gform_confirmation_message {padding-top:50px !important;padding-bottom:50px !important;}
.page-template-page-services-default.page-id-15518 .form-wrap {padding-top:0 !important;}
.page-template-page-services-default .form-wrap .gform_heading .gform_title {color:#fff !important;}
.page-template-page-services-default .form-wrap form .gf_progressbar_percentage.percentbar_blue {background-color:#430b7b !important;}
.page-template-page-services-default .form-wrap form .gsection_title {color:#fff !important;}
.page-template-page-services-default .form-wrap form .gfield_label, .page-template-page-services-default .form-wrap form .gform-field-label {font-size:20px !important;font-weight:400 !important;}
.page-template-page-services-default .form-wrap form .gchoice label.gform-field-label, .page-template-page-services-default .form-wrap form .gform-field-label--type-sub {font-size:15px !important;font-weight:400 !important;}
.page-template-page-services-default .form-wrap .gform-body input[type="text"], .page-template-page-services-default .form-wrap .gform-body input[type="email"] {font-size:20px !important;font-weight:400 !important;}
.page-template-page-services-default .form-wrap .gform-body textarea {font-weight:400 !important;}

.page-template-page-services-default .form-wrap .gform_page_footer {}
.page-template-page-services-default .form-wrap .gform_previous_button  {width:49%;display:inline-block;}
.page-template-page-services-default .form-wrap .gform_next_button {background:#430b7b !important;width:49%;display:inline-block;}
.page-template-page-services-default .form-wrap .gform_save_link {width:99.5%;margin-left:0 !important;}
.page-template-page-services-default .form-wrap .gform_page_footer input[type="submit"] {background: #430b7b !important;border-color: #430b7b !important;text-align:center !important;}

.form-wrap .gfield_required_asterisk {color:#fff200 !important;}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(13deg) brightness(102%) contrast(102%) !important;
}