/*
	Theme Name: Sonshine 2023
	Version: 2023
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

body {
	background: url('/wp-content/themes/sonshine2023/img/sonshine-background-01.png') #85D3EA no-repeat fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	font-family: 'bilo', 'Arial' !important;
}

.search_section {
	border: none !important;
}

.podcast-audio-caption-mb 
{
	display:none; 
}

input {
	border: #16326C solid 1px !important;
}

.alignleft
{
	float: left;
	padding: 5px 20px 20px 0;
}

.alignright
{
	float: right;
	padding: 5px 20px 20px 0;
}

fieldset {
	border: none;
}

/* .article-content > .page > .post-content 
{
	margin-right: 80px !important;
} */

.page-numbers {
	padding-right: 6px;
}

.pagination {
	margin-bottom: 12px;
}


.salescat article 
{
	height: 140px;
}

.tile-content 
{
	background: white;
	position: relative;
	overflow: hidden;
	margin: 10px 0; 
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.generic-tile {
	margin-bottom: 10px;
}

.one-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #A3DED0;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
.one-landing-button:hover {
	background-color: #B5E5D9;
}


.two-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #8A98B5;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
}
.two-landing-button:hover {
	background-color: #A7B2C7;
}  


.three-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #F9B6B2;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
}
.three-landing-button:hover {
	background-color: #FAC5C1;
}  



.four-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #F9C7D8;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
}
.four-landing-button:hover {
	background-color: #FAD2E0;
}  

.businessData { 
	font-size: 16px;
	font-family: 'bilo', sans-serif;
	font-weight: 400;
	color: #16326c;
	border-bottom: 1px #16326c solid;
	margin-bottom: 20px;
}

.post-thumbnail img {
	width: 100%;
}

.tile-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #F9B6B2;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .tile-button:hover {
	background-color: #FAC5C1;
  }


/* Event Calendar */
.event-list-cal-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-list-cal-list li {
	margin: 0;
	padding: 0;
}

.event-list-cal td p
{
	font-weight: normal !important;
}

.event-list-cal td .event-list-cal-day 
{
	text-shadow: none !important;
}

.event-list-cal-list .event-list-cal-date {
	border-right: 0;
	font-weight: bold;
	display: block;
}
.event-list-cal-list .event-list-cal-title {
	margin-bottom: 5px;
}
#event-list-cal-month, #event-list-cal-pager {
	margin: 0;
}
#event-list-cal {
	overflow-x: auto;	
}
.event-list-cal-icons {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.event-list-cal-icon {
	display: inline-block;
	text-align: center;
	word-wrap: break-word;
	max-width: 60px;
	margin: 10px;
	font-size: 0.7em;
	vertical-align: top;
	flex: 1 0 max-content;
}
.event-list-cal-icon a {
	text-align: center;
}
.event-list-cal-icon a img {
	max-width: 90%;
	width: 30px;
	height: auto;
	margin-bottom: 1em;
}
.event-list-cal-icon a span {
	display: block;
}
.event-list-cal-categorylist {
	text-align: center;
	padding-bottom: 0.5em;
}
.event-list-cal-category {
	color: #444;
	padding-right: 0.5em;
	display: inline-block;
}
.event-list-cal-category:hover {
	text-decoration: underline;
	color: #444;
}
.event-list-cal-category.selected {
	font-weight: 700;
}
.event-list-cal-category .event-list-cal-colorbox {
	margin-right: 0.5em;
}
.event-list-cal-colorbox {
	width: 10px;
	height: 10px;
	border-radius: 2px;
	display: inline-block;
	background-color: #EEE; /* Default colour */
}


/*Footer Advertising*/
.footerspot {
	/*background: #85D3EA; */
	padding: 0% 10% 0% 10%;
}
.footerspot img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 10px;
	width: 100%;
}

/*Navigation*/
.navbar {
	background-color: #85D3EA;
	font-size: 14px;
	font-family: 'bilo', sans-serif;
	font-weight: 600;
	padding: 0% 5% !important;
  }
  .navlogo {
	margin: 15px 0px;
	width: 190px;
	height: auto;
  }
  .navbar-toggler {
	padding: 2% 5% !important;
	margin: 0px 0px;
  }
  .bar {
	width: 35px;
	height: 3px;
	background-color: #ef3f68;
	margin: 6px 0;
  }
  #collapsibleNavbar {
	/* margin-top: -25px */
  }
  .listenlive {
	margin: 5px 15px 0px 15px;
	padding: 0px;
	height: 75px;
	width: auto;
  }

 	.listenLiveLink:hover {
		text-decoration: none;;
 	}

  .homepagemenu {
	background-color: #f26d65;
	width: 100px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
  }
  .homepagemenu:hover {
	background-color: #F58E88;
  }
  .showsmenu {
	background-color: #f490b2;
	width: 100px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
  }
  .showsmenu:hover {
	background-color: #F6A3BF;
  }
  .connectmenu {
	background-color: #ffde6a;
	width: 100px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
  }
  .connectmenu:hover {
	background-color: #FFE488;
  }
  .businessmenu {
	background-color: #47bda2;
	width: 100px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
  }
  .businessmenu:hover {
	background-color: #6CCAB4;
  }
  .donatemenu {
	background-color: #16326c;
	width: 100px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
  }
  .donatemenu:hover {
	background-color: #455B89;
  }
  .navbar .navbar-nav > li > a {
	color: #fff;
	text-decoration: none;
  }
  .input-group {
	background-color: #C8EBF6;
	width: 150px !important;
	margin-left: 60px;
	font-family: bilo, sans-serif;
  }
  input[type=text] {
	font-size: 14px;
	width: 100%;
	border: 0;
	font-weight: 600;
	padding: 0;
	padding: 6px 12px;
  }
  input[type=text]::placeholder {
	color: #ef3f68;
  }
  .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	background-color: transparent;
	border: 0px;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: 0px;
  }
  /*Navigation*/
  
  
  /*Carousel Home*/
  .home-carousel-background {
	padding: 0% 5% 0% 5%;
  }
  .frontpage-appeal-thankyou {
	padding: 20px 5% 20px 5%;
  }
  .carousel-inner img {
	width: 100%;
	height: 100%;
  }
  .carousel-control-next, .carousel-control-prev {
	width: 5% !important;
  }

	.carousel-item img {
		max-width: 1100px;
		max-height: 500px;
	}

  .frontpagespot {
	text-align: center;
	padding: 20px 5% 20px 5%;
  }

  .frontpagespot img {
	max-width: 970px;
	max-height: 90px;
  }

  /*Carousel Home*/
  
  
  /*Listen Home*/

	.songattributes_homepage {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 180px;
		max-width: 180px;
	}

  .home-background {
	/*
		-- no need for this - due to body background now that a container runs
	background-color: rgb(133, 211, 234);
	background-position: center;
	background-size: cover; */
	padding: 0% 5% 0% 5%;
  }
  .listen {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
  }
  .listen-title {
	background-color: #47bda2;
	position: absolute;
  }
  #listen-title {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .listen-home {
	background-color: #fff;
	padding: 3%;
	display: flex;
	flex-direction: row;
	column-gap: 7px;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
  }
  .sonshine-listen {
	width: 300px;
	height: 250px;
	background-color: #FCD4D0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 35px;
  }
  .s-row1 {
	display: flex;
	column-gap: 15px;
  }
  .listen-button {
	width: 50px;
	height: auto;
  }
  .sonshine-listen-logo {
	width: 200px;
	height: auto;
  }
  .s-row2 {
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
	align-content: center;
  }
  .album {
	width: 70px;
	height: 70px;
  }
  #red {
	color: #EF3F68;
	font-weight: 500;
	font-family: bilo, sans-serif;
	font-size: 16px;
	margin-top: 20px;
  }
  .sonshine-extra {
	width: 300px;
	height: 250px;
	background-color: #47BDA2;
	padding: 20px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 35px;
  }
  .sonshine-tally {
	width: 300px;
	height: 250px;
	display: flex;
	flex-direction: row;
	height: auto !important;
	padding: 10px;
	gap: 4px;
  }
	.tally-content {
		flex: 1;
		width: 100%;
		display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
	}
  #white {
	color: #fff;
	font-weight: 500;
	font-family: bilo, sans-serif;
	font-size: 16px;
	margin-top: 20px;
  }
  .listen-ad {
	width: 300px;
	height: 250px;
  }
  .ad2 {
	width: 300px;
	height: 250px;
  }
  .promo {
	width: 50%;
	float: left;
  }
  .promo-link {
	width: 100%;
  }

  /*Listen Home*/
  
  /*Stories Home*/
  
  .main_story img { width: 100%; }

  .frontpage-content {
	height: 200px;
	background: white;
	vertical-align: top;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
  }

  .post-content img {
	/* max-width: 95%; */
  }

  .categorypage-content {
	height: 400px;
	background: white;
	vertical-align: top;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
  }


  .sidebar-content {
	height: 200px;
	max-width: 96%;
	background: white;
	vertical-align: top;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
  }

  .title-category, .title-sidebar-category 
  {
	background-color: #85D3EA;
	display: inline;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size:8pt; 
	color: #ef3f68; 
	text-shadow: none;
	font-family: 'Bilo', 'Arial';
  }

  .title-sidebar-content {
	max-width: 96%;
  }

  .title-sidebar-content h4 {
	margin-bottom: 0px;
  }


  .stories-heading {
	position: relative;
	overflow: hidden;
  }

  .stories-title {
	background-color: #16326c;
	position: absolute;
  }
  #stories-title {
	font-size: 18px !important;
	background-color: #16326c;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .viewall {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	text-align: center;
	padding: 10px 30px;
	height: 50px;
	background-color: #16326c;
	position: absolute;
	right: 16px;
  }
  .viewall:hover {
	background-color: #455B89;
	text-decoration: none;
  }
  .stories-heading-text {
	position: absolute;
	bottom: 8px;
	left: 16px;
	margin-left: 30px;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	width: 50%;
	line-height: 110%;
	font-family: bilo;
	z-index: 0;
  }
	.stories-heading-text::after {
		content: '';
    display: block;
    position: absolute;
    /* border-top-right-radius: 93%; */
    width: 215%;
    height: 120%;
    transform: translate(-10%, -94%);
    /* background-color: rgb(2 2 2 / 25%); */
		background-image: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 2%));
    z-index: -1;
	}
  #date {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: bilo, arial, sans-serif;
  }
  .stories-carousel-background {
	background-color: #FCD4D0;
	padding: 5% 5% 2% 5%;
	margin-bottom: 50px;
  }
  .stories-carousel {
	width: 100%;
	position: relative;
  }
  .stories-title2 {
	background-color: #16326c;
	position: absolute;
	display: none;
	visibility: hidden;
  }
  #stories-title2 {
	font-size: 18px !important;
	background-color: #16326c;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
	display: none;
	visibility: hidden;
  }
  .story-title2 {
	font-size: 25px;
	margin-top: 10px;
	color: #16326c;
	font-weight: 400;
	font-family: bilo, sans-serif;
  }
  .viewall2 {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	text-align: center;
	padding: 10px 30px;
	height: 50px;
	background-color: #16326c;
	position: absolute;
	right: 16px;
	display: none;
	visibility: hidden;
  }
  .viewall2:hover {
	background-color: #455B89;
	text-decoration: none;
  }
  .box {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .story-content {
	min-width: 32%;
	margin: 1%;
	overflow: hidden;
	position: relative;
  }
  .story-text {
	background: transparent;
	bottom: 0px;
	font-size: 25px;
	margin-top: 10px;
	color: #16326c;
	font-weight: 400;
	font-family: bilo, sans-serif;
	line-height: 110%;
  }
  
  p {
	font-size: 16px;
	font-family: 'bilo', sans-serif;
	font-weight: 400;
	color: #16326c;
	margin-bottom: 10px;
  }

  .left {
	top: 30%;
	left: -36px;
	position: absolute;
	width: 24px;
	color: #16326c;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .left:hover {
	color: #fff;
  }
  .right {
	top: 30%;
	right: -36px;
	color: #16326c;
	position: absolute;
	width: 24px;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .right:hover {
	color: #fff;
  }
  .up-and-down {
	top: 14%;
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .up {
	color: #16326c;
	font-size: 18px;
	background-color: transparent;
	border: none;
	top: 14%;
	left: 6px;
	position: absolute;
  }
  .up:hover {
	color: #fff;
  }
  .down {
	top: 100px;
	left: 6px;
	color: #16326c;
	position: absolute;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .down:hover {
	color: #fff;
  }
  /*Stories Home*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*Follow Home*/
  .follow {
	display: flex;
	flex-direction: column;
	position: absolute;
  }
  .follow-title {
	background-color: #f26d65;
  }
  #follow-title {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .follow-socials {
	flex-direction: column;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	row-gap: 10px;
	padding: 10px;
  }
  .follow-home {
	display: flex;
	flex-direction: row;
	padding: 3% 5% 3% 15%;
	column-gap: 20px;
	background-color: #fff;
	flex: 1;
  }
  .follow-carousel-background {
	background-color: #fff;
  }
  .follow-carousel {
	width: 100%;
	position: relative;
  }
  .box2 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	padding-bottom: 2%;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .ig-img {
	min-width: 23%;
	margin: 1%;
	overflow: hidden;
	position: relative;
  }
  .left2 {
	top: 40%;
	left: -35px;
	position: absolute;
	width: 24px;
	color: #ef3f68;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .left2:hover {
	color: #fff;
  }
  .right2 {
	top: 40%;
	right: -25px;
	color: #ef3f68;
	position: absolute;
	width: 24px;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .right2:hover {
	color: #fff;
  }
  /*Follow Home*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*Supported By*/
  .supporters-carousel-background {
	background-color: #B0E2F1;
  }
  .supporters-carousel {
	width: 100%;
	position: relative;
  }
  .proudly-supported {
	width: 100%;
	text-align: center;
	padding-top: 3%;
  }
  .box3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	padding-bottom: 2%;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .supporter-logo {
	/* min-width: 23%;
	max-width: 23%;
	max-height: 160px; */
	/* background-color: #fff; */
	/* margin: 1%; */
	overflow: hidden;
	position: relative;
	text-align: center;
  }
  .left3 {
	top: 58%;
	left: 28px;
	position: absolute;
	width: 24px;
	color: #ef3f68;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .left3:hover {
	color: #fff;
  }
  .right3 {
	top: 58%;
	right: 28px;
	color: #ef3f68;
	position: absolute;
	width: 24px;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .right3:hover {
	color: #fff;
  }
  /*Supported by*/
  
  /*Footer*/
  .footer {
	background-color: #ef3f68;
	color: white !important;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	display: flex;
	column-gap: 50px;
  }
  .footer-row {
	display: flex;
	flex: 2;
	flex-direction: row;
	column-gap: 50px;
  }
  .footer-column1 {
	flex: 1;
	display: flex;
	flex-direction: column;
  }
  .footerlogo {
	width: 180px;
	height: auto;
  }
  .socials {
	margin-top: 35px;
  }
  .socials a:hover {
		text-decoration: none;
  }
  .fa-facebook-f {
	margin-right: 5px;
	color: #ef3f68;
	background-color: #fff;
	padding: 8px 12px;
	border-radius: 100%
  }
  .fa-facebook-f:hover {
	background-color: #FCD4D0;
  }
  .fa-instagram:hover {
	background-color: #FCD4D0;
  }
  .fa-youtube-play:hover {
	background-color: #FCD4D0;
  }
  .fa-twitter:hover {
	background-color: #FCD4D0;
  }
  .fa-instagram {
	margin-right: 5px;
	color: #ef3f68;
	background-color: #fff;
	padding: 8px 10px;
	border-radius: 100%
  }
  .fa-youtube-play {
	margin-right: 5px;
	color: #ef3f68;
	background-color: #fff;
	padding: 8px 8px;
	border-radius: 100%
  }
  .fa-twitter {
	color: #ef3f68;
	background-color: #fff;
	padding: 8px 9px;
	border-radius: 100%
  }
  #copyright {
	color: #fff !important;
	font-family: bilo, sans-serif;
	font-size: 11px !important;
  }
  .footer-column2 {
		flex: 1;
	/* flex: 1;
	display: flex; */
  }

  .footerlink {
	float: left;
	background-color: transparent;
	width: 100%;
  }
  .footerlink a {
	background-color: transparent;
	color: #fff;
	width: 100%;
	padding-right: 30px;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-family: bilo, sans-serif;
	font-size: 16px;
	font-weight: 600;
  }
  .footerlink a:hover {
	color: #FCD4D0;
  }

  .footer-nav {
	color: #fff !important;
	font-family: bilo, sans-serif;
	font-size: 18px !important;
	font-weight: 300 !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
  }

  .footer-nav a {
	color: #ffffff !important;
  }

  #show-title5 {
	color: #f26d65 !important;
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .footer-row2 {
	display: flex;
	flex: 1;
	column-gap: 50px;
	flex-direction: row;
	width: 40%;
  }
  .footer-column3 {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: 4%;
  }
  .footer-p {
	color: #fff !important;
	font-family: bilo, sans-serif;
	font-size: 14px !important;
	font-weight: 300 !important;
  }
  /*Footer*/
  
  
  
  
  
  #show-audio-title9 {
	  font-size: 35px !important;
	  font-family: bilo, sans-serif !important;
	  color: #47BDA2 !important;
	  font-weight: 400 !important;
	  margin-top: 0px !important;
	  margin-bottom: 0px !important;
  }
  
  
  
  /*Playing Now/Songfinder*/

  .playing-now-results { 
	width: 100%; 
	max-width: 100%;;
  }

  .search_button {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	text-align: center;
	padding: 10px 30px;
	height: 50px;
	background-color: #16326c;
	/* position: absolute; */
  }
  .search_button:hover {
	background-color: #455B89;
	text-decoration: none;
  }
  
  
  /*Article*/
  .article-page-background {
	padding: 5% 5% 5% 5%;
  }
  .article-heading {
	position: relative;
	background-color: #fff;
	display: flex;
  }
  .stories-article {
	background-color: #16326c;
  }
  #stories-article {
	font-size: 18px !important;
	background-color: #16326c;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .article-title {
	padding-left: 30px;
	padding-top: 25px;
	width: 80%;
  }
  #article-title {
	font-size: 35px !important;
	font-family: bilo, sans-serif !important;
	color: #16326c !important;
	font-weight: 400 !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
  }
  #article-date {
	font-size: 14px;
	font-family: 'bilo', sans-serif;
	font-weight: 400;
	color: #16326c;
	border-top: 1px #16326c solid;
	padding-top: 5px;
  }
  .back {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	text-align: center;
	padding: 10px 30px;
	height: 50px;
	background-color: #16326c;
	position: absolute;
	right: 45px;
  }
  .back:hover {
	background-color: #455B89;
	text-decoration: none;
  }
  .article-main {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	background-image: url(/wp-content/themes/sonshine2023/assets/images/article-background.png);
	background-position: center;
	background-size: cover;
	position: relative;
  }
  .article-content {
	flex: 2;
	display: flex;
	flex-direction: column;
	padding-left: 80px;
	padding-bottom: 50px;
	padding-right: 80px;
  }
  .article-paragraph {
	padding: 20px 0px;
	font-family: bilo, arial, sans-serif;
  }
  .article {
	color: #ef3f68 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
  }
  .article-sidebar {
	flex: 1;
	display: flex;
	align-content: flex-start;
	justify-content: center;
	flex-wrap: wrap;
  }
  .audio-player {
	height: 60px;
	width: 100%;
	background: #B0E2F1;
	font-family: bilo, sans-serif;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
  }
  .controls {
	margin-top: 2.5%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 35px;
  }
  .timeline {
	margin-top: 10px;
	background: #ef3f68;
	width: 50%;
	height: 6px;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
  }
  .progress {
	background: #fff;
	width: 0%;
	height: 100%;
	transition: 0.25s;
	margin-bottom: 0px;
  }
  .time {
	display: flex;
  }
  .volume-container {
	cursor: pointer;
	position: relative;
	z-index: 2;
  }
  .volume-button {
	height: 26px;
	display: flex;
	align-items: center;
  }
  .volume {
	transform: scale(0.7);
  }
  .volume-slider {
	position: absolute;
	left: -3px;
	top: 15px;
	z-index: -1;
	width: 0;
	height: 15px;
	background: white;
	box-shadow: 0 0 20px #000a;
	transition: .25s;
  }
  .volume-percentage {
	background: coral;
	height: 100%;
	width: 75%;
  }
  audio {
	width: 300px;
	height: 54px;
	color: red;
  }
  .fa-volume-up {
	padding: 2%;
	color: #ef3f68;
	font-size: 25px;
  }
  .fa-ellipsis-v {
	color: #ef3f68;
  }
  .time {
	font-size: 16px;
	color: #ef3f68;
  }
  .box4 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	padding-bottom: 2%;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .story-content2 {
	min-width: 32%;
	margin: 1%;
	overflow: hidden;
	position: relative;
  }
  .story-text2 {
	background: transparent;
	bottom: 0px;
  }
  #story-title2 {
	font-size: 25px;
	margin-top: 10px;
	color: #16326c;
	font-weight: 400;
	font-family: bilo, sans-serif;
  }
  #story-date2 {
	font-size: 14px;
	font-family: 'bilo', sans-serif;
	font-weight: 400;
	color: #16326c;
  }
  .left4 {
	top: 30%;
	left: -36px;
	position: absolute;
	width: 24px;
	color: #16326c;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .left4:hover {
	color: #fff;
  }
  .right4 {
	top: 30%;
	right: -36px;
	color: #16326c;
	position: absolute;
	width: 24px;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .right4:hover {
	color: #fff;
  }
  /*Article*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*Audio*/
  .audio-page-background {
	background-position: center;
	background-size: cover;
  }
  h1 {
	color: #ef3f68 !important;
	font-family: bilo, sans-serif !important;
	font-size: 50px !important;
	font-weight: 300 !important;
	margin-bottom: 50px !important;
  }

  .show-audio {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
  }

  .brekky-audio {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
  }
  .drive-audio {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
  }
  .show-audio1 {
	background-image: url("/wp-content/themes/sonshine2023/assets/images/brekky-background2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	/* min-width: 550px;
	max-width: 550px; */
	position: relative;
  }
  .bimg {
	width: 100%;
	bottom: 0px;
	position: absolute;
  }
  .dimg {
	width: 100%;
	bottom: 0px;
	position: absolute;
  }
  .show-audio2 {
	background-image: url("/wp-content/themes/sonshine2023/assets/images/drive-background2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	/* min-width: 550px;
	max-width: 550px; */
	position: relative;
  }

  .show-audio3 {
	background-image: url("/wp-content/themes/sonshine2023/assets/images/brekky-background2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	/* min-width: 550px;
	max-width: 550px; */
	position: relative;
  }

  .show-audio4 {
	background-image: url("/wp-content/themes/sonshine2023/assets/images/drive-background2.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	/* min-width: 550px;
	max-width: 550px; */
	position: relative;
  }

  h6 {
	font-size: 35px !important;
	color: #fff !important;
	font-family: bilo, sans-serif;
  }

  .show-caption-link {
	color: #fff !important;
  }

  .podcast-image 
  {
	background-color: white;
  }

  .show-caption {
	font-size: 20px !important;
	color: #fff !important;
	font-family: bilo, sans-serif;
	font-weight: 300 !important;
	width: 100%;
	padding: 50px;
  }
  .drive-caption {
	font-size: 20px !important;
	color: #fff !important;
	font-family: bilo, sans-serif;
	font-weight: 300 !important;
	width: 100%;
	padding: 50px;
  }
  .podcast-white {
	font-size: 20px !important;
	color: #fff !important;
	font-family: bilo, sans-serif;
	font-weight: 300 !important;
  }
  .fill2 {
	background-color: #fff;
	padding: 30px;
	width:100%; 
  }
  .drive-audio2 {
	background-color: #fff;
	padding: 30px;
  }
  .podcast1 {
	background-color: #FCE2E0;
	display: flex;
	margin-bottom: 30px;
	/* height: 80px;
	max-height: 80px; */
  }
  .podcast2 {
	background-color: #FCE3EC;
	display: flex;
	margin-bottom: 20px;
  }
  .podcast3 {
	background-color: #D1EEE8;
	display: flex;
	margin-bottom: 20px;
  }
  .podcast4 {
	background-color: #DCE0E9;
	display: flex;
	margin-bottom: 20px;
  }
  .podcast-text {
	padding: 10px;
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
	color: #ef3f68;
	font-family: bilo, sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
  }
  .podcast-text2 {
	padding: 10px;
	flex: 1;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	flex-wrap: wrap;
	color: #16326C;
	font-family: bilo, sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
  }
  #red2 {
	color: #ef3f68 !important;
	font-family: bilo, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
  }
  .red2 {
	color: #ef3f68 !important;
	font-family: bilo, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
  }
  #blue {
	color: #16326C !important;
	font-family: bilo, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
  }
  .blue {
	color: #16326C !important;
	font-family: bilo, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
  }
  .podcast-play {
	padding: 10px;
	width: 200px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
  }
  .fa-play {
	margin-right: 10px;
  }
  .other-podcast {
	display: flex;
	flex-direction: row;
	margin-top: 70px;
	column-gap: 50px;
  }
  .tt-audio {
	display: flex;
	flex-direction: column;
  }
  .tt-audio2 {
	padding: 3%;
	background-color: #fff;
  }
  .tt-audio-heading {
	background-image: url(/wp-content/themes/sonshine2023/assets/images/tt-audio.png);
	background-position: center;
	background-size: cover;
	padding: 3%;
  }
  .bt-audio-heading {
	background-image: url(/wp-content/themes/sonshine2023/assets/images/bt-audio.png);
	background-position: center;
	background-size: cover;
	padding: 3%;
  }
  .listen-page-sections {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
  }
  .s-row11 {
	display: flex;
	column-gap: 55px;
	width: 100%;
  }
  .sonshine-listenp {
	width: 100%;
	height: 100%;
	background-color: #FCD4D0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
	margin-right: 30px;
  }
  .listen-button2 {
	width: 70px;
	height: auto;
  }
  .sonshine-listen-logo2 {
	width: 320px;
	height: auto;
  }
  .sonshine-extrap {
	width: 100%;
	height: 100%;
	background-color: #47BDA2;
	padding: 20px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 25px;
  }
  #app-title {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #F26D65 !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 45px 15px 30px 15px !important;
  }
  .app-title {
	height: 120px;
  }
  .app-store2 {
	display: none;
  }
  .app-background {
	background-color: #fff;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
  }
  .app-title2 {
	font-size: 35px !important;
	color: #EF3F68 !important;
	font-family: bilo, sans-serif;
	line-height: 98%;
	padding: 30px;
	width: 30%
  }
  
  #show-title7 {
	  font-size: 18px !important;
	  font-family: bilo, sans-serif !important;
	  color: #FFF !important; 
	  writing-mode: vertical-rl;
	  text-align: center;
	  margin: 30px 15px 30px 15px !important;
  }
  .app-phone {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
  }
  .app-store {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	row-gap: 20px;
  }
  .app1 {
	width: 100%;
  }
  .app2 {
	width: 100%;
  }
  .app-store {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: 10px 0;
  }
  #app {
	font-size: 25px;
	margin-top: 10px;
	line-height: 130%;
	color: #EF3F68;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*Show*/
  .show-heading {
	position: relative;
  }
  .show-title {
	background-color: #FFF;
	position: absolute;
  }
  #show-title {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .shows-video-background {
	background-image: url(/wp-content/themes/sonshine2023/assets/images/orange.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 12px 0% 5%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
  }
  .container-fluid5 {
	flex: 1;
  }
  
  .show-video-title {
	width: 41%;
	padding: 50px;
	font-size: 35px !important;
	color: #fff !important;
	font-family: bilo, sans-serif;
	line-height: 98%;
  }


  .show-video-title-full {
	width: 100%;
	padding: 50px;
	font-size: 35px !important;
	color: #fff !important;
	font-family: bilo, sans-serif;
	line-height: 98%;
  }

  .stories-carousel {
	width: 100%;
	position: relative;
  }
  .show-stories-heading {
	position: relative;
	background-color: #FCD4D0;
	display: flex;
  }
  .show-stories-title {
	background-color: #16326c;
  }
  #shows-stories-title {
	font-size: 18px !important;
	background-color: #16326c;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .show-article-title {
	padding-left: 3%;
	padding-top: 20px;
	width: 80%;
  }
  #show-article-title {
	font-size: 35px !important;
	font-family: bilo, sans-serif !important;
	color: #16326c !important;
	font-weight: 400 !important;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
  }
  .viewall3 {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	text-align: center;
	padding: 10px 30px;
	/* height: 50px; */
	background-color: #16326c;
	position: absolute;
	right: 0px;
  }
  .viewall3:hover {
	background-color: #455B89;
	text-decoration: none;
  }
  .shows-stories-carousel-background {
	background-color: #FCD4D0;
	padding: 0% 52px 2% 52px;
	margin-bottom: 50px;
  }
  .show-stories-carousel {
	width: 100%;
	position: relative;
  }
  .stories-title3 {
	background-color: #16326c;
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .stories-title3 {
	font-size: 18px !important;
	background-color: #16326c;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
	display: none;
	visibility: hidden;
  }
  .box5 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .story-content1 {
	min-width: 33%;
	margin: 0% 1% 0% 0%;
	overflow: hidden;
	position: relative;
  }
  .left5 {
	top: 30%;
	left: -36px;
	position: absolute;
	width: 24px;
	color: #16326c;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .right5 {
	top: 30%;
	right: -36px;
	color: #16326c;
	position: absolute;
	width: 24px;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .up-and-down2 {
	top: 5%;
	left: 6px;
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .up-and-down3 {
	top: 5%;
	left: 65px;
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .up-and-down5 {
	top: 13%;
	/* left: -100px; */
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .up-and-down4 {
	top: 5%;
	/* left: 50px; */
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .show-ondemand-heading {
	position: relative;
	background-color: #fff;
	display: flex;
	width: 100%;
  }
  .show-ondemand-title {
	background-color: #F26D65;
  }
  #shows-ondemand-title {
	font-size: 18px !important;
	background-color: #F26D65;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  #shows-ondemand-title2 {
	font-size: 18px !important;
	background-color: #F26D65;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
  }
  .show-audio-title {
	padding-left: 3%;
	padding-top: 35px;
	width: 80%;
  }
  #show-audio-title {
	font-size: 35px !important;
	font-family: bilo, sans-serif !important;
	color: #EF3F68 !important;
	font-weight: 400 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
  }
  #show-audio-title2 {
	font-size: 35px !important;
	font-family: bilo, sans-serif !important;
	color: #F26D65 !important;
	font-weight: 400 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
  }
  .viewall4 {
	font-size: 18px !important;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	text-align: center;
	padding: 10px 30px;
	/* height: 50px; */
	background-color: #F26D65;
	position: absolute;
	right: 0px;
  }
  .viewall4:hover {
	text-decoration: none;
	background-color: #F58E88;
  }
  .shows-ondemand-carousel-background {
	background-color: #fff;
	padding: 0% 52px 2% 52px;
	margin-bottom: 50px;
	width: 100%;
  }
  .othershows-carousel-background {
	background-color: #fff;
	padding: 0% 52px 4% 52px;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
  } 
  .show-ondemand-podcast {
	display: flex;
	flex-direction: row;
	background-color: #FCE2E0;
	min-width: 50%;
	margin-right: 20px;
  }
  .show-ondemand-podcast-text {
	display: flex;
	width: 70%;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: left;
	align-content: left;
	padding: 10px 20px 0px 20px;
	color: #ef3f68;
	font-family: bilo, arial, sans-serif;
	font-weight: 500;
  }
  .box6 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }

  .boxAgain {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }

  .box8 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .left6 {
	top: 30%;
	left: -36px;
	position: absolute;
	width: 24px;
	color: #F26D65;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .left9 {
	top: 35%;
	left: 14px;
	position: absolute;
	width: 24px;
	color: #EF3F68;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .right6 {
	top: 30%;
	right: -36px;
	color: #F26D65;
	position: absolute;
	width: 24px;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .right9 {
	top: 30%;
	right: 15px;
	color: #EF3F68;
	position: absolute;
	width: 24px;
	height: 30px;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .show-page-background {
	/*padding: 5% 5% 5% 5%; */
  }
  .show-header {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25% 5% 5% 5%;
  }

  .show-header-no-picture {
	padding: 2% 2% 2% 2%; 
  }

  .show-header2 {
	background-image: url(/wp-content/themes/sonshine2023/assets/images/d.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25% 5% 5% 5%;
  }
  #kd {
	color: #ef3f68 !important;
	font-family: bilo, sans-serif !important;
	font-size: 50px !important;
	font-weight: 500 !important;
	margin-top: 30px !important;
  }
  .stories-title4 {
	font-size: 18px !important;
	background-color: #16326c;
	font-family: bilo, sans-serif !important;
	color: #fff !important;
	writing-mode: vertical-rl;
	text-align: center;
	margin: 30px 15px 30px 15px !important;
	display: none;
	visibility: hidden;
  }
  .ad7 {
	background-color: #86D3E9;
	text-align: right;
	padding-right: 5%;
  }
  .up-and-down2 {
	top: 5%;
	left: 6px;
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .red3 {
	color: #EF3F68 !important;
	font-weight: 500;
	font-family: bilo, sans-serif;
	font-size: 16px;
	margin-top: 0px;
  }

  .sonshine-listen2 {
	width: 50%;
	height: 250px;
	background-color: #FCD4D0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 35px;
	float: left;
	margin-right: 23px;
  }
  .sonshine-extra2 {
	width: 48%;
	height: 250px;
	background-color: #47BDA2;
	padding: 20px;
	display: flex;
	flex-direction: column;
  }
  .up7 {
	color: #f26d65;
	font-size: 18px;
	background-color: transparent;
	border: none;
	top: 14%;
	left: 6px;
	position: absolute;
  }
  .up7:hover {
	/* color: #fff; */
  }
  .down7 {
	top: 100px;
	left: 6px;
	color: #f26d65;
	position: absolute;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .down7:hover {
	/* color: #fff; */
  }
  .ad4 {
	width: 70%;
  }
  .other-show-item {
	display: flex;
	flex-direction: row;
	margin-right: 20px;
  }
  .up-and-down9 {
	top: 6%;
	/* left: 15px; */
	position: absolute;
	display: none;
	visibility: hidden;
  }
  .up9 {
	color: #EF3F68;
	font-size: 18px;
	background-color: transparent;
	border: none;
	top: 14%;
	left: 6px;
	position: absolute;
  }
  .down9 {
	top: 100px;
	left: 6px;
	color: #EF3F68;
	position: absolute;
	font-size: 18px;
	background-color: transparent;
	border: none;
  }
  .box9 {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-top: 0px;
	overflow-x: hidden;
	scroll-behavior: smooth;
  }
  .connect-stuff-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	padding: 20px;
  }
  .connect-stuff-wrapper {
	display: flex;
	flex-direction: column;
	column-gap: 20px;
  }
  .l {
	width: 100%;
  }
  .m {
	width: 100%;
  }
  .n {
	width: 100%;
  }
  .show-landing-sections {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-bottom: 50px;
  }
  .landing-sections {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	margin-bottom: 50px;
	justify-content: center;
  }
  .show-landing-sections1 {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-content: center;
	justify-content: center;
  }
  .show-landing-sections2 {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	justify-content: center;
  }
  .p-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #FFF2C3;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .p-landing-button:hover {
	background-color: #FFF7D9;
  }


  .c2-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #FFF2C3;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .c2-landing-button:hover {
	background-color: #FFF7D9;
  }

  .brekky-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #F9B6B2;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .brekky-landing-button:hover {
	background-color: #FAC5C1;
  }

  .c1-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #F9B6B2;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .c1-landing-button:hover {
	background-color: #FAC5C1;
  }


  .drive-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #F9C7D8;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .drive-landing-button:hover {
	background-color: #FAD2E0;
  }
  .tt-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #A3DED0;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .tt-landing-button:hover {
	background-color: #B5E5D9;
  }

  .c3-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #A3DED0;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .c3-landing-button:hover {
	background-color: #B5E5D9;
  }


  .landing-sections2 {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	margin-bottom: 0px;
  }
  .bt-landing-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	background-color: #8A98B5;
	border: none;
	font-family: bilo, arial, sans-serif;
	font-size: 18px;
	color: #16326C;
	text-align: left;
	padding: 20px;
	font-weight: 500;
  }
  .bt-landing-button:hover {
	background-color: #A7B2C7;
  }
  .landing-nav {
	background-image: url("/wp-content/themes/sonshine2023/assets/images/landing-nav-background-04.png");
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	padding: 50px;
  }
  ul {
	list-style-type: none;
  }
  .landing-nav-text {
	color: #EF3F68;
	font-family: bilo, arial, sans-serif;
	font-size: 30px;
	width: 40%;
  }
  .landing-links {
	display: flex;
	flex-direction: row;
  }
  .landing-nav1 {
	line-height: 200%;
	padding-left: 0px !important;
  }
  .landing-nav2 {
	line-height: 200%;
  }
  .connect-stuff {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	justify-content: center;
  }
  .connect-stuff-mobile {
	display: none;
  }
  .cs {
	width: 75%;
  }
  .ln {
	color: #16326C;
	font-family: bilo, arial, sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #16326C;
  }
  .ln:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
  }
  .white-background {
	background-color: #fff;
	padding: 50px;
	margin-bottom: 50px
  }
  .connect-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
  }
  
  
  
  
  
  .testimonials-heading {
	  position: relative;
	  background-color: #fff;
	  display: flex;
  }
  .testimonials-heading2 {
	  position: absolute;
	  background-color:transparent;
	  display: flex;
  }
  
  
  .testimonial {
	  display: flex;
	  flex-direction: column;
	  background-color: #C2E9F4;
	  margin-right: 20px;
	  min-width:32%;
	  max-width:32%;
  }
  
  .timage {
	  width:100%
  }
  
  .testimonial-text {
	  display: flex;
	  flex-direction: column;
	  flex-wrap: wrap;
	  justify-content: center;
	  align-content: center;
	  padding:  10px;
	  color: #ef3f68;
	  font-family: bilo, arial, sans-serif;
	  font-weight: 500;
  }
  .container-fluid4 {
	  background-color: rgb(133, 211, 234);
	  padding: 1% 10% 5% 10%;
  }
  
  #subheading {
	  font-size: 23px;
	  color: #ef3f68;
	  width: 80%;
	  margin-bottom: 2%;
  }
  
  .form {
	  background-color: #fff;
	  padding: 5%;
	  height: auto;
	  margin-bottom: 50px;
	  display: flex;
	  justify-content: center;
	  flex-direction: row;
  }
  
  .form1 {
	  flex:1;
  }
  
  .form2 {
	  margin-left: 50px;
  }
  
  h3 {
	  color: #ef3f68;
	  font-family: 'bilo', sans-serif;
	  font-size: 25px;
	  font-weight: 600;
  }
  
  .contact-details {
	  display: flex;
	  flex-direction: row;
	  padding-top: 1%;
	  padding-bottom: 1%;
  }
  
  .submit {
	background-color: #ef3f68;
	  color: #fff;
	  font-family: 'bilo', sans-serif;
	  font-size: 18px;
	  border: none;
	  font-weight: 600;
	  width: 165px;
	  height: 45px;
	  text-align: center;
  }
  
  
  
  #gform_submit_button_138 {
	background-color: #ef3f68;
	  color: #fff;
	  font-family: 'bilo', sans-serif;
	  font-size: 18px;
	  border: none;
	  font-weight: 600;
	  width: 165px;
	  height: 45px;
	  text-align: center;
  }
  
  .contact-info {
	  background-color: #C2E9F4;
	  color: #ef3f68;
	  font-family: 'bilo', sans-serif;
	  font-size: 18px;
	  border: none;
	  font-weight: 600;
	  padding: 1% 1% 1% 3%;
	  width: 48%;
	  height: 60px;
	  text-align: left;
  }
  
  .box10 {
	  width: 100%;
	  display: flex;
	  flex-direction: row;
	  padding-top: 0px;
	  overflow-x: hidden;
	  scroll-behavior: smooth;
  }
  
  .show-stories-title7 {
	  background-color:#ef3f68;
  }
  
  #shows-stories-title7 {
	  font-size: 18px !important;
	  background-color: #ef3f68;
	  font-family: bilo, sans-serif !important;
	  color: #fff !important;
	  writing-mode: vertical-rl;
	  text-align: center;
	  margin: 30px 15px 30px 15px !important;
  }
  
  .contact-info1 {
		background-color: #C2E9F4;
	  color: #ef3f68;
	  font-family: 'bilo', sans-serif;
	  font-size: 18px;
	  border: none;
	  font-weight: 600;
	  padding: 1% 1% 1% 3%;
	  width: 48%;
	  height: 60px;
	  text-align: left;
	  margin-right: 20px;
  }
  
  h4 {
	  color: #ef3f68;
	  font-family: 'bilo', sans-serif;
	  font-size: 20px;
	  font-weight: 600;
  }
  
  .question1 {
	  margin-top: 5%;
	  margin-bottom: 5%;
  }
  
  .container1 {
	  display: block;
	  position: relative;
	  padding-left: 35px;
	  margin-bottom: 12px;
	  cursor: pointer;
	  font-size: 18px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container1 input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 25px;
	  width: 25px;
	  background-color: #fff;
	  border: 2px solid #ef3f68;
  }
  
  /* On mouse-over, add a grey background color */
  .container1:hover input ~ .checkmark {
	  background-color: #fcd4d0;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container1 input:checked ~ .checkmark {
	  background-color: #ef3f68;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
  }
  
  /* Show the checkmark when checked */
  .container1 input:checked ~ .checkmark:after {
	  display: block;
  }
  
  /* Style the checkmark/indicator */
  .container1 .checkmark:after {
	  left: 9px;
	  top: 5px;
	  width: 5px;
	  height: 10px;
	  border: solid white;
	  border-width: 0 3px 3px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
  }
  
  label {
	  color: #ef3f68;
	  font-family: 'bilo', sans-serif;
	  font-weight: 300;
  }
  
  /*Contact Form*/
  
  
  .cards {
	  display: flex;
	  flex-direction: row;
	  column-gap: 20px;
	  margin-bottom: 50px;
	  margin-top: 50px;
  }
  
  .card-top {
	  display: flex;
	  flex-wrap: wrap;
	  align-content: center;
	  justify-content: center;
  }
  
  .card1 {
	   display: flex;
	  flex-direction: column;
	  background-color: #C2E9F4;
	  padding: 20px;
	  width: 33%;
  }
  
  .card-bottom {
	  color: #EF3F68;
	  font-family: bilo, sans-serif;
	  font-size: 18px;
	  text-align: left;
	   display: flex;
	   padding: 10px;
	  flex-wrap: wrap;
	  align-content: center;
	  justify-content: center;
  }
  
  
  .business-row {
	  display: flex;
	  flex-direction: row;
	  column-gap: 20px;
	  padding-bottom: 50px;
  }
  
  .business-column {
  
  }
  
  
  h2 {
	  font-size: 25px!important;
	  color: #EF3F68!important;
	  font-family: bilo, sans-serif;
  }
  
  .submit:hover {
	  background-color: #F26C8B;
  }
  
  @media only screen and (max-width: 1200px) and (min-width: 955px) {
	.listen-ad {
	  width: 250px;
	  height: 195px;
	}
	.ad2 {
	  width: 250px;
	  height: 195px;
	}
	.sonshine-listen {
	  width: 250px;
	  height: 195px;
	  background-color: #FCD4D0;
	  padding: 20px;
	  display: flex;
	  flex-direction: column;
	  grid-row-gap: 35px;
	}
	.s-row1 {
	  display: flex;
	  column-gap: 15px;
	}
	.s-row2 {
	  display: flex;
	  column-gap: 10px;
	  flex-wrap: wrap;
	  align-content: center;
	}
	.listen-button {
	  width: 40px;
	  height: auto;
	}
	.sonshine-listen-logo {
	  width: 155px;
	  height: auto;
	}
	.album {
	  width: 45px;
	  height: 45px;
	}
	#red {
	  font-size: 12px;
	  margin-top: 10px;
	}
	.sonshine-extra {
	  width: 250px;
	  height: 195px;
	  background-color: #47BDA2;
	  padding: 20px;
	  display: flex;
	  flex-direction: column;
	  grid-row-gap: 35px;
	}
	.sonshine-tally {
	  width: 250px;
	  height: 195px;
	  display: flex;
	  flex-direction: row;
	}
	#white {
	  font-size: 12px;
	  margin-top: 10px;
	}
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 954px) and (min-width: 768px) {
	.listen-home {
	  padding: 2%;
	  column-gap: 12px;
	}
	.listen-ad {
	  width: 250px;
	  height: 145px;
	}
	.ad2 {
	  width: 185px;
	  height: 145px;
	}
	.sonshine-listen {
	  width: 250px;
	  height: 145px;
	  padding: 10px;
	  grid-row-gap: 25px;
	}
	.s-row1 {
	  display: flex;
	  column-gap: 15px;
	}
	.s-row2 {
	  display: flex;
	  column-gap: 5px;
	}
	.listen-button {
	  width: 30px;
	  height: auto;
	}
	.sonshine-listen-logo {
	  width: 120px;
	  height: auto;
	}
	.album {
	  width: 35px;
	  height: 35px;
	}
	#red {
	  font-size: 10px;
	  margin-top: 5px;
	}
	.sonshine-extra {
	  width: 250px;
	  height: 145px;
	  padding: 10px;
	  grid-row-gap: 25px;
	}
	.sonshine-tally {
	  width: 250px;
	  height: 145px;
	}
	#white {
	  font-size: 10px;
	  margin-top: 5px;
	}
  }
  
  
  
  
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 1200px) and (min-width: 920px) {
	.navbar {
	  background-color: #85D3EA;
	  font-size: 14px;
	  font-family: 'bilo', sans-serif;
	  font-weight: 600;
	  padding: 0% 5% !important;
	}
	.navlogo {
	  margin-top: 10px;
	  width: 190px;
	}
	#collapsibleNavbar {
	  /* margin-top: -35px; */
	}
	.listenlive {
	  margin: 5px 15px;
	  padding: 0px;
	  height: 60px;
	  width: auto;
	}
	.homepagemenu {
	  width: 80px;
	  height: 60px;
	}
	.showsmenu {
	  width: 80px;
	  height: 60px;
	}
	.connectmenu {
	  width: 80px;
	  height: 60px;
	}
	.businessmenu {
	  width: 80px;
	  height: 60px;
	}
	.donatemenu {
	  width: 80px;
	  height: 60px;
	}
	.input-group {
	  width: 100px !important;
	  margin-left: 10px;
	}
  }
  
  
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 1100px) and (min-width: 950px) {
	.listen-page-sections {
	  margin-bottom: 50px;
	  display: flex;
	  flex-direction: row;
	}
	.s-row11 {
	  display: flex;
	  column-gap: 35px;
	  width: 100%;
	}

	.listen-button2 {
	  width: 60px;
	  height: auto;
	}
	.sonshine-listen-logo2 {
	  width: 250px;
	  height: auto;
	}

  }
  
  
  
  
  
  
  @media only screen and (max-width: 950px) and (min-width: 768px) {
	.listen-page-sections {
	  margin-bottom: 50px;
	  display: flex;
	  flex-direction: row;
	}
	.s-row11 {
	  display: flex;
	  column-gap: 35px;
	  width: 100%;
	}

	.listen-button2 {
	  width: 50px;
	  height: auto;
	}
	.sonshine-listen-logo2 {
	  width: 200px;
	  height: auto;
	}

  }
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 919px) and (min-width: 768px) {
	.navbar {
	  font-size: 12px;
	}
	.navlogo {
	  margin-top: 10px;
	  width: 200px;
	}
	#collapsibleNavbar {
	  margin-top: -70px;
	}
	.listenlive {
	  display: none;
	}
	.homepagemenu {
	  width: 70px;
	  height: 55px;
	}
	.showsmenu {
	  width: 70px;
	  height: 55px;
	}
	.connectmenu {
	  width: 70px;
	  height: 55px;
	}
	.businessmenu {
	  width: 70px;
	  height: 55px;
	}
	.donatemenu {
	  width: 70px;
	  height: 55px;
	}
	.input-group {
	  width: 90px !important;
	  margin-left: 10px;
	}
	.show-audio {
	  flex-direction: column;
	}
	.show-audio1, .show-audio2, .show-audio3, .show-audio4 {
	  width: 100%;
	  height: 270px;
		max-width: none;
	}
	.bimg {
	  width: 50%;
	  right: 16px;
	}
	.show-caption {
	  font-size: 15px !important;
	  width: 55%;
	  padding: 30px;
	}

	.dimg {
	  width: 50%;
	  right: 16px;
	}
	.drive-caption {
	  font-size: 15px !important;
	  width: 55%;
	  padding: 30px;
	}
	h6 {
	  font-size: 25px !important;
	  color: #fff !important;
	  font-family: bilo, sans-serif;
	}
	h7 {
	  font-size: 15px !important;
	  font-weight: 500 !important;
	}
	#red2 {
	  font-size: 13px !important;
	  font-weight: 400 !important;
	}
	.fa-play {
	  font-size: 15px;
	}
	.other-podcast {
	  flex-direction: column;
	  row-gap: 50px;
	}
  }
  
  
  
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 1115px) and (min-width: 768px) {
	.listen-section {
	  width: 200px;
	}
	/*Shows*/
	.footer {
	  flex-direction: column;
	}
	.footer-column1 {
	  flex-direction: column;
	}
	.footer-row2 {
	  flex-direction: row;
	  width: 100%;
	}
	.footer-column3 {
	  margin-top: -4%;
	}
	.article-sidebar {
	  padding-right: 50px;
	  padding-bottom: 50px;
	  justify-content: flex-end;
	}
	.article-content {
	  padding: 0px 50px 50px 50px;
	}
	.timeline {
	  margin-top: 1%;
	}
	.article-main {
	  flex-direction: column;
	}
	.follow-socials {
	  display: none;
	}
  }
  
  
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 768px) {

	/*Phone Tablet Code*/


	/*Navigation*/
	.navbar {
	  padding: 0 !important;
	}
	.navlogo {
	  margin-top: 0px !important;
	  margin-left: 0%;
	  width: 190px;
	  height: auto;
	}
	.follow-socials {
	  display: none;
	}
	.navbar-logo {
	  padding: 2% 5%;
	}
	#collapsibleNavbar {
	  margin-top: -50px !important;
	}
	.listenlive {
	  display: none;
	}
	.homepagemenu {
	  width: 100%;
	}
	.showsmenu {
	  width: 100%;
	}
	.connectmenu {
	  width: 100%;
	}
	.businessmenu {
	  width: 100%;
	}
	.donatemenu {
	  width: 100%;
	  height: 70px;
	}
	.input-group {
	  width: 100% !important;
	  height: 70px;
	  margin-left: 0%;
	  align-content: center;
	}
	.form-control {
	  text-align: center;
	}
	.input-group-btn {
	  display: none;
	}

	.article-content > .page > .post-content
	{
		margin-right: 2px !important; 
	}

	.footerspot {
		padding: 0% 5% 0% 5%;
	}

	.footerspot img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		/* padding: 10px; */
	}

	/*Navigation*/
	/*Home Carousel*/
	.home-carousel-background {
	  padding: 15% 5% 5% 5%;
	}
	.frontpage-appeal-thankyou {
	  padding: 15% 5% 5% 5%;
	}
	/*Home Carousel*/
	/*Listen*/
	.listen-home {
	  padding: 5% 0% 5% 5%;
	  display: flex;
	  row-gap: 7px;
	  flex-wrap: wrap;
	  flex-direction: column;
	  justify-content: flex-end;
	  /* align-content: flex-end; */
	}
	.listen-section {
	  min-width: 85%;
	}
	.brekky-home {
	  width: 100%;
	  float: left;
	}
	.drive-home {
	  width: 100%;
	  float: right;
	}
	/*Listen*/
	/*Stories*/
	.stories-heading {
	  display: none;
	}
	.stories-carousel-background {
	  padding: 0% 0% 2% 0%;
	}
	.stories-carousel {
	  width: 100%;
	  height: 50%;
	  position: relative;
	}
	.box {
	  height: 1417px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  padding-top: 15%;
	  overflow-y: hidden;
		padding-right: 10px;
	}
	.story-content {
	  width: 85%;
	  margin: 1% 0%;
	}
	.left {
	  display: none;
	}
	.right {
	  display: none;
	}
	.up-and-down {
	  display: block;
	  visibility: visible;
	}
	.stories-title2 {
	  display: block;
	  visibility: visible;
	}
	#stories-title2 {
	  display: block;
	  visibility: visible;
	}
	.viewall2 {
	  display: block;
	  visibility: visible;
	}
	/*Stories*/
	/*Follows*/
	.follow-home {
	  padding: 5% 5% 10% 15%;
	}
	.ig-img {
	  min-width: 31%;
	}
	/*Follows*/
	/*Shows*/
	.shows-home {
	  flex-direction: column;
	}

	.show-caption-link {
		color: #000000 !important;
		display: none;
	}
	
	.podcast-audio-caption-mb 
	{
		display:block;
		font-size: 20px; 
		padding-left: 1%;
	}
	.show-audio1, .show-audio2, .show-audio3, .show-audio4 {
		height: 0;
	}
	.show-audio1 {
		width: 0%; 
		min-width: 0%; 
		max-width: 0%;
	}

	.show-audio2 {
		width: 0%; 
		min-width: 0%; 
		max-width: 0%;
	}
	.show-audio3 {
		width: 0%; 
		min-width: 0%; 
		max-width: 0%;
	}
	
	.show-audio4 {
		width: 0%; 
		min-width: 0%; 
		max-width: 0%;
	}

	.fill2 {
		padding: 30px 30px 0;
	}

	.bimg { display: none; }
	
	/*Supported By*/
	.supporter-logo {
	  /* min-width: 50%; */
	}
	.left3 {
	  left: 18px;
	}
	.right3 {
	  right: 18px;
	}
	/*Footer*/
	.footer {
	  flex-direction: column;
	}
	.tab {
	  width: 40%;
	}
	.footer-row {
		flex-direction: column;
	}
	.footer-row2 {
	  width: 100%;
	}
	.footer-column3 {
	  margin-top: 20%;
	}

	.footer-column1, .footer-column2 { 
		padding: 20px;
	}
	.footer-column2 { 
		padding-top: 0;
	}

	.brekky-audio {
	  flex-direction: column;
	}
	.brekky-audio1 {
	  width: 100%;
	  height: 270px;
	}
	.bimg {
	  width: 50%;
	  right: 16px;
	}
	.brekky-caption {
	  font-size: 15px !important;
	  width: 55%;
	  padding: 30px;
	}
	.drive-audio {
	  flex-direction: column;
	}
	.drive-audio1 {
	  width: 100%;
	  height: 270px;
	}
	.dimg {
	  width: 50%;
	  right: 16px;
	}
	.drive-caption {
	  font-size: 15px !important;
	  width: 55%;
	  padding: 30px;
	}
	h6 {
	  font-size: 25px !important;
	  color: #fff !important;
	  font-family: bilo, sans-serif;
	}
	h7 {
	  font-size: 13px !important;
	  font-weight: 500 !important;
	}
	#red2 {
	  font-size: 13px !important;
	  font-weight: 400 !important;
	}
	.fa-play {
	  font-size: 15px;
	}
	/*Article*/
	.article-content {
	  padding-left: 20px;
	  padding-right: 20px;
	  width: 100%;
	}
	.article-paragraph {
	  padding: 20px 50px 0px 50px;
	}
	.article-sidebar {
	  padding-right: 50px;
	  padding-bottom: 50px;
	  justify-content: flex-end;
	  display: none;
	}

	.article-main { 
		/* padding-left: 10px;  */
	}

	.back 
	{
		position: unset;
	}

	.article-page-background {
		padding: 0 0 0 0;
	}

	.podcast-play { 
		width: 20%;
	}

	.podcast-image { 
		display: none;
	}

	.show-title {
		display: none;
	}

	.show-video-title {
		width: 100%;
		font-size: 18px; 
	}

	.box4 {
	  height: 1390px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  padding-top: 15%;
	  overflow-y: hidden;
	}
	.story-content2 {
	  width: 70%;
	  margin: 1% 0%;
	}
	.left4 {
	  display: none;
	}
	.right4 {
	  display: none;
	}
	.other-podcast {
	  flex-direction: column;
	  row-gap: 50px;
	}
	#show-title {
	  font-size: 18px !important;
	  font-family: bilo, sans-serif !important;
	  color: #F26D65 !important;
	  writing-mode: vertical-rl;
	  text-align: center;
	  margin: 30px 15px 30px 15px !important;
	}
	.shows-video-background {
	  background-image: url(/wp-content/themes/sonshine2023/assets/images/orange.png);
	  background-size: cover;
	  background-repeat: no-repeat;
	  padding: 0% 0% 0% 0%;
	  margin-bottom: 50px;
	  display: flex;
	  flex-direction: column;
	}
	.container-fluid5 {
	  flex: 1;
	}
	.video-title {
	  width: 90%;
	  padding: 50px 50px 50px 100px;
	}
	.shows-stories-carousel-background {
	  background-color: #FCD4D0;
	  padding: 0% 0px 4% 0px;
	  margin-bottom: 50px;
	}
	.show-article-title {
	  display: none;
	}
	.left5 {
	  display: none;
	}
	.right5 {
	  display: none;
	}
	.left6 {
	  display: none;
	}
	.right6 {
	  display: none;
	}
	.left9 {
	  display: none;
	}
	.right9 {
	  display: none;
	}
	.box5 {
	  height: 1417px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  overflow-y: hidden;
		padding-right: 10px;
    padding-top: 10px;
	}
	.box6 {
	  height: 620px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  overflow-y: hidden;
		padding-right: 10px;
    padding-top: 10px;
	}

	.boxAgain {
		height: 620px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		overflow-y: hidden;
		padding-right: 10px;
    padding-top: 10px;
	  }

	.box8 {
	  height: 620px;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  overflow-y: hidden;
		padding-right: 10px;
		padding-top: 10px;
	}
	.box9 {
	  height: 470px;
	  display: flex;
	  flex-wrap: wrap;
	  overflow-y: hidden;
	  justify-content: flex-end;
		padding-right: 10px;
	}
	.shows-ondemand-carousel-background {
	  padding: 0% 40px 2% 40px;
	}
	.show-ondemand-podcast {
	  display: flex;
	  flex-direction: row;
	  background-color: #FCE2E0;
	  min-width: 90%;
	  width: 90%;
	  margin-right: 0px !important;
	  margin-bottom: 20px;
	}

	#shows-ondemand-title {
		writing-mode: unset;
		margin: 10px 5px 10px 5px !important
	}

	#shows-ondemand-title2 {
		writing-mode: unset;
		margin: 10px 5px 10px 5px !important
	}

	
	#shows-stories-title {
		writing-mode: unset;
		margin: 10px 5px 10px 5px !important
	}

	
	#listen-title {
		writing-mode: unset;
		margin: 10px 5px 10px 5px !important
	}


	.listen-button2 {
		float:left;
	}

	.sonshine-listen-logo2 {
		float: right; 
		width: 50%;
	}

	.testimonials-heading 
	{
		padding-bottom: 10px;
	}

	.card1 {
		width: 100%;
	}


	.show-ondemand-heading 
	{
		padding-bottom: 10px; 
	}

	.viewall4, .viewall3 { 
		line-height: 1.2;
	}

	.show-ondemand-podcast-text
	{
		width: 100%; 
		min-width: 100%; 
		max-width: 100%;
	}
	.story-content1 {
	  width: 70%;
	  margin: 1% 0%;
	}
	.up-and-down2 {
	  display: block;
	  visibility: visible;
	}
	.up-and-down3 {
	  display: block;
	  visibility: visible;
	}
	.up-and-down5 {
	  display: block;
	  visibility: visible;
	}
	.up-and-down4 {
	  display: block;
	  visibility: visible;
	}
	.up-and-down9 {
	  display: block;
	  visibility: visible;
	}
	.show-ondemand-podcast {
	  display: flex;
	  min-width: 81%;
	  margin-right: 20px;
    max-width: 80%;
	}
	.show-audio-title {
	  display: none;
	}
	.ad7 {
	  padding: 0% 5%;
	}
	.ad4 {
	  width: 100%;
	}
	#kd {
	  font-size: 40px !important;
	}
	#app-title {
	  font-size: 18px !important;
	  font-family: bilo, sans-serif !important;
	  color: #F26D65 !important;
	  writing-mode: vertical-rl;
	  text-align: center;
	  margin: 45px 15px 30px 15px !important;
	}
	.app-title {
	  height: 120px;
	}
	.app-title2 {
	  font-size: 35px !important;
	  padding: 20px 10px;
	  width: 70%
	}
	.app2 {
	  margin: 0px 25px
	}
	.other-show-item {
	  margin-right: 0px;
	  margin-bottom: 20px;
	}
	.app-store {
	  display: none;
	}
	.app-store2 {
	  display: flex;
	  flex-wrap: nowrap;
	  justify-content: center;
	  align-content: center;
	  flex-direction: row;
	  margin: 30px 0px;
	}
	#app {
	  font-size: 25px;
	  margin-top: 10px;
	  line-height: 130%;
	}
	.listen-page-sections {
	  margin-bottom: 50px;
	  display: flex;
	  flex-direction: column;
	}
	.othershows-carousel-background {
	  padding: 0% 0px 4% 0px;
	}
	.sonshine-listenp {
	  margin-bottom: 30px;
	}
	.landing-sections {
	  flex-direction: column;
	  row-gap: 20px;
	}
	.show-landing-sections1 {
	  flex-direction: column;
	  row-gap: 20px;
	}

	.show-landing-picture {
		width: 100%;
		max-width: 100%;
	}

	.show-landing-sections2 {
	  flex-direction: column;
	  row-gap: 20px;
	}
	.sonshine-listen-logo2 {
	  height: auto;
  }
	.listen-button2 {
	  width: 64px;
	  height: auto;
  }

  	.app-store2 {
		margin-left: 190px; 
		margin-right: 190px; 
	}
	.landing-nav {
	  flex-direction: column;
	}
	.landing-nav-text {
	  width: 80%;
	}
	 
	.landing-sections2 {
	  flex-direction: column;
	  row-gap: 20px;
	}
	.connect-stuff {
		flex-wrap: wrap;
	}
	.connect-stuff-mobile {
	  display: flex;
	  flex-direction: column;
	  row-gap: 20px;
	}
	.landing-links {
		flex-direction: column;
	}
	.landing-nav2 {
		padding-left: 0;
	}
	  .cards {
	  flex-direction:column;
	  column-gap: 0px;
		  row-gap: 20px;
  }
	  
	  .testimonial {
	  	margin-right: 0px;
			margin-bottom: 20px;
			width: 100%;
			max-width: 100%;
  }
  
  .business-row {
	  display: flex;
	  flex-direction: column;
	  column-gap: 0px;
	   row-gap: 20px;
  }
	  
	  .form {
	  flex-direction: column;
  }
  
	  .box10 {
	  /* height: 722px; */
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
	  overflow-y: hidden;
		flex-direction: column;
		height: 100%;
  }
	  
	  .contact-details {
	  flex-direction: column;
		  margin-bottom: 20px;
  }
	  
	  .contact-info1 {
	  width: 100%;
		  margin-bottom: 20px;
	  margin-right: 0px;
  }
	  
		 .contact-info {
	  width: 100%;
	  margin-right: 20px;
  }
  .card1 {
	  flex-direction: row;
  }
  }

  .churchpicture 
  {
	float: right;
	max-width: 300px !important;
  }

  .churchDetails {
	font-size: 0.7em;
  }

  
  .churchCategory
  {
	background-color: #47bda2;
	display: inline;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size:8pt; 
	color: #ffffff; 
	text-shadow: none;
	font-family: 'Bilo', 'Arial';
  }
	.button-joblink .btn-img-container {
		background: #16326C;
		width: 40px;
		height: 40px;
	}
	.button-joblink img {
		width: 95%;
	}

	.gap-1 {
		gap: 4px;
	}

	.gap-2 {
		gap: 8px;
	}

	.gap-3 {
		gap: 12px;
	}

	.gap-4 {
		gap: 16px;
	}
	
	.gap-5 {
		gap: 20px;
	}

	.rightlady {
		bottom: 0;
    right: 0;
    width: 20%;
    object-fit: contain;
	}
	.copyright-col {
		text-align: center;
	}
	.copyright {
		color: #fff !important;
		font-weight: 600;
	}
	.footer {
		flex-direction: column;
		clear: both;
	}
	.footer-bottom-row {
		padding-top: 15px;
    border: 0px solid;
		border-top-width: 1px;
		border-top-color: rgba(245,245,245,0.4);
		display: block;
	}
	.footer-bottom-row ul {
    padding: 0;
    margin: 0;
    display: flex;
		flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
		justify-content: center;
	}
	.footer-bottom-row ul li {
    text-align: right;
		margin: 0 12px 0 0;
	}
	.footer-quick-links a.tablinks {
		display: block;
	}
	.footer-bottom-row ul li a, .footer-quick-links a.tablinks {
		font-size: 16px;
    color: #fff;
		font-weight: 600;
	}

	.supporter-logo.inner {
		background-color: #fff;
		border-radius: 12px;
		height: 100%;
		display: flex;
    justify-content: center;
    align-items: center;
	}	

	.swiper-container {
    position:relative;
    width: 100%;
    padding: 3rem 1rem;
	}
	.swiper-wrapper {
		align-items: center;
	}
	.swiper-slide {
		display:flex;
		background: #eee;
		align-items: center;
		justify-content:center;
		transition:all 200ms linear;
		transform: scale(0.8) !important;
		background-color: #fff;
    border-radius: 12px;
		padding: 4px;
	}
	.swiper-slide img {
		width: 100%;
		aspect-ratio: 3/2;
    object-fit: contain;
	}
	.swiper-slide.swiper-slide-active{
    transform: scale(1) !important;
  }
	.swiper-pagination-bullet {
		background: #ccc;
    border: 0;
    border-radius: 2.5px;
    display: inline-block;
    height: 5px;
    margin: 3px;
    padding: 0;
    position: relative;
    transition: background-color 0.2s linear;
    width: 20px;
		opacity: 1;
	}
	.swiper-pagination-bullet-active {
		background: #ef3f68;
	}

	@media screen and (min-width: 600px) {
		.footer-bottom-row ul {
    	flex-direction: row;
		}
	}
	@media screen and (min-width: 768px) {
		.copyright-col {
			text-align: left;
			flex: 1;
		}
		.footer-bottom-row {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.footer-bottom-row ul {
			justify-content: flex-end;
		}
	}
	@media screen and (min-width: 990px) {
		.rightlady {
			width: 18%;
		}
	}

	.listen-ad img {
		width: 100%;
  }

	.listen-home > div{
		height: 100%;
	}
	.container3 img {
		width: 100%;
	}

@media only screen and (max-width: 425px){
	.card1 {
	  flex-direction: column;
  }
}