/*
 Theme Name:   3BBR bb2026
 Theme URI:    /wp-content/themes/3bbr-bb2026/
 Description:  Inheriting and overriding styles and templates from best-business theme
 Author:       Garry Havrillay
 Author URI:   https://havrillay.com/about-garry
 Template:     best-business
 Version:      1.0.4
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, custom-header, featured-images, full-width-template, translation-ready, theme-options, editor-style, threaded-comments, footer-widgets, custom-logo, blog
 Text Domain:  bestbusinesschild
*/


/* *********************
   CUSTOM CHILD-THEME CSS GOES HERE
********************** */
body, h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Lato', sans-serif;
    color:#555;
	}
body {
    background-color:#FAFDFF /*FFF or f2f8fc*/;
    font-size: 106%;
	}
/* 
#content a:not(strong) {
    color:#444;
	}
 */
#body-inner {
	position: relative;
	max-width: 1720px;
	margin: 0 auto;
	background-color: #eef4ff;
	background-image: -webkit-linear-gradient(top, #f6faff 3%, #eef7ff 40%);
	background-image: linear-gradient(to bottom, #ffffff 3%, #eef7ff 40%);
	}
.home h1.has-light-green-cyan-background-color {
	color: #fff !important;
	background-color: rgb(3,95,150) !important;
	background-image: -webkit-linear-gradient(top, rgb(3,118,170) 10%, rgb(1,75,150) 90%);
	background-image: linear-gradient(to bottom, rgb(3,118,170) 10%, rgb(1,75,150) 90%);
	}
 
/* ===== Links ===== */
a,
#breadcrumb li a {
    color: #0374c0;
    text-decoration: inherit;
	}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 1.25em 2.375em;
}
a:visited,
#breadcrumb li a:visited {
    color: #0374c0;
	}

a:hover,
a:focus,
a:active,
#breadcrumb li a:hover,
#breadcrumb li a:focus,
#breadcrumb li a:active {
    color: #0374c0;
    text-decoration: underline;
	}

a:focus,
#breadcrumb li a:focus {
    outline:inherit;
	}

a:hover,
a:active,
#breadcrumb li a:hover,
#breadcrumb li a:active {
    outline: 0;
	}


/* ===== images ===== */

.alignleft {
	margin-top: 0.4em;
	margin-right: 2em;
	margin-bottom: 0.4em;
	}
.alignright {
	margin-top: 0.4em;
	margin-left: 2em;
	margin-bottom: 0.4em;
	}
/* Override theme default of 100% image width on post pages + override aligncenter margin */

@media only screen and (min-width:768px) {
	/* POST and PAGE images FLOAT RIGHT, ignore inline images   */
	body.single #primary img.best-business-post-thumb,
	body.page #primary img.best-business-post-thumb,
	body.archive #primary img.best-business-post-thumb,
	body.blog #primary img.best-business-post-thumb {
		clear: both;
		float: right;
		max-width: 45%;
		margin: 0 0 20px 40px;	
		}
	body.single #primary .entry-content::before,
	body.page #primary .entry-content::before,
	body.archive #primary .entry-content::before,
	body.blog #primary .entry-content::before {
		clear: unset;
		}
}

/* Hide any FEATURE IMAGE on the SURVEY page */
.postid-14653 #primary #post-14653 img.best-business-post-thumb,
/* Hide any FEATURE IMAGE on the NEWSLETTER CATEGORY page */
/* .category-newsletters #primary #main img.best-business-post-thumb, */
/* Hide any FEATURE IMAGE on the PROGRAM GUIDE page */
.page-id-14065 #primary #post-14065 img.best-business-post-thumb,
/* Hide any FEATURE IMAGE on the HOME page */
.home #primary #post-727 img.best-business-post-thumb {
	display: none !important;
	visibility: collapse;
	}

/* BREADCRUMBS */
#content {
	position: relative;
	padding-top: 30px;
	background-color: #ffffff;
	}
#breadcrumb {
	font-style: italic;
	font-size: 90%;
	line-height: 1.2em;
	display: table;
	text-align: center;
	width:100%;
	margin-top: -1.5em; /* 	ADDITIONS for 2026 theme  */
	margin-bottom: 1.8em;
	}
#breadcrumb .trail-items {
    margin: 0 auto;
    /* max-width: 1210px; */
	}
.breadcrumbs {
	text-align: left;
	/* max-width: 1230px; */
	padding-left: 20px;
	padding-right: 45px;
	display: table-cell;
    vertical-align:middle;
	}
#breadcrumb li {
	color: #444;  /* prev #c9c9c1 */
	}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-bottom:0.85em;
	}

h2 {
	font-size: 22px;
	}


#footer-widgets a {
	color: #fff;
	font-size: 104%;
	}
#footer-widgets a:hover {
    color: #FFF;
	}
#footer-widgets .widget_block {
	display: block;
	width: 100%;
	}
#footer-widgets .widget_block p {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	}
#footer-widgets .widget_search {
	width: 50vw;
	max-width: 520px;
	}
#footer-widgets .widget_search .wp-block-search__input,
#footer-widgets .widget_search .wp-block-search__button {
	box-shadow: 3px 2px 3px rgba(0,0,0,0.15);
	}
#footer-widgets .post-footer-widgets {
	display: inline-block;
	clear: both;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
#footer-widgets .post-footer-widgets span {
	display: inline-block;
	padding: 15px 20px;
	}
#footer-widgets h3.widget-title,
#footer-widgets h3.widget-title::after {
	display: none;
	}

/* ORANGE-BLUE */
a.support-button,
a.support-button:link,
a.support-button:hover,
a.support-button:focus {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	line-height: 1.4em;
	width: 28vw;
	max-width: 330px;
  	height: 5em;
	color: white;
  	color: rgba(255, 255, 255, 1.0);
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
	position: relative;
	cursor: pointer;
	background-color: #EA8416 /* #efa046 */;
	border-top: 5px solid #e4b482;
	border-right: 5px solid #bf7e2e;
	border-bottom: 5px solid #a35d00;
	border-left: 5px solid #b57120;
	border-radius: 12px;
	box-shadow: 3px 2px 3px rgba(0,0,0,0.15);
	}
a.support-button:hover {
	border-top: 5px solid #d4a462;
	background-color: #D47000;
	}
a.support-button:active {
	background-color: #D77105;
	border-top: 5px solid #bc5300;
	border-right: 5px solid #d08c39;
	border-bottom: 5px solid #dd9242;
	border-left: 5px solid #b97424;
	}

/* RAFFLE BUTTON */
/* 
@keyframes raffle {
  0%   {transform: rotate(0deg);}
  39%  {transform: rotate(0deg);}
  40%  {transform: rotate(2deg);}
  41%  {transform: rotate(-2deg);}
  42%  {transform: rotate(2deg);}
  43%  {transform: rotate(-2deg);}
  44%  {transform: rotate(2deg);}
  45%  {transform: rotate(0deg);}
  100% {transform: rotate(0deg);}
}
 */

#content .content-area a.survey-button,
#content .content-area a.survey-button:link,
#content .content-area a.survey-button:focus {
/* 
	animation-name: raffle;
	animation-duration: 4s;
	animation-direction: normal;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
 */
	display: inline-block;
	border-radius: 12px;
	text-align:center;
	padding: 10px 2% 10px 2%;
	text-decoration: none;
	line-height: 1.4em;
	color:#fff;
	letter-spacing: 1.25px;
	font-weight: bold;
	font-size: 112%;
/* 	text-transform: uppercase; */
	text-shadow: 0 1px 2px rgba(0,0,0,0.35);
	background-color: #55BB55;
	border-top: 5px solid #BBEEBB;
	border-right: 5px solid #4c8844;
	border-bottom: 5px solid #407A29;
	border-left: 5px solid #B1E5B1;
	}
#content .content-area a.survey-button:hover {
	background-color: #038fd6;
	border-top: 5px solid #cdebf2;
	border-right: 5px solid #4cabe5;
	border-bottom: 5px solid #006aae;
	border-left: 5px solid #9ac8e2;
	}
#content .content-area a.survey-button:active {
	background-color: #1167af;
	border-top: 5px solid #b8d4e9;
	border-right: 5px solid #44a5e0;
	border-bottom: 5px solid #2c7fcf;
	border-left: 5px solid #94c2db;
	}


a[href$=".pdf"],
.file-pdf {
    background-image: url('/wp-content/themes/3bbr-bb2026/images/application-pdf.png');
    display: inline-block;
    min-height: 16px;
    padding: 0.2em 5px 0.2em 25px;
    line-height: 1.3em;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    background-color:#eee;
    font-weight: bold;
	letter-spacing: 0.3px;
	}
a[href$=".docx"],
a[href$=".doc"],
.file-docx {
    background-image: url('/wp-content/themes/3bbr-bb2026/images/docx_icon.png');
    display: inline-block;
    min-height: 16px;
    padding: 0.2em 5px 0.2em 25px;
    line-height: 1.3em;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    background-color:#eee;
    font-weight: bold;
	letter-spacing: 0.3px;
	}


#masthead {
	position: relative;
    background-color: #e1f1ff; 
    z-index: 999;
/*
    background-image: -webkit-linear-gradient(top, rgba(242, 248, 252, 1.0) 30%, rgba(176, 225, 252, 0.3) 100%);
	background-image: linear-gradient(to bottom, rgba(242, 248, 252, 1.0) 30%, rgba(176, 225, 252, 0.3) 100%);
*/
    background-image: -webkit-linear-gradient(top, #f6f9ff 45%, #b6d6ef 100%);
	background-image: linear-gradient(to bottom, #f6f9ff 45%, #b6d6ef 100%);
	line-height: 1.2em;
    padding: 3.8em 0 0 0; /* prev 2.4em 0 0 0*/
    overflow: hidden;
	}
#masthead a {
    color: #323232;
    text-decoration: inherit;
	}

#masthead a:visited {
    color: #323232;
	}

#masthead a:hover,
#masthead a:focus,
#masthead a:active {
    color: #038fd6;
    text-decoration: none;
	}

#site-identity {
    float: none;
    margin-top: 0px;
	}

.site-title {
	display:none;
	}
.site-description {
    font-size: 11px;
    color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2em;
/* 	margin-top: 0.5em; */
	}

#txmap {
	max-width:820px; 
	height:auto; 
	border: 1px solid #ccc;
	}
#google-calendar-programs {
	width:580px; 
	border: 1px solid #ccc;
	}
.home #google-calendar-programs {
	width:700px;
	max-width:100%;
	}
	
	
#footer-contact {
    float: none;
    text-align: center;
	line-height: 1.2em;
	color: rgba(255, 255, 255, 1.0);

/*   background: rgba(2, 108, 159, 1.0); */

    background: #D0E4F9;
    background-image: -webkit-linear-gradient(top, rgba(3,79,137,1.0) 10%, rgba(0,51,85,1.0) 100%);
	background-image: linear-gradient(to bottom, rgba(3,79,137,1.0) 10%, rgba(0,51,85,1.0) 100%);
/* 
	background: #D0E4F9;
    background-image: -webkit-linear-gradient(top, rgba(201, 225, 239, 1.0) 10%, rgba(147, 196, 226, 0.7) 100%);
	background-image: linear-gradient(to bottom, rgba(201, 225, 239, 1.0) 10%, rgba(147, 196, 226, 0.7) 100%);
 */
	}
#footer-contact::before, #footer-contact::after {
    content: "";
    clear: both;
    display: table;
	}
	
#quick-contact {
	float:none; 
	clear:both;
	display:block;
	width: auto;
    margin: 30px 30px 30px 0;
	}
#quick-contact .quick-contact-list {
	display: inline-block;
	margin-top: 2em;
	}
#quick-contact li {
    line-height: 0.8em;
    font-size: 18px;
    width:auto;
    display:inline-block;
    margin-bottom: 1.2em;
    white-space: nowrap;
	}
#quick-contact li::before {
	background: unset;
	color: #fff;
	}
#quick-contact a {
	color: #aad4ff;
	}
#quick-contact {
	color:#ccc;
	}
#quick-contact strong {
	color:#fff;
	}
#quick-contact .main-email-ampersand {
	color: #d4eeff;
	}
@media only screen and (max-width: 1100px) {
	#quick-contact li {
 	   margin-left: 40px;
		}
	}

	
#main-nav {
    background: #038fb6;
    background-image: -webkit-linear-gradient(top, rgba(3, 92, 150, 0.7) 10%, rgba(3, 52, 119, 0.7) 90%);
	background-image: linear-gradient(to bottom, rgba(3, 92, 150, 0.7) 10%, rgba(3, 52, 119, 0.7) 90%);
	}
.main-navigation ul ul {
	background-color: #003355;
	}
#sidr-main.sidr {
	background: #003355;
	box-shadow: 0 0 5px 5px #225 inset;
	}
#sidr-main.sidr ul li {
 	border-top: 1px solid #3d5d6d;
 	}
  
@media only screen and (min-width: 1024px) and (max-width: 1559px) {
	#primary-menu {
		margin-left: -12px;
		}
	.main-navigation li {
		padding: 15px 16px;
		}
	}
@media only screen and (min-width: 1560px) {
	#primary-menu {
		margin-left: 15px;
		}
	}

p.has-background {
    padding: 1.25em;
    }

/* Home page list of NEWS items */
.home #primary .entry-content ul {
	margin-left:0;
	margin-top: 2.4em;
	}
.page-content, .entry-content, .entry-summary {
	margin-top:0;
	}


/* Membership page */
body.page-id-21 #main .entry-content ul.membership li {
	margin-top:1em;
	margin-bottom:1em;
	}

body.page-id-21 #main .entry-content form {
	display:inline;
	}
	
body.page-id-21 #main .entry-content ul.membership form input {
	margin-bottom: -0.3em;
	padding-left:0.3em;
	} 

/*site-footer*/
#colophon .copyright,
#colophon .site-info,
#colophon .site-info a,
#colophon .abn {
	color: #777;
	font-size: 13px;
	letter-spacing: 0.5px;
	}
#colophon .site-info a:hover {
	color: #efa046;
	}
#colophon {
	padding-bottom: 2.4em;
	background: #003355;
	}
#footer-widgets {
	color: rgba(255, 255, 255, 1.0);
    background: #038fb6;
    background-image: -webkit-linear-gradient(top, rgba(3, 92, 150, 0.7) 40%, rgba(3, 52, 119, 0.7) 100%);
	background-image: linear-gradient(to bottom, rgba(3, 92, 150, 0.7) 40%, rgba(3, 52, 119, 0.7) 100%);
	text-align: center;
	}
/* 
#footer-widgets .widget_text {
	max-width: 720px;
	text-align: center;
	margin: 0 auto;
	}
 */

#footer-widgets .widget-column {
	text-align: center;
  	padding: 0em 3.2vw;
    }

#footer-navigation {
	margin-bottom:1em;
	}

#sidebar-primary .wp-block-image:last-child {
    margin: 0;
	}


.section-more-link {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: both;
	}

.home .entry-content ul.wp-block-latest-posts__list.bbr-news li,
.home .entry-content ul.wp-block-latest-posts__list.home-newsletter li {
    position: relative;
    width: 49%;
    clear: none;
    margin-top: 1.5em;
    padding: 1em 1em 1em 1em;
    color: #333;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li .wp-block-latest-posts__featured-image {
	margin: -1em -1em 1em -1em;
  	aspect-ratio: 3/2;
	overflow: hidden; /*   CROPS ANY TALLER IMAGE from the top	  */
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li a:not(.more-link) {
	/*font-weight:bold;*/
	}

.home .entry-content ul.wp-block-latest-posts__list.bbr-news li a.wp-block-latest-posts__post-title {
    text-transform: uppercase;
    color: #fff;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li a.more-link {
    text-transform: unset;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li,
.home .entry-content ul.wp-block-latest-posts__list.bbr-news.home-newsletter li {
    height: auto; /* 36em */
    float: left;
    overflow: hidden;
    margin: 0 0 2em 0;
    white-space: break-spaces;
	}
@media only screen and (min-width: 1024px) {
	.home .entry-content ul.wp-block-latest-posts__list.bbr-news li,
	.home .entry-content ul.wp-block-latest-posts__list.bbr-news.home-newsletter li {
    	margin-bottom: 1.5vw;
		}
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li .wp-block-latest-posts__post-excerpt a {
    white-space: nowrap;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li .wp-block-latest-posts__post-title {
	display: block;
	margin: -1em -1em 0 -1em;
	line-height: 1.5em;
	padding: 1em 1em;
	background-color:#444;
	}
/* PURPLE */
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+1),
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+6) {
    border: 12px solid #503 /* ee9999 */;
    background-color: #faf9ff;
    margin-right: 2%;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+1) .wp-block-latest-posts__post-title,
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+6) .wp-block-latest-posts__post-title {
	background-color:#503;
	}
/* STEEL BLUE */
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+2) {
    border: 12px solid #345 /* 8ed1fc */;
    background-color: #e7eff5;
    margin-right: 0;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+2) .wp-block-latest-posts__post-title {
	background-color:#345;
	}
/* BROWN */
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+3) {
    border: 12px solid #543 /* efa046 */;
    background-color: #f5ebdf;
	margin-right: 2%;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+3) .wp-block-latest-posts__post-title {
	background-color:#543;
	}
/* OLIVE */
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+4) {
    border: 12px solid #550 /* f6e34d */;
    background-color: #fffff4;
	margin-right: 0%;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+4) .wp-block-latest-posts__post-title {
	background-color:#550;
	}
/* DEEP BLUE */
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+5) {
    border: 12px solid #115 /* d6e35d */;
	background-color: #f5f6ed;
	margin-right: 2%;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news li:nth-child(6n+5) .wp-block-latest-posts__post-title {
	background-color:#115;
	}
/* NEWSLETTERS */
/* GREEN */
.home .entry-content ul.wp-block-latest-posts__list.bbr-news.home-newsletter li {
    border: 12px solid #241 /* 7bdcb5 */;
    background-color: #eef9f4;
	margin-right: 0;
	}
.home .entry-content ul.wp-block-latest-posts__list.bbr-news.home-newsletter li .wp-block-latest-posts__post-title {
	background-color: #241;
	}

/* SPONSOR LOGOS using SHORTCODE [bbr_sponsors] */
.sponsor-list,
.sponsor-logos {
	text-align: center;
	clear: both;
	}
.sponsor-list::after,
.sponsor-logos::after {
  	content: "";
  	clear: both;
  	display: table;
}
.sponsor-list .single-sponsor {
	display: inline-block;
	width: 170px;
	height: calc(90px + 4em);
	line-height: 1.1em;
	text-align: center;
	padding:0 30px 0 0;
	margin-bottom: 1.2em;
	}
.sponsor-logos .single-sponsor {
	display: inline-block;
	width: 170px;
	height: 112px;
	text-align: center;
	padding:0 30px 0 0;
	margin-bottom: 1.1em;
	}
.sponsor-list .sponsor-image,
.sponsor-logos .sponsor-image {
	display:table-cell;
	vertical-align: middle;
	height: 90px; /* 136px */
	width: 170px; /* 144 */
	}
.sponsor-list img,
.sponsor-logos img {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	max-height: 90px; /* 112px */
	max-width: 120px; /* 144px */
	height: auto;
	width: auto;
	}
.sponsor-list img::after,
.sponsor-logos img::after {
  	content: "";
  	clear: both;
  	display: table;
}
.sponsor-list .sponsor-name {
	font-size: 80%;
	margin-top: 0.15em;
	}
.sponsor-list .sponsor-phone {
	font-size: 80%;
	}


.entry-footer .sponsor-thanks {
	max-width: 720px;
	}
/* // sponsors */


/* CSA submission form */
.wpforms-field-container .nfb {
	padding-left: 15px;
	margin-left: -15px;
	margin-right: -15px;
	padding-right: 15px;
	background-color: #f1f1f8;
	}
@media only screen and (max-width: 479px) {
	.wpforms-container .wpforms-field.nfb .wpforms-field-row .wpforms-field-row-block:first-child {
  		padding-inline-start: 15px;
  		padding-inline-end: 15px;
		}
	.wpforms-container .wpforms-field.nfb .wpforms-field-row .wpforms-field-row-block:last-child {
  		padding-inline-start: 15px;
		padding-inline-end: 15px;
		}
	.wpforms-container .wpforms-field.nfb .wpforms-field-row .wpforms-one-half  {
		width: 100%;
		padding: 0px 0 5px 0;
		}
	.wpforms-container .wpforms-field.wpforms-field-name.nfb .wpforms-field-label,
	.wpforms-container .wpforms-field.wpforms-field-name.nfb .wpforms-field-description {
		padding-left: 15px;
		padding-right: 15px;
		}
	.wpforms-container .wpforms-field.wpforms-field-email.nfb {
		padding: 0 15px 15px 15px;
		}
	}

/* Program text list on https://3bbrfm.org.au/listen/ */
.program-textlist .joiner,
.program-textlist .broadcast-time {
	font-size: 86%;
	color: #777;
	}

/* Program images on https://3bbrfm.org.au/listen/ */
.program_randomimages {
	width: 100%;
	height: 150px;
	overflow: hidden;
	margin-bottom: 1.4em;
	}
.program-imagelist {
	width: 130%;
	}
.program-imagelist .program-image {
	width: 100px;
	height: 75px;
	float: left;
	overflow: hidden;
	}
.program-imagelist .program-image img {
	min-height: 101%;
	min-width: 107%;
	margin: 0 0 0 -3%;
	}
@media only screen and (max-width:579px) {
	.program_randomimages {
		height: 196px;
		}
	.program-imagelist .program-image {
		height: 66px;
		}
	.program-imagelist .program-image img {
		height: 60px;
		min-height: 102%;
		min-width: 102%;
		margin: 0;
		}
}

h1.program-title {
	color: #fff;
	font-size: 1.8em;
	padding: 0.8em 1.0em 0.8em 1.0em;
	margin-left: 0;
	background-color: rgb(3,79,137) /* #038fd6 */;
	}
@media only screen and (min-width: 1024px) {
	h1.program-title {
		padding-left: 73px;
		margin-left: -72px;
		}
	}
	
/* LIGHT GREEN CYAN
	color: #000;
	padding: 1.25em 2.375em;
	background-color: #7bdcb5;
 */
/* GRADED DARK BLUE
	background-color: #038fd6;
	background-image: -webkit-linear-gradient(top, #038fd6 10%, #038fd6 90%);
	background-image: linear-gradient(to bottom, #038fd6 10%, #026fb6 90%);
 */


#primary iframe {clear: both;}

iframe html {padding:1em !important;}

/* PROGRAM pages */

/* BREADCRUMB HACK for PROGRAM content-type. Replaces program name with '3BBR Programs' */
body.single-program #breadcrumb .trail-end::before {
	content: " 3BBR Programs";
	}
body.single-program #breadcrumb .trail-end span {
	display: none;
	}
body.single-program .type-program .entry-title {
	color: #038fd6;
	}
body.single-program .type-program .program-presenter {
	font-weight: bold;
	margin-bottom: 0.75em;
	}
body.single-program .type-program .broadcast-time {
	font-weight: bold;
	margin-bottom: 1em;
	}
body.single-program .entry-meta {
	margin-top: 0;
	}
body.single-program .hentry {
	margin-bottom: 0;
	}
/* 
body.single-program .navigation.post-navigation { 
	margin-top:10px;
	}
 */ /* step links to next/prev programs */
body.single-program .site-main .post-navigation {
	margin:12px 0;
	}
body.single-program .entry-footer .post-navigation a::before,
body.single-program .entry-footer .post-navigation a::after {
	content: "\f105\f105";
	font-family: FontAwesome;
	margin-right: 6px;	
	font-size: 12px;
	font-weight: 100;
	}
body.single-program .entry-footer .post-navigation a::after {
	content: "\f104\f104";
	margin-left: 6px;	
	margin-right: 0;	
	}
/* PAGE /3bbr-programs  */
#post-12940 .program-list a {
	color:#333;
	}
#post-12940 .program-list a:hover {
	text-decoration: none;
	opacity:0.85;
	}
#post-12940 .program-list .single-program {
	position: relative;
	width:31.3%; /* screen >= 768px */
	font-size:90%;
	height:28em;
	overflow:hidden;
	background-color:#f1f1f1;
	margin:0 3% 1.6em 0; /* margin-right 3% */
	float:left;
	}
#post-12940 .program-list .single-program:nth-child(3n+3) {
	margin-right: 0;
	}
#post-12940 .program-list .program-name {
	display:block;
	background-color: #7bdcb5;
	color:#000;
	font-size: 112%;
	margin: 0;
	width: auto;
	padding: 1.1em 1em;
	line-height: 1.2em;
	}

#post-12940 .single-program::after {
    content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 15%;
	display: block;
	background-color:transparent;
	}
#post-12940 .program-image {
	max-height:12em;
	overflow:hidden;
	position:relative;
	margin-bottom: 0.7em;
	}

/* GREEN */
#post-12940 .single-program:nth-child(7n+1) .program-name {
	background-color: #7bdcb5;
	}
#post-12940 .single-program:nth-child(7n+1) {
	background-color: #e0f3eb;
	}
#post-12940 .single-program:nth-child(7n+1)::after {
	background-image: -webkit-linear-gradient(top, rgba(224, 243, 235, 0) 0%, rgba(224, 243, 235, 1.0) 90%);
	background-image: linear-gradient(to bottom, rgba(224, 243, 235, 0) 0%, rgba(224, 243, 235, 1.0) 90%);
	}
/* SKY BLUE */
#post-12940 .single-program:nth-child(7n+2) .program-name {
	background-color: #8ed1f4;
	}
#post-12940 .single-program:nth-child(7n+2) {
	background-color: #dae8f4;
	}
#post-12940 .single-program:nth-child(7n+2)::after {
	background-image: -webkit-linear-gradient(top, rgba(218, 230, 238, 0) 0%, rgba(218, 230, 238, 1.0) 90%);
	background-image: linear-gradient(to bottom, rgba(218, 230, 238, 0) 0%, rgba(218, 230, 238, 1.0) 90%);
	}
/* LIME */
#post-12940 .single-program:nth-child(7n+3) .program-name {
	background-color: #d6e35d;
	}
#post-12940 .single-program:nth-child(7n+3) {
	background-color: #f5f6ed;
	}
#post-12940 .single-program:nth-child(7n+3)::after {
	background-image: -webkit-linear-gradient(top, rgba(245, 246, 237, 0) 0%, rgba(245, 246, 237, 1.0) 90%);
	background-image: linear-gradient(to bottom, rgba(245, 246, 237, 0) 0%, rgba(245, 246, 237, 1.0) 90%);
	}
/* ORANGE */
#post-12940 .single-program:nth-child(7n+4) .program-name {
	background-color: #ffc481;
	}
#post-12940 .single-program:nth-child(7n+4) {
	background-color: #f5ebdf;
	}
#post-12940 .single-program:nth-child(7n+4)::after {
	background-image: -webkit-linear-gradient(top, rgba(245, 235, 223, 0) 0%, rgba(245, 235, 223, 1.0) 90%);
	background-image: linear-gradient(to bottom, rgba(245, 235, 223, 0) 0%, rgba(245, 235, 223, 1.0) 90%);
	}
/* PINK */
#post-12940 .single-program:nth-child(7n+5) .program-name {
	background-color: #ec9f9f;
	}
#post-12940 .single-program:nth-child(7n+5) {
	background-color: #f4ecec;
	}
#post-12940 .single-program:nth-child(7n+5)::after {
	background-image: -webkit-linear-gradient(top, rgba(244, 236, 236, 0) 0%, rgba(244, 236, 236, 1.0) 90%);
	background-image: linear-gradient(to bottom, rgba(244, 236, 236, 0) 0%, rgba(244, 236, 236, 1.0) 90%);
	}
/* PURPLE */
#post-12940 .single-program:nth-child(7n+6) .program-name {
	background-color: #aec1f4;
	}
#post-12940 .single-program:nth-child(7n+6) {
	background-color: #dce4f8;
	}
#post-12940 .single-program:nth-child(7n+6)::after {
	background-image: -webkit-linear-gradient(top, rgba(220, 228, 248, 0) 0%, rgba(220, 228, 248, 1.0) 90%);
	background-image: linear-gradient(to bottom, rgba(220, 228, 248, 0) 0%, rgba(220, 228, 248, 1.0) 90%);
	}
/* YELLOW */
#post-12940 .single-program:nth-child(7n+7) .program-name {
	background-color: #F8E870;
	}
#post-12940 .single-program:nth-child(7n+7) {
	background-color: #eae3cc;
	}
#post-12940 .single-program:nth-child(7n+7)::after {
	background-image: -webkit-linear-gradient(top, rgba(234, 227, 204, 0) 0%, rgba(234, 227, 204, 1.0) 90%);
	background-image: linear-gradient(to bottom, rgba(234, 227, 204, 0) 0%, rgba(234, 227, 204, 1.0) 90%);
	}

#post-12940 .program-list .program-presenter,
#post-12940 .program-list .broadcast-time,
#post-12940 .program-list .prog-descr {
	padding: 0 1em;
	}
#post-12940 .program-list img {
	width:100%;
	height:auto;
	margin-top: -5%;
	}
#post-12940 .program-list .program-presenter {
	margin-top: 0.7em;
	margin-bottom:0.7em;
	line-height: 1.25em;
	font-weight:bold;
	}
#post-12940 .program-list .broadcast-time {
	margin-top: 0.7em;
	margin-bottom:0.7em;
	line-height: 1.25em;
	}
#post-12940 .program-list .prog-descr {
	margin-top: 0.7em;
	padding-top: 0.7em;
	border-top: 1px solid #999;
	margin-bottom: 1em;
	line-height: 1.25em;
	clear:none;
	}


/* RESPONSIVE -  3 columns on wide screens, 2 cols for tablets, single column compact for mobiles  */
@media only screen and (max-width:767px) {
	#post-12940 .program-list .single-program:nth-child(2n+1) {
		width: 48.5%;
		margin-right: 3%;
		}
	#post-12940 .program-list .single-program:nth-child(2n+2) {
		width: 48.5%;
		margin-right: 0;
		}
	#post-12940 .program-image {
		max-height:14em;
		}
}
@media only screen and (max-width:579px) {
	#post-12940 .program-list .single-program:nth-child(1n+1) {
		width: 100%;
		height: 16.5em;
		font-size: unset;
		margin-right: 0;
		float: none;
		}
	#post-12940 .program-list .program-name {
  		padding: 0.8em 1em;
		}
	#post-12940 .program-image {
		max-height: unset;
		width: 42%;
    	float: right;
    	margin-left: 2%;
    	margin-bottom: 0.2em;
    	aspect-ratio: 3/2;
		overflow: hidden;
    	}
	#post-12940 .program-list .broadcast-time {
		font-size: 96%;
		margin-bottom: 0.2em;
		}
	#post-12940 .program-list .prog-descr {
		font-size: 90%;
		border: 0 none;
		clear: both;
		margin-top: 0;
		}
}  /* END responsive */


/* PROGRAM GRID /guide */
.news-timetable {
	max-width: 480px;
	}
.news-timetable th,
.news-timetable td.newsday {
	background-color: #106c8b;
	color: #fff;
	min-width: 6em;
	padding: 10px 20px;
	border: 1px solid #333;
	text-align: center;
	font-size: unset;
	}
.news-timetable td.newsday {
	background-color: #178fb4;
	}
.news-timetable td {
	padding: 7px 4px;
	background-color: #f4fafe;
	border: 1px solid #333;
	text-align: center;
	line-height: 1em;
	font-size: unset;
	}
.news-timetable td.empty {
	border: 0 none;
	background-color: transparent;
	}
.news-timetable .newstype {
	text-transform: uppercase;
	color: #999;
	font-size: 70%;
	}
.news-timetable .caveat {
	font-size:92%;
	padding:10px 18px;
	line-height:1.3em;
	background-color:#d8e8f1;
	}

/*--------------------------------------------------------------
##  Media Queries
--------------------------------------------------------------*/
.container, 
.breadcrumbs {  /* override base theme css */
   		 width: 96%;
		}


@media only screen and (min-width:1261px) {
	.container {
/* 		width: 1200px; */
		}
	}

/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1260px) {
		.container, 
		.breadcrumbs {
   		 width: 96%;
		}
	}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
	.mobile-nav-wrap {
    background: #038fb6;
    background-image: -webkit-linear-gradient(top, rgba(3, 92, 150, 0.7) 40%, rgba(3, 52, 119, 0.7) 100%);
	background-image: linear-gradient(to bottom, rgba(3, 92, 150, 0.7) 40%, rgba(3, 52, 119, 0.7) 100%);
    	height: 3.0em /*45px*/;
    	line-height:2.4em /* 2.1em */;
   		}
/* replace mobile hamburger */
	#mobile-trigger .fa-list-ul::before {
		content:" ";
		}
	#mobile-trigger i {
		border: unset /*2px solid #fffffe*/;
		box-shadow: unset /*0 1px 2px #242424*/;
  		}
	a#mobile-trigger {
		float: none;
		text-align: left;
		padding-left: 0px;
		margin-right: 25px;
		background: transparent url('/wp-content/themes/3bbr-bb2026/images/hamburger.svg') no-repeat right center scroll;
		font-size: 94%;
		text-decoration: none;
		z-index:999;
		}
	a#mobile-trigger span {
		padding-left: calc(4% - 25px);
		}
	.sidr-main-open a#mobile-trigger {
		width: calc(100% - 275px);
		}
	.sidr-main-open a#mobile-trigger span {
		padding-left: 0;
		margin-left: -10px;
		}
/*
	.sidr-main-open a#mobile-trigger span {
		display: block;
		position: absolute;
		top: 0.35em;
		right: 305px;
		}
	.sidr-main-open	a#mobile-trigger {
		text-align: right;
		padding-right: 30px;
		}
*/
 /* //END replace mobile hamburger */
    #masthead .container {
		padding-left: 5px;
		margin-top:-3px;
		}
	.sidr ul li.active, 
	.sidr ul li.sidr-class-active, 
	.sidr ul li:hover {
		border-top: 1px solid #4d4d4d !important;
		}
	#site-identity {
    	width: 100%;
    	text-align: left;
		}
	#quick-contact > ul {
		margin-left: 20px;
		}
	.right-head {
    	margin-bottom: 10px;
		}
	#quick-contact .quick-contact-list {
		margin-top: 0;
		}
	.breadcrumbs {
		text-align: left;
		padding-left: 45px;
		}
	.home .content-area p.has-background {
		max-width: unset;
		}
/* WELCOME header on HOME page only
	#beforecontent {
		background-color: #038fb6;
		background-image: -webkit-linear-gradient(top, rgba(3, 143, 182, 0.7) 40%, rgba(3, 110, 140, 0.7) 100%);
		background-image: linear-gradient(to bottom, rgba(3, 143, 182, 0.7) 40%, rgba(3, 110, 140, 0.7) 100%);
		height: 2.7em;
		}
	#beforecontent::after {
		display: block;
		line-height: 2.7em;
		padding-left: 25px;
		width: 96%;
		margin: 0 auto;
		content: 'Welcome';
		color: #fff;
		}
 */
/* Remove frame around Comm Radio Plus button */
	#sidebar-primary #block-24 {
		padding-left: 35px;
		margin: 30px 0;
		text-align:unset;
	}

}


/* AMRAP ON AIR NOW in SIDEBAR */
#amrap-onairnow-banner {
	margin: 0px -14px;
	}

@media screen and (max-width:1023px) {
	#amrap-onairnow-banner {
		margin: auto;
		}
	}

/* AMRAP ON AIR NOW in header */
@media screen and (min-width:1024px) {
	#mobile_upcoming_wrapper {
		display: none;
		visibility: collapse;
		}
	}

/* 
style="@media and (min-width:1024px){display:none;visibility:collapse;}"
 */


@media only screen and (max-width:767px) {
    #masthead .container {
		padding-left:0;
		margin-top:0;
		}
	.breadcrumbs {
  		padding: 0 30px;
		}
	#beforecontent::after {
		padding-left: 15px;
		}
	.sidr {
		background-color:#444;
		}
	.sidr ul li a {
		line-height: 2.5em;
		}
	.sidr ul li ul li a, .sidr ul li ul li span {
/*    	line-height: 1.5em;*/
    	padding-bottom: 0.5em;
/*    	padding-left: 30px;*/
   	 	padding-top: 0.5em !important;
		}
	a#mobile-trigger span {
		padding-left: 0;
		}
	#tuneinplayer {
		float: none;
		margin:0 auto 0 auto;
		}
	.site-branding {
    	margin-top: 30px;
	    margin-left: auto;
		}
	.right-head {
		margin: 20px 15px 15px 15px;
		}
	#quick-contact .quick-contact-list {
		margin-left: auto;
		margin-right: auto;
		}
	#quick-contact .quick-contact-list li {
		float:none;
		}
	#footer-widgets .widget-column {
    	padding: 0 5% 20px 5%;
		}
	/* WHAT'S HAPPENING? -  2 columns on wide screens, single column for mobiles  */
	.home .entry-content ul.wp-block-latest-posts__list.bbr-news li .wp-block-latest-posts__featured-image {
		width: calc(100% + 2em);
		}
	.home .entry-content ul.wp-block-latest-posts__list.bbr-news li {
		clear: left;
    	float: none;
		width: 100%;
    	height: unset;
	    min-height: unset;
		}
}

@media only screen and (max-width:579px) {
	#txmap, #google-calendar-programs {
			width:100%;
			}
	.breadcrumbs {
  		padding: 0 25px;
		}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
	body.single #primary img.best-business-post-thumb {
		width: 100%;
		}
	h1.has-background {
		padding: 0.8em 1.375em;
		}
	#prog-table {
		font-size:94%;
		}
	#masthead .container {
    	padding-left: 25px;
    	margin-top: unset;
		}
	.breadcrumbs {
  		padding: 0 35px;
		}
	#beforecontent::after {
		padding: 0 25px;
/*		text-align:center; */
		}
	#site-identity p {
		display: block;
		width:auto;
	    }
	#site-identity .site-title { 
		display:none; 
		width:0; 
		height:0; 
		visibility:collapse;
		}
	.site-branding, #site-identity, #masthead a.custom-logo-link {
    	text-align: center;
    	margin-left: auto;
    	margin-right: auto;
		}
	#masthead .right-head {
	    border-top: 1px dotted #888;
    	clear: both;
    	float: left;
    	margin: 10px 0 0;
    	padding: 23px 0 10px;
    	width: 100%;
		}
	#quick-contact .quick-contact-list {
    	width:50%;
    	overflow:visible;
		}	
	#quick-contact .quick-contact-list li {
		display: block;
		clear: left;
		padding-left: 20px;
		margin: 0 0 1em 0;
		}
	.sidr-main-open a#mobile-trigger {
  		width: 288px;
		}

	.sponsor-list {
  		margin-left: -6px;
  		margin-right: -12px;
  		}
	.sponsor-list .single-sponsor {
		width: 142px;  /* 150px */
		height:100px;  /* 130px */
		padding:0 0 0 0;
		margin-bottom: 4.5em;
		margin-left: 10px;
		display: block;
		float: left;
		}
	.sponsor-list .single-sponsor:nth-child(2n+1) {
		width: 138px;  /* 144px */
		padding:0 0 0 0;
		margin-right: 10px;
		margin-left: 0;
		}
	.sponsor-list .sponsor-image {
		height: 90px;
		}
	.sponsor-list img {
		max-height: 90px; /* 130px */
		max-width: 120px;  /* 136px */
		}
	.home .entry-content ul.wp-block-latest-posts__list.bbr-news.home-newsletter li {
		height: auto;
		}

}  /* //end max479  */


/* Galaxy phones 360px */
@media only screen and (max-width:374px) {
	.sponsor-list {
  		margin-left: -6px;
  		margin-right: -12px;
  		}
	.sponsor-list .single-sponsor:nth-child(2n+1) {
    	margin-left: -5px;
		}
}  /* //end max374  */


/* HIDE the contact details in the header */
.site-branding {
	margin-top: -30px;
    margin-bottom: 1.4em;
    margin-right: unset;
    max-width: 360px;
    word-wrap: normal;
    }
#masthead .container {
	position: relative;
	}
#masthead a.custom-logo-link	{
	margin-bottom: -20px;
    width: 260px;
	height: auto;
	background-image: url('/wp-content/themes/3bbr-bb2026/images/3BBR-2021-logo_250x125_MONO_PNG24.png');
	background-position: 12px 16px;
	background-size: 250px auto;
	background-repeat: no-repeat;
	}
.custom-logo-link {
	margin-right: 5px;
	}
.custom-logo-link img {
	position: relative;
	left: -999px;
	}
#header-wrapper .container {
	height: auto;
	padding-top: 1em;
	}
#main-nav .container {
	padding-top: 0;
	max-width: 1656px;
    margin: 0 auto;
	}
#amrap-onairnow-header {
	max-width: 45vw;
	float: right;
	margin: -50px 160px 0 -15px;
	}
#amrap-onairnow-header iframe {
	min-height: 206px !important;
	}
#tuneinpopup, 
noscript #tuneinplayer {
   	position: absolute;
   	top: -2.2em;
   	right: 25px;
    z-index: 100;
    width: 160px;
    text-align: right;
	}
#tuneinplayer {
	background-color: transparent; 
	padding:0;
	margin:0;
	display:block;
	/*height:60px; width:320px;*/ 
	}
#tuneinplayer a, 
#tuneinplayer2 img {
	margin:0;
/* 	border: 1px solid #ccc; */
	}
#tuneinplayer a {
	display: inline-block;
	height: 52px; 
	width: 142px;
	}
#tuneinplayer img {
	margin-right: 12px;
	}
#tuneinplayer2 {
	background-color: transparent; 
	padding:0;
	margin:0;
	display:block; 
	float:none;
	clear:left;
	}
#crplus {
    position: absolute;
    top: 40px;
    right: 25px;
    z-index: 200;
	}
#crplus a {
	display: inline-block;
	height: auto;
	width: 142px;
	}
#crplus img {
	height: auto;
	width: 100%;
	margin: 0;
	}
.site-description {
/*    	padding-left: 148px; */
    }
#facebooklogo {
	position: absolute;
	top: 105px;
	right: 65px;
	z-index: 300;
	}
#facebooklogo img {
	height: 60px;
	width: auto;
	}
#footer-widgets .container {
	max-width: 1180px;
	}
#footer-widgets .wp-block-search__label {
	display: none;
	}
#footer-widgets .widget_search {
	display: inline-block;
	}
#footer-widgets .widget_listcategorypostswidget a {
	font-size: 121%;
	}
#footer-widgets strong {
	display: inline-block;
	font-size: 130%;
	line-height: 1.2em;
	background-color: #038fd6;
	padding: 0.6em 20px;
	border: 2px solid #fff;
	margin-bottom: 1em;
	}
#footer-widgets ul li {
	font-size: 14px;
	letter-spacing: 0.2px;
	padding: 8px 0;
}	

.acknowledgement-of-country {
	position: relative;
	}
.acknowledgement-of-country p {
	padding-bottom: 1.6em;
	font-size: 16px;
    border-bottom: 1px solid #999;
    margin-bottom: 1em;
	}

/* FEEDBACK link below horizontal wide screen menu */
.page-id-16242 #feedback-link {
	display: none; /* Hide link on Feedback page itself	 */
	}
#feedback-link {
	width: 100%;
	color: #fff;
	position: relative;
	text-align: left;
	background-color: #036fa6;
	padding-left: 3px;
	padding-top: 2px;
	line-height: 2.0em;
	}
#feedback-link .container {
	padding: 8px 0;
	width: 100%;
	text-align: center;
	}
.home #feedback-link {
	position: relative;
    background-color: #036fa6;
    background-image: -webkit-linear-gradient(top, rgba(3, 111, 166, 0.7) 40%, rgba(3, 96, 142, 0.7) 100%);
	background-image: linear-gradient(to bottom, rgba(3, 111, 166, 0.7) 40%, rgba(3, 96, 142, 0.7) 100%);
	height: 2.7em;
	display: table;
	width:100%;
	padding-top:0.2em;
	padding-bottom: 0;
	line-height: unset;
	}
@media only screen and (max-width: 1023px) {
	#feedback-link-masthead {
		display: none;
		visibility: collapse;
		}
	}
@media only screen and (min-width: 1024px) {
	#feedback-link,
	.home #feedback-link {
		display: none;
		visibility: collapse;
		}
	}
#feedback-link a.support-button,
#feedback-link-masthead a.support-button {
	display: inline;
	color: #fff;
	margin-left: 0.5em;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-radius: 4px;
	box-shadow: 3px 2px 3px rgba(0,0,0,0.15);
	padding: 0px 12px 2px 12px;
	letter-spacing: 0.5px;
	text-transform: unset;
	white-space: nowrap;
	}

/* if you need to hide the feature image on single newsletter pages */
/* 
body.single #primary .category-newsletters img.best-business-post-thumb {
	display: none;  
	}
 */


@media only screen and (min-width:1561px) {
	#content .container {
		background-color: #ffffff;
/* 		width: 1250px; */
		padding-left: 50px;
		padding-right: 50px;
		}
	#content .inner-wrapper {
		margin-top: -30px;
		margin-bottom: -40px;
		padding-top: 30px;
		padding-bottom: 40px;
		}
}


@media only screen and (min-width:768px) {
	#amrap-onairnow-header {
		background-color: transparent;
		margin-top: -100px;
		padding-top: 45px;
		padding-left: 15px;
		padding-bottom: 0;  /* 27px */
		box-sizing: content-box;
		}
	.acknowledgement-of-country p {
		width: 80vw;
		max-width: 46em;
    	margin: 1em auto 1.6em auto;
		}
}


/* CREATE SIDEBAR FROM HEADER WRAPPER FOR LARGER SCREENS */

@media only screen and (min-width: 1024px) {
	#page {
		background-color: rgb(3,79,137);
		}
  	#header-wrapper {
  		overflow: hidden;
		}
	#masthead {
		position: absolute;
		background-image: none;
		background-color: transparent;
		width: 400px;
		max-width: unset;
		right: 15px; /* 0 */
		padding-top: 0;
		min-height: 55em;
		}
	#content {
		margin-right: 391px; /* 376px */
		margin-top: 2.0em;
		min-height: 55em;
		}
	.home #content {
		margin-top: 1em;
		}
	#breadcrumb {
		margin-top: -3.6em;
		opacity: 0.55;
		}
	.site-branding {
		margin-top: -4px;
		margin-left: 20px;
		margin-right: auto;
		padding-left: 20px;
		max-width: unset;
		}
	#feedback-link-masthead {
		position: absolute;
		top: 218px;
		width: 100%;
		text-align: center;
		}
	#feedback-link-masthead .container {
		padding: 0;
		margin-left: -10px;
		line-height: 1.4em;
		}
	#tuneinpopup, 
	noscript #tuneinplayer {
   		top: 266px;
		left: 0px;
		}
	#tuneinplayer {
		}
	#crplus {
   		top: 270px;
		left: 168px;
		width: 154px;
		}
	#facebooklogo {
   		top: 270px;
		right: 6px;
		}
	#facebooklogo img {
		height: 42px;
		}
		
	#amrap-onairnow-header {
		position: absolute;
   		top: 344px;
   		float: none;
   		margin: 0px 6px 0 4px;
    	padding-top: 0;
    	padding-left: 0;
		}
}
/*   // CREATE SIDEBAR     */



@media only screen and (max-width: 1023px) {
	.logged-in .mobile-nav-wrap {
		top: 32px;
		height: 50px;
		}
  	#header-wrapper {
    	position: relative;
		}
	#breadcrumb {
		display: none;
		}
	#masthead a.custom-logo-link {
		margin: 10px 0 0px 10px;
    	background-position: 0px 100%;
    	background-size: 200px auto;
    	}
	#facebooklogo {
		top: 7px;
		left: 336px;
		right: unset;
		}
	#facebooklogo img {
		height: 38px;
		}
	.site-branding {
    	width: 100%;
    	}
	#site-identity {
		position: absolute;
		top: 0;
		left: 0;
		}
	.site-branding {
    	margin: -25px 0 30px 0;
    	position: unset;
    	}
    .site-description {
    	width:100%;
    	font-size: 1.5vw;
		line-height: 54px;
		text-align: right;
		padding-right: 40px;
    	background-color: #e1e6ec; /* rgba(256,218,234,1.0) */
        }
	#masthead {
		position: relative;
		text-align: left;
		padding-top: 48px;
/* 		margin-top: 5px; */
		}
	#masthead .container {
		position: unset;
		}
	#tuneinpopup {
    	float: none;
    	top: 0px;
    	left: 20px;
    	width: 138px;
    	height: 53px;
   		margin: -3px 0 0 0;
   		text-align: left;
   		padding: 2px 0 0 0;
  		}
	#tuneinpopup a {
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		height: 53px;
	    width: 120px;
		}
	#tuneinplayer a {
		display: inline-block;
		height: unset; 
		width: unset;
		border: 0; 
		}
	#tuneinplayer img {
		border: 0;
		height: 50px;
		width: auto;
		margin-left: 6px;
		margin-right: unset;
		}
	#crplus {
    	top: 7px;
    	left: 158px;
    	right: unset;
		}
	#crplus a {
		height: 38px;
		width: auto;
		}
	#crplus img {
		height: 100%;
		width: auto;
		margin: 0;
		}
	#onairheader {
		z-index: 1;
		position: relative;
		clear: both;
		margin: 0 0 0 31px;
		}
	#onairheader h4 {
		position: absolute;
		top: 1px;
		left: 0;
		background-color: rgba(255,255,255,0.7);
		color: #333;
		font-family: sans-serif;
		padding: 0.25em 15px 0.1em 15px;
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		}
	#amrap-onairnow-header {
		max-width: 60vw;
    	margin: -160px 0 0 -15px;
    	padding-right: 10px;
    	}
    h1 {
    	font-size: 25px;
		}
	#footer-widgets a.support-button,
	#footer-widgets a.support-button:link,
	#footer-widgets a.support-button:hover,
	#footer-widgets a.support-button:focus {
		width: 70vw;
		}
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
	#tuneinpopup {
    	left: 30px;
    	}
    #crplus {
		left: 180px;
  		}
	#masthead a.custom-logo-link {
    	margin-top: 60px
    	}
	#amrap-onairnow-header {
    	margin-top: -37px;
    	max-width: 60vw;
    	}
    .site-branding {
    	width: unset;
		}
    #quick-contact {
    	padding-top: 15px;
		}
	body.single #primary img.best-business-post-thumb,
	body.page #primary img.best-business-post-thumb,
	body.archive #primary img.best-business-post-thumb,
	body.blog #primary img.best-business-post-thumb {
		max-width: 50%;
		}
}


@media only screen and (max-width: 767px) {
	.logged-in .mobile-nav-wrap {
		top: 46px;
		}
	.site-branding {
    	margin-top: -20px;
    	width: 100%;
    	}
	#site-identity {
		position: relative;
		top: unset;
		left: unset;
    	background-color: transparent;
    	height: unset;
		}
    .site-description {
    	background-color: transparent;
    	font-size: 11px;
		line-height: 1.6em;
    	padding-left: 0;
		padding-right: 0;
		padding-top: 1em;
		margin-bottom: -2em;
		text-align: center;
  		}
	#amrap-onairnow-header {
		margin-top: 1em;
		max-width: 100%;
		float: none;
		margin-left: 15px;
		margin-right: 0;
		}
    h1 {
    	font-size: 25px;
		}

	#footer-widgets .container {
		max-width: unset;
		}
	#footer-widgets .widget_search {
		width: 80vw;
		}
	#footer-widgets .widget-column {
	    width: 100%;
    	margin-top: 15px;
		}
	#colophon {
		padding-top: 2em;
		}

}


@media only screen and (min-width: 480px) and (max-width: 767px) {
	.site-branding,
	#amrap-onairnow-header {
		text-align: center;
		}
	#site-identity {
		position: unset;
		}
	.site-title {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width:100%;
    	font-size: 1.5vw;
		line-height: 54px;
		text-align: right;
		padding-right: 40px;
    	background-color: #e1e6ec; /* rgba(256,218,234,1.0) */		
		}
	.site-title a {
		visibility: hidden;
		}
    #facebooklogo {
    	left: unset;
    	right: 30px;
		}
}

@media only screen and (max-width: 479px) {

	#masthead {
		padding-top: 55px;  /* prev 40 */
		}
	#masthead a.custom-logo-link {
  		margin-bottom: 5px;
  		display: inline-block;
  		}
  	.site-branding {
    	margin-top: -30px;
    	margin-bottom: 20px;
    	}
	#site-identity {
		position: relative;
		top: unset;
		left: unset;
    	background-color: transparent;
    	height: unset;
		}
    .site-description {
    	background-color: transparent;
    	font-size: 11px;
		line-height: 1.6em;
    	padding-left: 0;
		padding-right: 0;
		padding-top: 0;
		margin-bottom: -2em;
		text-align: center;
  		}
	#tuneinpopup {
    	background-color: #e1e6ec;
    	width: 100%;
     	left: 0;
    	}
    #tuneinplayer {
    	margin-left: 10px;
    	}
    #crplus {
    	top: 6px;
/* 		left: 160px; */
  		}
    #facebooklogo {
    	left: unset;
    	right: 20px;
		}
    #amrap-onairnow-header {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		max-width: unset;
		float: none;
		}
	#masthead a.custom-logo-link {
    	margin-left: -8px;
    	}
	.home .entry-content ul.wp-block-latest-posts__list.bbr-news li a.wp-block-latest-posts__post-title {
		margin-top: -1em;
		}
	.home #primary .entry-content ul.wp-block-latest-posts__list  {
    	margin-left: -32px;
    	margin-right: -32px;
		}
	.home #primary .entry-content ul.wp-block-latest-posts__list li {
		margin-bottom: 0;
		}
	.home #primary .entry-content ul.wp-block-latest-posts__list {
		margin-top: 0;
		margin-bottom: 0;
		}
	.home #primary .entry-content .section-more-link {
		padding-top: 2em;
		}

/* 
    #footer-widgets .widget-column:nth-child(2n+1) {
    	border-top: 0 none;
		}
 */
    #footer-widgets .widget-column {
    	border-top: 0 none;
		}
}


/*  CIVICRM donate page STUDIO 1 UPGRADE */
.studio1ba {
	float: right;
	margin:0 0 10px 20px;
	width: 54%;
	height: auto;
	}
@media only screen and (max-width: 768px){
	.studio1ba {
		width:100%;
		float:none;
		margin:0 0 2em 0;
		}
	}

/* CORPORATE MEMBER DISPLAY */
.supporter-thanks {
	width: 100%;
	display: table;
	}
.supporter-thanks-image {
	width:140px;
/* 	margin:0 30px 0px 0; */
	display: table-cell;
	vertical-align: top; 
	}
.supporter-thanks img {
	width:120px;
	margin-right: 20px;
	height: auto;
	}
.supporter-thanks-text {
	display: table-cell;
	padding-bottom: 10px;
	vertical-align: middle; 
	}
.corporate-members {
	display: table;
	width: 100%;
	}
.corporate-members li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 33%;
	min-height: 5.4em;
	padding: 0.5em 60px 1.5em 0;
	}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.corporate-members li {
		width: 49%;
		}
}
@media only screen and (max-width: 479px) {
	.supporter-thanks {
		display: block;
		}
	.supporter-thanks-image {
		display:block;
		float:left;
		width:110px;
		}
	.supporter-thanks img {
		width:90px;
		}
	.supporter-thanks-text {
		display: inline;
		padding-bottom: unset;
		vertical-align: unset; 
		}
	.corporate-members {
		display: block;
		margin: 1em 0 0 0;
		}
	.corporate-members li {
		display: block;
		vertical-align: unset;
		text-align: left;
		float: none;
		width: 100%;
		padding: 0.2em 0;
		min-height: unset;
		}
}


/* CHRISTMAS */
/* 
#masthead {
    background-color: #f1f8ff; 
    background-image: -webkit-linear-gradient(top, #f6faff 45%, #b6dcdf 100%);
	background-image: linear-gradient(to bottom, #f6faff 45%, #b6dcdf 100%);
	}

#header-wrapper::before {
	display: block;
	position: absolute;
	height: 108px;
	width: 138px;
	left: 1%;
	top: 20px;
	z-index: 1000;
	content: ' ';
	background-image: url('/wp-content/uploads/xmas/christmas-holly_topLH_460x360.png');
	background-repeat: no-repeat;
	background-size: contain;
	}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
	#header-wrapper::before {
		top: 40px;
		}
	}
@media only screen and (min-width: 1560px) {
	#header-wrapper::before {
		left: 10%;
		}
	}
@media only screen and (min-width: 1900px) {
	#header-wrapper::before {
		left: 15%;
		}
	}
@media only screen and (max-width: 768px) {
	#header-wrapper::before {
		height: 94px;
		width: 120px;
		left: unset;
		right: 0px;
		top: 40px;
		}
	}

#header-wrapper::after {
	display: block;
	position: absolute;
	height: 120px;
	width: 120px;
	left: 93%;
	top: 11.5em;
	z-index: 1000;
	content: ' ';
	background-image: url('/wp-content/uploads/xmas/blue-gum-leaf.png');
	background-repeat: no-repeat;
	background-size: contain;
	}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
	#header-wrapper::after {
		left: 89%;
		top: 12em;
		}
	}
@media only screen and (min-width: 1560px) {
	#header-wrapper::after {
		left: 85%;
		top: 11.5em;
		}
	}
@media only screen and (min-width: 1900px) {
	#header-wrapper::after {
		left: 80%;
		top: 11.5em;
		}
	}
@media only screen and (max-width: 768px) {
	#header-wrapper::after {
		height: 90px;
		width: 90px;
		left: -18px;
		top: 9em;
		}
	}
 */
/* //END CHRISTMAS */