/*
Theme Name: Radio Adelaide
Author: Freerange Future
Author URI: http://freerangefuture.com
Description: Rich and real.
Version: 1.0
Text Domain: radioadelaide
*/

body{
  background: #f1f1ef;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
}

a:hover{
  cursor: pointer;
}

/* Header */

.submit-music a{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ee7600;
  border-radius: 10px;
  line-height: 30px;
  font-size: 20px;
  padding: 9px 43px 5px;
  display: block;
  letter-spacing: 1px;
}

.submit-music{
  margin: 80px 0 12px;
  position: relative;
}

.submit-music a:hover{
  background: #000;
}

.submit-music a:after {
  content: '';
  display: block;  
  position: absolute;
  right: -20px;
  top: 25px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ee7600;
}

.submit-music a:hover:after{
  border-left: 10px solid #000;
}

.character{
  width: 155px;
  position: absolute;
  top: 48px;
  right: -110px;
}

.logo img{
  margin-bottom: 15px;
}

.secondary-menu{
  display: block;
  clear: both;
  margin-bottom: 20px;
}

ul.menu{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0;
}

ul.menu li.last, .secondary-menu ul.menu li.last{
  margin: 0;
}

.secondary-menu ul.menu li{
  display: inline-block;
  margin: 0 12px 0 0;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

.secondary-menu ul.menu li a{
  color: #000;
  background: #fff;
  display: block;
  border-radius: 10px;
  padding: 3px 15px;
}

.secondary-menu ul.menu li a:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
}

.secondary-menu ul.menu li.current-menu-item a, .secondary-menu ul.menu li.black.current-menu-item a,
.single-post .secondary-menu ul.menu li.menu-item-274 a, .archive.category .secondary-menu ul.menu li.menu-item-274 a,
.single-product .secondary-menu ul.menu li.menu-item-290 a{
  background: #13c0d7;
  color: #fff;
  text-decoration: none;
}

.secondary-menu ul.menu li.black a{
  background: #000;
  color: #fff;
}

.secondary-menu ul.menu li.black a:hover{
  background: #13c0d7;
}

.main-menu{
  display: inline-block;
  width: auto;
}

.main-menu ul.menu li{
  display: inline-block;
  margin: 0;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0.65px;
  position: relative;
}

.main-menu ul.menu li a{
  color: #000;
  padding: 3px 25px 1px;
  display: block;
}

.main-menu ul.menu li.current-menu-item > a, .main-menu ul.menu li.current-page-parent > a,
.main-menu ul.menu li.current-menu-ancestor > a, .single-events .main-menu ul.menu li.menu-item-63 > a,
.archive.tax-themes .main-menu ul.menu li.menu-item-63 > a{
  background: none;
  text-decoration: none;
}

.main-menu ul.menu li a:hover, .main-menu ul.menu li:hover{
	background: #13c0d7;
	text-decoration: none;
}

.main-menu ul.menu li .sub-menu{
  display: none;
  margin: 0;
  padding: 10px 0 5px 10px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 999;
  text-align: left;
  width: 250px;
  background: #13c0d7;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(7,4,8,1);
  -moz-box-shadow: 5px 5px 0px 0px rgba(7,4,8,1);
  box-shadow: 5px 5px 0px 0px rgba(7,4,8,1);
}

.main-menu ul.menu > li.current-menu-parent, .main-menu ul.menu > li.current-menu-ancestor,
.main-menu ul.menu > li.current-menu-item, .single-events .main-menu ul.menu > li.menu-item-63{
	-webkit-box-shadow: 0px 5px 0px 0px rgba(19,192,215,1);
	-moz-box-shadow: 0px 5px 0px 0px rgba(19,192,215,1);
	box-shadow: 0px 5px 0px 0px rgba(19,192,215,1);
}

.main-menu ul.menu li .sub-menu li, .main-menu ul.menu li:hover .sub-menu{
  display: block;
}

.main-menu ul.menu li .sub-menu li{
  border-right: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 5px;
}

.main-menu ul.menu li .sub-menu li a{
  display: inline-block;
  border-radius: 10px;
  padding: 0 10px;
}

.main-menu ul.menu li .sub-menu li a:hover, .main-menu ul.menu li .sub-menu li.current-menu-item a{
  background: #fff;
}

.container-fluid.black{
  background: #000;
}

.container-fluid.white{
  background: #fff;
}

header .container-fluid.white{
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  text-align: right;
}

.container-fluid.blue{
  background: #13c0d7;
}

header .cart a{
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  position: absolute;
  right: 60px;
  top: -7px;
}

header .cart a span{
  background: #ee7600;
  padding: 1px 6px;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

header .cart a:hover{
  background: #000;
  text-decoration: none;
  color: #fff;
}

header .cart a:hover span{
  background: #fff;
  color: #ee7600;
}

header{
  padding-top: 70px;
}

.on-air-strip.black{
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(149,149,149,1);
  -moz-box-shadow: 0px 5px 25px 0px rgba(149,149,149,1);
  box-shadow: 0px 5px 25px 0px rgba(149,149,149,1);
}

.orange-fix{
  background: #f04805;
  height: 59px;
  position: absolute;
  left: 0;
  top: -8px;
  z-index: 1;
}

.listen-live{
  background: #000;
  display: block;
  clear: both;
  height: 44px;
}

.amrapbox-1 {
  margin: 5px 0 45px;
  overflow: hidden;
}

.amrapbox-1 .read-more.full-width{
  width: 33%;
  float: right;
  margin: 5px 0;
}

.bx-wrapper{
  box-shadow: none;
  border: 0;
  margin: 0 auto 35px;
}

#carousel .bxslider li{
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

#carousel .bxslider li a .container, #carousel .bxslider li a .row, #carousel .bxslider li a .col-xs-12{
  height: 100%;
}

#carousel .bx-controls.bx-has-pager{
  width: 1230px;
  margin: 0 auto;
  position: relative;
}

ul.bxslider li {
  position: relative;
}

ul.bxslider li .slide-content {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.4);
  color: #000;
  left: 15px;
  padding: 20px;
  position: absolute;
  top: 75px;
  width: 36.5%;
}

ul.bxslider li .tagline{
  color: #ee7600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.5px;
}

ul.bxslider li .slide-content{
  color: #070807;
  font-size: 30px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
  letter-spacing: 0.5px;
}

ul.bxslider li a .readmore {
  background-color: #ee7600;
  color: #fff;
  left: 15px;
  padding: 20px 40px;
  text-transform: uppercase;
  position: absolute;
  bottom: 55px;
  font-size: 18px;
  line-height: 25px;
  border-radius: 12px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
}

ul.bxslider li a:hover .readmore {
  background-color: #000;
  color: #fff;
}

.bx-wrapper .bx-pager{
  position: absolute;
  bottom: 55px;
  right: 15px;
  text-align: right;
  width: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4px;
}

h2.row-heading.white{
  color: #fff;
}

.box.feature-album .artist-name{
  margin: 0;
  line-height: 22px;
}

.box.feature-album .album-name{
  color: #000;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

/* Sidebar */

.sidebar .box{
  margin: 0 0 25px;
}

.sidebar h2, h2.row-heading, .box.feature-album .artist-name{
  color: #7d7d7d;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.sidebar .feature-album h2, .box.feature-album .artist-name, .box.feature-album .album-name,
.sidebar .box.cta h2{
  font-size: 20px;
  line-height: 24px;
}

.sidebar .feature-album h2, .sidebar .box.cta h2{
  font-weight: 700;
}

.box.feature-album .artist-name{
  font-weight: 700;
  margin-bottom: 0;
}

.sidebar h2.black, h2.row-heading.black, .box.feature-album .artist-name{
  color: #000;
}

.sidebar .box .tagline, .box.additional-content h3{
  color: #13c0d7;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.sidebar .box.additional-content .gform_wrapper{
  margin: 0;
}

.sidebar .box.cta .tagline{
  color: #ee7600
}

.box.cta{
  overflow: hidden;
}

.box.listen-on-demand{
  padding: 20px 20px 10px;
  background: #000;
  margin: 35px 0;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
}

.separator{
  border-top: 1px solid #7d7d7d;
  margin: 20px 0 30px;
}

.page-template-page-singleprogram-php .box.listen-on-demand{
  margin: 18px 0;
}

.box.listen-on-demand .heading{
  background: #f04805;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 42px 5px 25px;
  display: inline-block;
  clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
  margin: 0;
  position: absolute;
  top: 20px;
  left: -5px;
}

.single-product .sub-content .row-heading.inline{
  margin-bottom: 20px;
  display: inline-block;
}

.single-product .sub-content .row-heading .read-more{
  width: 23%;
  text-align: center;
  padding: 7px 0 5px;
}

.box.cta, .box.feature-album, .box.additional-content{
  border: 1px solid #e1e1e1;
  padding: 20px 0;
}

.sub-content .box.cta{
  border-color: #afafaf;
}

.box.additional-content .gform_wrapper form{
  padding: 0;
  border: 0;
  margin-top: 0;
}

.box.additional-content{
  padding: 20px;
}

.box.feature-album .tagline, .box.feature-album h2,
.box.cta .tagline, .box.cta h2, .box.cta .content{
  padding: 0 20px;
}

.box.feature-album .content{
  padding: 20px 20px 0;
}

.box.feature-album .content p, .box.cta .content p, .box.additional-content p, .box.additional-content li{
  font-size: 16px;
  line-height: 22px;
  margin: 12px 0;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #7d7d7d;
}

.box.additional-content ul{
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}

.box.box.additional-content ul li{
  margin: 0 0 3px;
}

.sidebar .box.search input, #mc_embed_signup .mc-field-group input{
  font-size: 16px!important;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px!important;
  text-transform: uppercase;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 14px 0;
  margin: 0;
  text-indent: 14px;
}

.sidebar .box.search, .sidebar .box.category-list{
  border-bottom: 1px solid #959595;
  padding-bottom: 25px;
}

.home .sidebar .box.search{
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar .box.search input:focus, .sidebar .box.enews-signup input:focus{
  outline: none;
}

.sidebar .box.search form{
  position: relative;
}

.sidebar .box.search form label{
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  width: 100%;
  display: block;
  background: #fff;
}

.sidebar .box.search form label input{
  border: 0;
  width: 83%;
}

.search-submit {
  background: url('../radioadelaide/assets/images/search.svg') no-repeat;
  padding: 0!important;
  margin: 0!important;
  border: 0!important;
  text-indent: -9999px!important;
  width: 35px!important;
  background-size: contain;
  height: 23px;
  position: absolute;
  right: 3px;
  top: 14px;
}

.category-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list ul li{
  display: inline-block;
  margin: 0 4px 9px 0;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.category-list ul li a{
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  text-transform: uppercase;
  padding: 6px 15px 4px;
  border-radius: 10px;
  display: block;
}

.category-list ul li.current-cat a, .category-list ul li.current-cat a:hover,
.category-list ul li.current-tag a, .category-list ul li.current-tag a:hover{
  background: #13c0d7;
  text-decoration: none;
  border-color: #13c0d7;
  color: #fff;
}

.category-list ul li a:hover{
  color: #000;
  border-color: #000;
  text-decoration: none;
}

/* Ads placeholder */

.ad-box{
  margin: 30px 0;
  position: relative;
  width: 100%;
}

.ad-box-horizontal {
  margin: 40px 0;
  position: relative;
  width: 100%;
}

.ad-box-horizontal .content a img, .ad-box .content a img{
  width: 100%;
  margin: 0;
}

.home .ad-box-horizontal{
  margin: 50px 0;
}

.stories .bx-wrapper{
  background: transparent;
}

.stories .bx-wrapper .bx-controls{
  position: absolute;
  top: -25px;
  right: 0;
}

.bx-wrapper .bx-next{
  right: 0;
  background: url('../radioadelaide/assets/images/bx-next.svg') no-repeat;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
  background: url('../radioadelaide/assets/images/ro-bx-next.svg') no-repeat;
}

.bx-wrapper .bx-prev{
  left: -65px;
  background: url('../radioadelaide/assets/images/bx-prev.svg') no-repeat;
}

.bx-wrapper .bx-prev:hover{
  left: -65px;
  background: url('../radioadelaide/assets/images/ro-bx-prev.svg') no-repeat;
}

.bx-wrapper .bx-controls-direction a{
  width: 28px;
  height: 28px;
}

.stories .bx-wrapper{
  margin: 0;
}

.stories .bx-wrapper ul{
  margin: 0 0 0 -4px;
  padding-bottom: 4px;
  padding-left: 0;
}

.stories .bx-wrapper ul li .item, .post-archive .entry .item{
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  padding: 20px 0 20px;
  display: block;
  margin-bottom: 4px;
}

.post-archive .entry .item{
  margin-bottom: 30px;
  position: relative;
}

.page-template-page-podcasts .post-archive .entry.top .item{
  margin-bottom: 0;
}

.post-archive .entry.top .item img, .post-archive .entry.reg .item img{
	height: auto;
}

.stories .bx-wrapper ul li h2, .post-archive .heading-container h2,
.post-archive.listing .top.entry .heading-container h2{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 20px;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}

.heading-container .category, .single .page-content .category,
.post-archive.listing .top.entry .heading-container .category{
  margin: 0 20px 3px;
  color: #13c0d7;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.heading-container .category a, .single .page-content .category a{
  color: #13c0d7;
}

.stories .bx-wrapper ul.three-col-carousel li h2{
  font-size: 20px;
  line-height: 24px;
}

.stories .bx-wrapper ul li a h2, .post-archive .heading-container h2,
.box.additional-content h2{
  color: #000;
}

.stories .bx-wrapper ul li img {
  height: auto;
  width: 100%;
  margin: 15px 0;
}

.stories .bx-wrapper ul li .footer-container{
  margin: 0 20px 40px;
}

.post-archive .entry .footer-container, .stories .bx-wrapper ul.three-col-carousel li .footer-container,
.stories .bx-wrapper ul.four-col-carousel li .footer-container,
.page-template-default .bx-wrapper ul.story-carousel li .footer-container{
	margin: 0 20px 60px;
}

.post-archive .entry.type-post .footer-container, .page-template-default .bx-wrapper ul.story-carousel li .footer-container{
  margin-bottom: 100px;
}

.home .stories .bx-wrapper ul li .footer-container{
  margin-bottom: 75px;
}

.stories .bx-wrapper ul li .footer-container .read-more, .post-archive .entry .footer-container .read-more,
.archive.woocommerce div.product .item .read-more{
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.stories .bx-wrapper ul li .footer-container p, .post-archive .entry .footer-container p,
.post-archive.listing .top.entry .footer-container p{
  margin: 0 0 10px;
  color: #7d7d7d;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.stories .bx-wrapper ul.three-col-carousel li .footer-container p{
  font-size: 16px;
  line-height: 20px;
}

p.date, .post-archive .entry .footer-container p.date, 
.post-archive.listing .top.entry .footer-container p.date,
.stories .bx-wrapper .footer-container p.date{
  margin: 0 0 5px;
  color: #7d7d7d;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.read-more, .series a{
  color: #13c0d7;
  border: 2px solid #13c0d7;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 22px 5px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px;
  letter-spacing: 0.5px;
}

.series{
  position: relative;
  top: 10px;
}

.series-banner img{
  margin-bottom: 20px;
}

.stories .bx-wrapper ul li a:hover .read-more, .read-more:hover, .archive.woocommerce div.product a:hover .read-more,
.sub-content .post-archive .product .item a:hover .read-more, .series a:hover{
  background: #13c0d7;
  color: #fff;
  text-decoration: none;
}

.read-more.grey{
  color: #7d7d7d;
  border-color: #7d7d7d;
}

.read-more.grey:hover, .btn.read-more.grey:hover{
  border-color: #000;
  color: #000;
  background: transparent;
  text-decoration: none;
}

.btn.read-more.grey{
  background: #fff;
  margin: 20px 0;
}

.read-more.full-width{
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.read-more.one-third{
  width: 75%;
  text-align: center;
}

.section-images {
  height: 370px;
  margin: 0 0 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
}

.section-images .section-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-images .section-image .section-heading{
  background-color: #fff;
  left: 0;
  padding: 15px;
  top: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
}

.section-images .tagline{
  color: #7d7d7d;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.section-images .section-image .lg-button{
  bottom: 25px;
  left: 15px;
  position: absolute;
}

.lg-button, .woocommerce .cart .button{
  background-color: #ee7600;
  color: #fff;
  padding: 15px 30px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  float: left;
}

.single-events button.read-more.orange{
  margin: 20px 0;
}

.woocommerce .cart .button{
  background-color: #ee7600!important;
  font-weight: 700!important;
}

.single-product .nyp{
  margin-left: 221px;
  width: 200px;
}

.single-product .nyp label, .single-product .nyp .minimum-price{
  display: none!important;
}

.lg-button:hover{
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.woocommerce .cart .button:hover{
  background-color: #000!important;
}

.lg-button.full-width{
  width: 100%;
  text-align: center;
}

.section-images .section-image img {
  width: 100%;
}

.section-programs {
  background: #fff;
  padding: 0 15px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
}

.section-programs .section-program {
  padding: 14px 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
  border-bottom: 1px solid #e1e1e1;
}

.section-programs .section-program:last-child{
  border-bottom: 0;
}

.section-programs .section-program:hover {
  color: #ee7600;
  cursor: pointer;
  text-decoration: underline;
}

.feature-album img {
  width: 100%;
}

input[type=text] {
  margin: 0 0 10px;
  width: 100%;
}

/* Social menu */

.menu li.social a, .secondary-menu .menu li.social a{
  visibility: hidden;
  padding: 0;
  width: 28px;
}

.menu li.social.facebook{
  margin: 0 7px 0 0;
}

header a[href*="facebook.com"]:before, footer a[href*="facebook.com"]:before,
.sidebar a[href*="facebook.com"]:before{
  content: "\f09a";
  font: normal 14px/1 FontAwesome;
  visibility: visible;
  background: #4868ac;
  color: #fff;
  padding: 7px 10px;
  border-radius: 50%;
}

header a[href*="twitter.com"]:before, footer a[href*="twitter.com"]:before,
.sidebar a[href*="twitter.com"]:before{
  content: "\f099";
  font: normal 14px/1 FontAwesome;
  visibility: visible;
  background: #54a9de;
  color: #fff;
  padding: 7px;
  border-radius: 50%;
}

header a[href*="youtube.com"]:before, footer a[href*="youtube.com"]:before,
.sidebar a[href*="youtube.com"]:before{
  content: "\f16a";
  font: normal 14px/1 FontAwesome;
  visibility: visible;
  background: #d03629;
  color: #fff;
  padding: 7px;
  border-radius: 50%;
}

.social-menu ul{
  padding: 0;
}

.social-menu ul li{
  width: 31%;
  background: #fff;
  display: inline-block;
  margin: 0;
  text-align: center;
  height: 45px;
  vertical-align: middle;
}

.social-menu ul li.twitter{
  margin: 0 3%;
}

.social-menu ul li a{
  display: block;
}

.social-menu ul li a:hover{
  text-decoration: none;
}

.social-menu a[href*="facebook.com"]:before{
  background: transparent;
  font-size: 22px;
  color: #4868ac;
  padding: 12px 10px;
  display: block;
  border-radius: 0;
}

.social-menu a[href*="facebook.com"]:hover:before{
  background: #4868ac;
  color: #fff;
}

.social-menu a[href*="twitter.com"]:before{
  background: transparent;
  font-size: 24px;
  color: #54a9de;
  padding: 11px 10px;
  display: block;
  border-radius: 0;
}

.social-menu a[href*="twitter.com"]:hover:before{
  background: #54a9de;
  color: #fff;
}

.social-menu a[href*="youtube.com"]:before{
  background: transparent;
  font-size: 26px;
  color: #d03629;
  padding: 11px 10px;
  display: block;
  border-radius: 0;
}

.social-menu a[href*="youtube.com"]:hover:before{
  background: #d03629;
  color: #fff;
}

.menu li.social a:hover:before{
  background: #000;
}

/* Generic page */

.page-container{
  background-color: #fff;
  padding: 35px 0;
}

.archive .page-container, .page-template-page-stories .page-container{
  background: transparent;
}

.page-heading{
  width: 100%;
  float: left;
}

.page-heading h1, .listing h2.section-heading{
  font-size: 32px;
  line-height: 37px;
  margin: 0 0 10px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  float: left;
}

.page-content {
  margin: 0 0 15px;
}

.page-content img {
  height: 100%;
  width: 100%;
  margin: 15px 0;
}

.page-content .featured-img img{
  margin-top: 0;
}

.page-content h1{
  color: #000;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 1px;
}

.page-content h2, .page-content h3, 
.single.woocommerce div.product .entry-content h2, .single.woocommerce div.product .entry-content h3{
  color: #ee7600;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.page-content h3, .single.woocommerce div.product .entry-content h3{
  color: #000;
  font-size: 22px;
  line-height: 29px;
  text-transform: none;
  font-style: normal;
  font-family: "lft-etica",sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}

.page-content h2{
  font-size: 25px;
  line-height: 30px;
}

.page-content h2.black{
  color: #000;
  margin: 0;
}

.page-content p, .single.woocommerce div.product .entry-content p{
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 15px;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #000;
}

.page-content p a{
  background: #13c0d7;
  padding: 0 5px;
  color: #000;
}

.page-content p a:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
}

.page-content p.date{
  color: #13c0d7;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.page-content ul li, .page-content ol li, .single.woocommerce div.product .entry-content ul li,
.single.woocommerce div.product .entry-content ol li{
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 5px;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #000;
}

.woocommerce-product-gallery__image img{
  margin-bottom: 6px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
  width: 24%;
  margin-right: 1%;
}

.page-content ul, .single.woocommerce div.product .entry-content ul{
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.page-content ul li::before, .single.woocommerce div.product .entry-content ul li:before{
  content: "•"; 
  color: #13c0d7;
  padding-right: 5px;
  font-size: 35px;
  line-height: 0;
  position: relative;
  top: 2px;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.single.woocommerce div.product .entry-content h2, .single.woocommerce div.product .entry-content h3, 
.single.woocommerce div.product .entry-content h4, .single.woocommerce div.product .entry-content h5, 
.single.woocommerce div.product .entry-content h6{
  margin-bottom: 0;
}

blockquote{
  border-left: 4px solid #13c0d7;
  margin: 45px 0;
  padding: 0 0 0 27px;
}

blockquote p{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic!important;
  font-weight: 400;
  font-size: 30px!important;
  line-height: 35px!important;
  letter-spacing: 0.5px;
}

.page-content .downloadables{
  margin-top: 25px;
}

.sub-content{
  padding: 50px 0 40px;
  background: #e1e2e0;
}

.sub-content .cta{
  margin: 33px 0 0;
  min-height: 497px;
  position: relative;
}

.sub-content .cta .tagline{
  color: #ee7600;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.sub-content .cta h2{
  color: #ee7600;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 1px;
}

.sub-content .cta h2.black{
  color: #000;
}

.sub-content .cta .lg-button{
  position: absolute;
  bottom: 20px;
  width: 85%;
}

/* Gravity forms */

.gform_wrapper form{
  padding: 30px;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
  overflow: hidden;
}

.sidebar .gform_wrapper form{
  padding: 20px;
}

.gform_wrapper img{
  width: auto!important;
}

.gform_wrapper h3.gform_title{
  color: #ee7600;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600!important;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 25px!important;
  font-size: 18px!important;
  line-height: 22px;
  letter-spacing: 1px!important;
}

.sidebar .gform_wrapper h3.gform_title{
  margin: 0!important;
  font-size: 14px!important;
  line-height: 18px!important;
  color: #13c0d7;
}

.gform_wrapper .gform_description{
  color: #000;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600!important;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 20px!important;
  font-size: 18px!important;
  line-height: 22px;
  letter-spacing: 1px!important;
  float: left;
}

.gform_wrapper ul.gform_fields{
  list-style: none;
  padding: 0;
}

.gform_wrapper ul.gform_fields li.gfield{
  padding-right: 0!important;
  margin-bottom: 10px;
}

.gform_wrapper label.gfield_label{
  display: none!important;
}

.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea{
  font-size: 16px!important;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px!important;
  text-transform: uppercase;
  line-height: 20px;
  width: 100%!important;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 14px!important;
  margin: 0;
}

.gform_wrapper select{
  background: transparent;
  color: #acacac;
  height: 50px;
  text-indent: 5px;
}

.gform_wrapper input:focus{
  outline: none;
}

.gform_wrapper .gform_footer input.button{
  background-color: #ee7600;
  color: #fff;
  padding: 17px 35px!important;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 18px!important;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px!important;
  float: left;
  border: 0!important;
  width: auto!important;
}

.gform_wrapper .gform_footer input[type=submit]:hover{
  background: #000;
}

.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
}

.sidebar .gform_wrapper .gform_footer {
  margin: 0;
  padding: 12px 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper .validation_message{
  padding-right: 0!important;
  font-size: 16px!important;
  line-height: 20px!important;
  padding-top: 2px!important;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 600;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
  background-color: transparent!important;
  border-top: 0!important;
  border-bottom: 0!important;
  padding-bottom: 0!important;
  padding-top: 0!important;
}

/* Insightly Form */

.insightly input[type="text"], .insightly textarea, .insightly select{
  font-size: 16px;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 14px;
  margin: 0 0 15px;
}

.insightly label{
  font-size: 22px;
  line-height: 29px;
  margin: 15px 0 0;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #000;
  float: left;
  clear: both;
}

input#insightly_dateOfBirth{
  margin-top: 10px 0 0 5px;
}

.insightly select{
  height: 50px;
}

.insightly fieldset{
  margin: 0 0 20px;
}

.insightly input#insightly_emailAddress{
  text-transform: none;
}

.insightly input[type="checkbox"]{
  margin-right: 5px;
  margin-bottom: 15px;
}

.insightly input[type="checkbox"] + label{
  font-size: 16px;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
}

.insightly input[type="text"]:focus, .insightly textarea:focus, .insightly select:focus{
  outline: none;
}

.insightly input[type="submit"]{
  background-color: #ee7600;
  color: #fff;
  padding: 12px 35px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  float: left;
  border: 0;
  width: 200px;
}

.insightly input[type="submit"]:hover{
  background: #000;
}

/* Archive  and Single pages*/

.single .page-content .category{
  margin: 0;
}

.single .page-content img{
  margin: 10px 0 20px;
}

.post-archive .entry{
  min-height: 490px;
}

.image-placeholder, .three-col-carousel .image-placeholder.lg, .four-col-carousel .image-placeholder.lg{
  min-height: 185px;
  background: #e1e1e1;
  margin: 15px 0;
}

.image-placeholder.lg, .top.entry .image-placeholder{
  min-height: 287px;
}

#accordion{
  border-top: 1px solid #7d7d7d;
  margin-top: 50px;
}

#accordion > .panel{
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 5px;
}

#accordion .panel-heading.accordion-toggle{
  cursor: pointer;
}

#accordion h4.panel-title{
  text-transform: uppercase;font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  color: #ee7600;
  padding: 16px 5px 11px;
  position: relative;
}

#accordion h4.panel-title:hover{
  cursor: pointer;
}

#accordion .panel-body{
  margin: 0 5px 12px;
}

.panel-group .panel-heading h4:after {
  content: url('../radioadelaide/assets/images/minus.svg');
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 12.5px;
  background: #e2e2e1;
  border-radius: 50%;
  padding: 0 5px;
  line-height: 18px;
}

.panel-group .panel-heading.collapsed h4:after {
  content: url('../radioadelaide/assets/images/plus.svg');
  padding: 0 8px;
  line-height: 25px;
}

.post-archive.listing .entry .footer-container p,
.single .post-archive.listing .footer-container p{
  font-size: 16px;
  line-height: 20px;
}

.post-archive.listing .entry .heading-container .category,
.single .post-archive.listing .heading-container .category{
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
}

.post-archive.listing .entry .heading-container h2,
.single .post-archive.listing .heading-container h2{
  font-size: 20px;
  line-height: 25px;
}

.footer-container .author{
  position: absolute;
  bottom: 60px;
}

.home .footer-container .author, .story-carousel .footer-container .author{
  bottom: 60px;
}

.author img{
  width: auto!important;
  display: inline-block;
  margin: 0 5px 0 0!important;
  border-radius: 50%;
}

.author .name{
  display: inline-block;
  margin: 0;
  position: relative;
  top: 2px;
}

.single .author{
  margin-top: 30px;
}

/* Contact page */

.contact-details .page-content h2{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 5px;
  text-transform: none;
  color: #000;
  letter-spacing: 0.5px;
}

.contact-details .page-content h2 a{
  color: #000;
}

.contact-details .page-content h2 a:hover{
  text-decoration: underline;
}

.contact-details .page-content h3{
  color: #ee7600;
  margin-bottom: 15px;
}

.contact-details .page-content h4{
  color: #ee7600;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.5px;
}

.contact-details .page-content h5{
  color: #13c0d7;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

.contact-details .page-content hr{
  border-top: 1px solid #959595;
}

.acf-map {
  width: 100%;
  height: 450px;
  margin: 0;
}

.enews h2{
  margin: 40px 0 0;
}

.enews h3{
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  margin: 0 0 40px;
}

.page-id-18 .sub-content{
  display: none;
}

/* Pagination */

.wp-pagenavi{
  margin: 20px 0;
  width: auto;
  display: inline-block;
  float: right;
}

.wp-pagenavi .pages{
  display: none;
}

.wp-pagenavi a, .wp-pagenavi span{
  color: #7d7d7d;
  border: 0;
  font-size: 20px;
  line-height: 25px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 400;
  padding: 0 3px;
  margin: 0 4px;
}

.wp-pagenavi span.current, .wp-pagenavi a:hover{
  border-bottom: 1px solid #7d7d7d;
  font-weight: normal;
  text-decoration: none;
}

.wp-pagenavi .nextpostslink{
  background: url('../radioadelaide/assets/images/bx-next.svg') no-repeat;
  text-indent: 999em;
  color: #fff;
  font-size: 0;
  padding: 13px;
  position: relative;
  top: -7px;
  left: 0;
}

.wp-pagenavi .previouspostslink{
  background: url('../radioadelaide/assets/images/bx-prev.svg') no-repeat;
  text-indent: 999em;
  color: #fff;
  font-size: 0;
  padding: 13px;
  position: relative;
  top: -7px;
  left: 0;
}

.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover{
  border-bottom: 0;
}

/* Woocommerce */

.woocommerce div.product{
  margin-bottom: 30px;
}

.woocommerce .related.products{
  display: none;
}

.archive.woocommerce div.product .item, .sub-content .post-archive .product .item{
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  padding: 0 0 20px;
  display: block;
  position: relative;
}

.woocommerce div.product a .product-details{
  padding: 0 20px;
  margin-bottom: 50px;
}

.woocommerce div.product a .product-details h3,
.stories .bx-wrapper ul li .item .product-details h3{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 12px 0 10px;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}

.woocommerce div.product a .product-details p,
.stories .bx-wrapper ul li .item .product-details p,
.item .footer-container p.product-excerpt{
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 15px;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #7d7d7d;
}

.woocommerce div.product a .product-details .price,
.sub-content .post-archive .product .item .price,
.item .footer-container p.price{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 12px 0 15px;
  font-size: 20px;
  line-height: 25px;
  color: #7d7d7d;
  display: block;
}

.item.featured-product{
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
}

.item.featured-product img{
  margin: 0;
}

.item.featured-product .footer-container{
  padding: 20px;
}

.item.featured-product .footer-container h2{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 25px;
  color: #000;
}

.woocommerce div.product a:hover, .woocommerce div.product a:focus{
  text-decoration: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
  width: 100%;
  float: left;
}

.single.woocommerce div.product .product-title, 
.single.woocommerce div.product p.price, .single.woocommerce div.product span.price{
  font-size: 25px;
  line-height: 29px;
  margin: 0;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
}

.single.woocommerce div.product .product-title{
  color: #000;
  font-size: 30px;
  line-height: 35px;
}

.single.woocommerce div.product .product-title, .single.woocommerce div.product p.price{
  margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce div.product p.stock{
  display: none;
}

.woocommerce .quantity .qty {
  width: 80px;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 14px;
  margin: 0 10px 0 0;
}

.stories .bx-wrapper ul li .item .product-details{
  padding: 0 20px 20px;
}

.woocommerce-message, .woocommerce-error{
  border-top-color: #f04805;
  background: #e1e1e1;
  margin: 0 15px 15px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #000;
}

.woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-error, .woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-error{
  margin-top: 40px;
  margin-left: 0;
}

.woocommerce-message .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, .woocommerce-error .button{
  background: #f04805!important;
  color: #fff!important;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px!important;
}

.woocommerce-message .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover, .woocommerce-error .button:hover{
  background: #000!important;
}

.woocommerce-message:before{
  color: #f04805!important;
}

.woocommerce-checkout-payment img{
  width: auto!important;
  max-width: 40px!important;
  height: auto!important;
}

.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-shipping-fields textarea,
.woocommerce-billing-fields input, .woocommerce-billing-fields .select2-container .select2-choice,
.woocommerce-checkout .woocommerce-shipping-fields input, .woocommerce-checkout .woocommerce-shipping-fields textarea,
.woocommerce-checkout .woocommerce-shipping-fields select{
  font-size: 16px!important;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px!important;
  text-transform: uppercase;
  line-height: 20px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 14px 0;
  margin: 0;
  text-indent: 14px;
}

.woocommerce-checkout .woocommerce-shipping-fields h3{
  font-size: 22px;
  line-height: 29px;
  margin: 15px 0 5px;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #000;
}

.woocommerce-shipping-fields textarea{
  text-indent: 0;
  padding: 14px;
  height: 80px!important;
}

.woocommerce table.shop_table th{
  color: #000;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce table.shop_table td {
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  width: 100%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  margin: 30px 0;
}

.woocommerce div.product .woocommerce-tabs .panel{
  max-width: 695px;
}

.single-product.postid-498 .images, .single-product.postid-496 .images,
.single-product.postid-497 .images, .single-product.postid-499 .images,
.woocommerce-pagination{
  display: none;
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__date.date:before, 
.woocommerce-thankyou-order-details .woocommerce-order-overview__order.order:before,
.woocommerce-thankyou-order-details .woocommerce-order-overview__total.total:before, 
.woocommerce-thankyou-order-details .woocommerce-order-overview__payment-method.method:before{
  content: none!important;
}

.single.woocommerce div.product .woocommerce-variation-price .price{
  margin-bottom: 15px;
}

.woocommerce-customer-details{
  margin-top: 20px;
}

/* Modal */

button.close{
  background: #000;
  border-radius: 50%;
  border: 0;
  width: 30px;
  height: 28px;
  font-size: 26px;
  line-height: 0;
  padding: 0 0 4px;
  float: right;
  top: -38px;
  position: relative;
  right: -40px;
  color: #fff;
}

button.close:hover{
  background: #12b8d1;
}

.modal-content{
  padding: 30px;
}

.modal-content .gform_wrapper form{
  padding: 0;
  border: 0;
  margin-top: 0;
}

.modal-content .gform_validation_container{
  display: none;
}

button.read-more.orange, .sidebar .sidebar-orange{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: #ee7600;
  border-radius: 10px;
  line-height: 22px;
  font-size: 18px;
  padding: 18px 20px 15px;
  letter-spacing: 1px;
  border: 0;
  margin: 0 0 20px;
}

button:focus{
  outline: none;
}

.sidebar button.read-more.orange, .sidebar .sidebar-orange{
  width: 100%;
  text-align: center;
  padding: 18px 15px 15px;
}

button.read-more.orange:hover, .sidebar .sidebar-orange:hover{
  background: #000;
  color: #fff;
}

.modal-dialog{
  margin: 80px auto 30px!important;
}

.logged-in .modal-dialog{
  margin: 115px auto 30px!important;
}

.box.buttons{
  margin: 20px 0;
}

.box.buttons a:last-child{
  margin-bottom: 0;
}

.box.buttons .read-more.grey{
  margin-bottom: 20px;
}

.sidebar .downloadables .read-more{
  width: 100%;
  text-align: center;
  padding: 7px 15px 5px;
}

/* Search */

header .toggle-search{
  display: inline-block;
}
header .btn.search{
  background: url('../radioadelaide/assets/images/search.svg') no-repeat;
  border: 0;
  width: 24px;
  text-indent: -9999px;
  margin: 0;
  position: relative;
  top: -2px;
}

header .btn.search:focus{
  outline: none;
}

header #search-form{
  position: absolute;
  right: 8px;
  top: 7px;
}

header #search-form input.search-field{
  font-size: 16px!important;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px!important;
  text-transform: uppercase;
  line-height: 17px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 5px 0;
  margin: 0;
  text-indent: 10px;
}

header #search-form label{
  display: inline-block;
}

header #search-form .search-submit{
  right: -5px;
  position: relative;
  top: -1px;
}

.search-results .item{
  margin-bottom: 30px;
}

.search-results .item .image-placeholder{
  margin: 0;
}

.search-results .item img{
  width: 100%;
  height: auto;
}

.search-results .item h2{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}

.search-results .item .details p{
  margin: 0 0 10px;
  color: #7d7d7d;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.error404 .page-content .search-field, .sidebar .search-form .search-field{
  font-size: 16px!important;
  color: #000;
  font-family: "lft-etica-condensed",sans-serif!important;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px!important;
  text-transform: uppercase;
  line-height: 20px;
  width: 47%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 14px 0;
  margin: 0;
  text-indent: 14px;
}

.error404 .page-content .search-submit{
  position: relative;
  top: 0;
  left: 5px;
}

/* Mailchimp */

#mc_embed_signup{
  background: transparent!important;
}

#mc_embed_signup form{
  padding: 0!important;
}

#mc_embed_signup .mc-field-group{
  width: 100%!important;
  padding-bottom: 0!important;
}

.sidebar #mc_embed_signup .button{
  background: url('../radioadelaide/assets/images/arrow-right.svg') no-repeat;
  background-color: transparent!important;
  width: 28px!important;
  height: 28px!important;
  padding: 0!important;
  margin: 0!important;
  position: absolute;
  right: 15px;
  top: 12px;
}

#mc_embed_signup .mc-field-group input{
  padding: 14px 0!important;
  text-indent: 14px!important;
}

#mc_embed_signup .mc-field-group input:focus{
  border: 1px solid #e1e1e1;
}

#mc_embed_signup div.response{
  padding: 0!important;
  width: 100%!important;
  margin: 10px 0 15px!important;
}

#mc_embed_signup div#mce-responses{
  width: 100%!important;
  padding: 0!important;
  margin: 0!important;
}

#mc_embed_signup #mce-success-response{
  color: #ee7600!important;
}

.blue .enews #mc_embed_signup .mc-field-group{
  width: 68%!important;
  float: left;
}

.blue .enews #mc_embed_signup form{
  margin: 40px 0 0;
}

.blue .enews #mc_embed_signup .mc-field-group input{
  padding: 17px 0!important;
  border: 0!important;
}

.blue .enews #mc_embed_signup .mc-field-group input:focus{
  outline: none;
}

.blue .enews #mc_embed_signup .button{
  background: transparent;
  color: #fff;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 56px;
  width: 29%;
  margin: 0;
  position: absolute;
  right: 0;
}

.blue .enews #mc_embed_signup .button:hover{
  color: #000;
  border-color: #000;
}

/* AMRAP */

#amrap-live-stream-strip{
  position: relative;
  top: -11px;
  z-index: 999;
}

#amrap-live-stream-strip iframe,
#amrap-audio-player iframe,
#amrapguide iframe{
  width: 100%!important;
}

#amrap-upcoming-sidebar{
  margin-top: 50px;
}

/* Footer */

footer {
  background: #000;
  padding: 30px 0;
}

footer .social-menu{
  width: 80%;
  float: right;
}

footer p{
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 10px;
}

footer h2, footer .social-menu h2{
  color: #fff;
  font-family: "lft-etica-condensed",sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.5px;
}

footer .social-menu h2{
  text-align: right;
  margin: 0 0 10px;
}

.page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li{
  max-width: 329px;
}

/* Podcast */


.post-archive .item .audio .jp-controls{
  width: auto;
  padding: 0;
}

.post-archive .item .audio .jp-play, .single .jp-play{
  background: url('../radioadelaide/assets/images/play.svg') no-repeat;
  border-radius: 50%;
}

.post-archive .item .audio .jp-interface{
  background-color: transparent;
  width: auto;
}

.post-archive .item .audio .jp-state-playing .jp-play, .single .jp-state-playing .jp-play{
  background: url('../radioadelaide/assets/images/stop.svg') no-repeat;
  border-radius: 50%;
}

.post-archive .item .audio .jp-progress,
.post-archive .item .audio .jp-current-time, 
.post-archive .item .audio .jp-duration{
  display: none;
}

.post-archive .item .audio .jp-controls-holder{
  width: auto;
  top: 0;
}

.post-archive .item .audio .jp-audio .jp-interface{
  height: auto;
}

.post-archive .item .audio .jp-audio{
  width: auto;
  border: 0;
  background-color: transparent;
}

.post-archive .item .audio{
  width: auto;
  position: absolute;
  bottom: 18px;
  right: 15px;
}

.single .jp-audio{
  width: 100%;
  margin-bottom: 15px;
  border: 0;
  background-color: transparent;
}

.single .jp-interface{
  height: auto!important;
  background-color: transparent;
}

.single .jp-controls-holder{
  width: 100%;
  top: 0;
}

.single .jp-audio .jp-controls{
  width: auto;
  padding: 0;
  float: left;
}

.single .jp-current-time{
  position: absolute;
  top: 27px;
  left: 45px;
}

.single .jp-duration{
  position: absolute;
  right: 0;
  top: 27px;
}

.single .jp-audio .jp-type-single .jp-progress{
  left: 45px;
  width: 94%;
  top: 13px;
}

.single .jp-play-bar{
  background: #ee7600;
}

.tax-series .page-content{
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  -moz-box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  box-shadow: 4px 4px 0px 0px rgba(179,179,178,1);
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.tax-series .page-content img{
  margin: 0;
}

.tax-series .page-content .details{
  padding-left: 0;
  height: 370px;
}

.tax-series .page-content .details h2{
  margin-top: 20px;
  margin-bottom: 0;
}

.tax-series .page-content .details h4{
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  margin: 20px 0;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
}

.tax-series .page-content .details p{
  font-size: 20px;
  line-height: 25px;
}

.tax-series .post-archive .entry{
  min-height: 0;
}

.tax-series .post-archive .entry .item{
  padding-left: 20px;
  padding-right: 20px;
}

.tax-series .post-archive .entry .item h2{
  margin: 0;
}

.tax-series .post-archive .entry .item p.excerpt{
  margin: 10px 0;
  color: #7d7d7d;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.tax-series .page-content .details .read-more{
  position: absolute;
  bottom: 20px;
}

.page-template-page-podcasts .page-container, .page-template-page-podcasts-omny .page-container{
  background-color: #f1f1ef;
}

.page-template-page-podcasts-omny .page-container .series a.last-btn{
  margin-top: 10px;
}

.page-template-page-podcasts-omny .page-container .entry .footer-container{
  margin-bottom: 20px;
}

.page-template-page-supporters .supporters{
  width: 100%;
  float: left;
  margin-top: 50px;
}

.page-template-page-supporters .supporters h3{
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 3px;
  font-size: 22px;
  line-height: 25px;
  color: #000;
}

.page-template-page-supporters .supporters p{
  font-size: 20px;
  line-height: 25px;
}

.page-template-page-supporters .supporters h2{
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 200;
  text-transform: none;
}

.page-template-page-supporters .supporters a:hover h2, .page-template-page-supporters .supporters a:hover{
  color: #f04805;
}

.page-template-page-supporters .supporters img{
  margin: 15px 0 5px;
}

label[for=wcj_checkout_files_upload_1]{
  font-size: 22px;
  line-height: 29px;
  margin: 0;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #000;
  float: left;
  width: 100%;
}

.woocommerce-checkout .entry-content input[type="submit"]{
  border-radius: 10px;
  background: #f04805;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto!important;
  color: #fff;
}

.woocommerce-checkout .entry-content input[type="submit"]:hover{
  background: #000;
  opacity: 1;
}

.woocommerce-checkout input[type="file"]{
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce-checkout form.checkout{
  margin-top: 20px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
  padding: 0;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row{
  margin: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
  border-bottom: 0;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
  padding-bottom: 25px;
}

.woocommerce #payment #place_order{
  margin-right: 15px;
}

.woocommerce form .form-row .input-checkbox#mailchimp_woocommerce_newsletter{
  display: inline-block;
  width: auto;
}

.page-template-page-link-tree header{
  display: none;
}

#link-tree{
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

#link-tree .profile{
  text-align: center;
}

#link-tree .featured-img img{
  max-width: 100px;
  max-height: 100px;
}

#link-tree .profile a, #link-tree h2 a:hover{
  color: #ee7600;
}

#link-tree h2{
  margin: 10px 0 5px;
  font-size: 2em;
  letter-spacing: 0.5px;
}

#link-tree h2 a{
  color: #000!important;
  text-decoration: none;
}

#link-tree h2 a:hover{
  text-decoration: underline;
}

#link-tree .profile p{
  margin: 0 0 20px;
  font-size: 1.25em;
  letter-spacing: 0.5px;
}

#link-tree .profile p:last-child{
  margin-bottom: 0;
}

#link-tree .profile a:hover{
  color: #000;
}

ul.link-tree{
  list-style: none;
  margin: 20px 0 40px;
  padding: 0;
  float: left;
  width: 100%;
}

ul.link-tree li{
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  margin: 5px;
  text-align: center;
  float: left;
  width: calc(50% - 10px);
  letter-spacing: 0.5px;
}

ul.link-tree li a{
  display: block;
  color: #fff;
  text-decoration: none;
}

ul.link-tree li a .title{
  background: #ee7600;
  padding: 10px;
  display: block;
}

ul.link-tree li a:hover .title{
  background: #000;
}

ul.link-tree li img{
  width: 100%;
  height: auto;
}

.page-template-page-team .page-content{
  max-width: 76%;
}

.page-template-page-team .team{
  margin-top: 30px;
}

.page-template-page-team .listing{
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.listing h2.section-heading{
  margin-bottom: 20px;
  margin-top: 40px;
}

.page-template-page-team .listing .item{
  margin-bottom: 10px;
}

.page-template-page-team .listing .item img{
  max-width: 100%;
  height: auto;
}

.page-template-page-team .listing .item .content{
  background-color: #fff;
  padding: 12px;
}

.page-template-page-team .listing .item a:hover .content,
.page-template-page-team .listing .item.highlight a .content{
  background-color: #ee7600;
}

.page-template-page-team .listing .item .content h2{
  color: #000;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 700;
  margin: 0 0 3px;
  font-size: 20px;
  line-height: 1.2em;
}

.page-template-page-team .listing .item .content h3{
  color: #ee7600;
  text-transform: uppercase;
  font-family: "lft-etica-condensed",sans-serif;
  font-style: italic;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.page-template-page-team .listing .item a{
  display: block;
}

.page-template-page-team .listing .item a:hover,
.page-template-page-team .listing .item.highlight a .content h2, .page-template-page-team .listing .item.highlight a .content h3,
.page-template-page-team .listing .item a:hover .content h2, .page-template-page-team .listing .item a:hover .content h3{
  color: #fff;
  text-decoration: none;
}

.listing .team-bio{
  height: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 12px;
}

.listing .team-bio .bio{
  max-width: 85%;
}

.listing .team-bio.show-content{
  height: auto;
}

.listing .team-bio.show-content .bio{
  position: relative;
  bottom: 10px;
}

.team-bio p {
  font-size: 16px;
  color: #7d7d7d;
  font-family: "lft-etica",sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 0 20px;
}

.team-bio p:last-child{
  margin: 0;
}

.team-bio .close{
  background: url('assets/images/close.svg') no-repeat center;
  background-size: 12px;
  border: 1px solid #7d7d7d;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  top: 1px;
  border-radius: 50%;
}

.team-bio .close:hover{
  background-color: #000;
  border-color: #000;
  cursor: pointer;
}

.woocommerce-cart .shop_table #shipping_method{
  padding-left: 0;
}

.woocommerce-cart .shop_table #shipping_method li:before{
  content: none;
}

.woocommerce-cart .shop_table #shipping_method li{
  padding-left: 0!important;
  font-size: 1em!important;
}

.bx-wrapper .bx-loading{
  display: none;
  max-width: 50px;
  max-height: 50px;
}

.woocommerce ul#shipping_method li{
  font-size: 16px;
}

.woocommerce ul#shipping_method li:before{
  content: none!important;
}

.woocommerce-checkout .woocommerce-shipping-fields input#ship-to-different-address-checkbox{
  display: inline-block;
  width: auto;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination{
  font-size: 14px;
  line-height: 1.5em;
}

#wc-stripe-payment-request-wrapper, #wc-stripe-payment-request-button-separator{
  display: none!important;
}

/* Media queries */

@media screen and (max-width: 1465px){
  .container{
    width: 1145px;
  }
  .secondary-menu ul.menu li{
    margin: 0 8px 0 0;
  }
  .secondary-menu ul.menu li a{
    padding: 3px 12px;
  }
  .stories .bx-wrapper ul.story-carousel li{
    max-width: 399px;
  }
  .stories .bx-wrapper ul.three-col-carousel li{
    max-width: 256px;
  }
  .page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li {
    max-width: 304px;
  }
  .stories .bx-wrapper ul.four-col-carousel li{
    max-width: 256px;
  }
  .single-product .nyp{
    margin-left: 205px;
  }

}

@media screen and (max-width: 1380px){
  .character {
    width: 100px;
    top: 65px;
    right: -70px;
  }
}

@media screen and (max-width: 1300px){
  .container{
    width: 1050px;
  }
  .submit-music{
    margin: 61px 0 21px;
  }
  .character {
    top: 46px;
    right: -68px;
  }
  .secondary-menu ul.menu li{
    margin: 0 5px 0 0;
    font-size: 17px;
  }
  .secondary-menu ul.menu li a{
    padding: 3px 10px;
  }
  .stories .bx-wrapper ul.story-carousel li {
    max-width: 364px;
  }
  .stories .bx-wrapper ul.three-col-carousel li{
    max-width: 232.5px;
  }
  .page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li {
    max-width: 276px;
  }
  .stories .bx-wrapper ul.four-col-carousel li {
    max-width: 232px;
  }
  .single-product .nyp{
    margin-left: 187px;
  }

}

@media screen and (max-width: 1250px){
  #carousel .bx-controls.bx-has-pager{
    width: 100%;
  }
  .character {
    width: 90px;
    top: 50px;
    right: -60px;
  }
}

@media screen and (max-width: 1200px) {
  ul.bxslider li .slide-content{
    width: 45%;
  }
  .character {
    display: none;
  }
  header .cart a{
    right: 15px;
  }
  .stories .bx-wrapper ul.story-carousel li {
    max-width: 320px;
  }
  .stories .bx-wrapper ul.three-col-carousel li{
    max-width: 203px;
  }
  .section-images{
    margin-bottom: 0;
  }
  .section-programs + .read-more.full-width{
    margin-bottom: 40px;
  }
  .page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li {
    max-width: 276px;
  }
  .amrapbox-1 .read-more.full-width{
    width: 100%;
  }
  .submit-music {
    margin: 66px 0 21px;
  }
}

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .container{
    width: 900px;
  }
  .secondary-menu ul.menu li a{
    padding: 3px 7px;
  }
  .secondary-menu ul.menu li{
    margin: 0 5px 0 0;
    font-size: 16px;
  }
  .main-menu ul.menu li{
    font-size: 19px;
  }
  .main-menu ul.menu li a{
    padding: 3px 20px 1px;
  }
  header .cart a{
    top: -20px;
    line-height: 16px;
  }
  .stories .bx-wrapper ul.story-carousel li {
    max-width: 270px;
  }
  .stories .bx-wrapper ul.three-col-carousel li {
    max-width: 170px;
  }
  .stories .bx-wrapper ul.three-col-carousel li .footer-container {
    height: 200px;
  }
  .page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li {
    max-width: 232px;
  }
  .stories .bx-wrapper ul.four-col-carousel li {
    max-width: 195px;
  }
  .single-product .nyp{
    margin-left: 159px;
  }


}

@media screen and (max-width: 991px) {
  .on-air-strip .container{
    padding-left: 14px;
    padding-right: 0;
    width: 100%;
  }
  #amrap-upcoming-sidebar iframe{
    width: 100%!important;
  }
  .main-menu ul.menu li{
    font-size: 19px;
  }
  header .cart a{
    top: -20px;
    line-height: 16px;
  }
  .submit-music a:after{
    content: none;
  }
  .container{
    width: 750px;
  }
  .enews h3{
    margin: 0;
  }
  .blue .enews #mc_embed_signup form {
    margin: 10px 0 40px;
    float: left;
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .pull-right{
    float: none!important;
  }
  footer .social-menu {
    width: 100%;
    float: none;
    max-width: 248px;
    margin: 0 auto;
  }
  .submit-music {
    margin: 12px 0;
  }
  .secondary-menu ul.menu li a{
    padding: 3px 7px;
  }
  .secondary-menu ul.menu li{
    margin: 0 5px 0 0;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .main-menu ul.menu li a{
    padding: 3px 10px 1px;
  }
  ul.bxslider li .slide-content{
    width: 50%;
    top: 50px;
  }
  ul.bxslider li a .readmore, .bx-wrapper .bx-pager{
    bottom: 25px;
  }
  ul.bxslider li .slide-content{
    font-size: 24px;
    line-height: 28px;
  }
  .stories .bx-wrapper ul.story-carousel li {
    max-width: 345px;
  }
  .stories .bx-wrapper ul.three-col-carousel li {
    max-width: 220px;
  }
  .page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li {
    max-width: 251px;
  }
  .box.listen-on-demand .heading{
    top: 15px;
    line-height: 22px;
  }
  .stories .bx-wrapper ul.four-col-carousel li {
    max-width: 220px;
  }
  .single-product .nyp{
    margin-left: 131px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .shop_table #shipping_method {
    display: block;
    padding-top: 25px;
    text-align: left;
  }
  .page-template-page-team .page-content{
    max-width: 100%;
  }
  .listing .team-bio{
    position: relative;
    bottom: 0;
    opacity: 0;
  }
  .listing .team-bio.show-content{
    padding: 10px 15px 30px;
    opacity: 1;
  }
  .page-template-page-team .listing .item{
    margin-bottom: 20px;
  }
  .page-template-page-team .listing.active-row{
    padding-bottom: 0!important;
  }
  .team-bio .close{
    right: 30px;
  }
  .page-template-page-team .listing .item img{
    width: 100%;
  }
  .post-archive .entry .item{
  	height: auto!important;
  }
  .post-archive .entry .footer-container .read-more, .archive.woocommerce div.product .item .read-more,
  .footer-container .author{
  	position: relative;
  	bottom: 0;
  	left: 0;
  }
  .author{
    margin: 15px 0;
  }
  .author img{
    margin: 0 5px 0 0;
  }
  .home .footer-container .author, .story-carousel .footer-container .author{
    bottom: 0;
    margin: 0;
  }
  .post-archive .entry.type-post .footer-container, .page-template-default .bx-wrapper ul.story-carousel li .footer-container,
  .home .stories .bx-wrapper ul li .footer-container,  .story-carousel .footer-container .author{
    margin-bottom: 20px;
  }
  .post-archive .entry .footer-container, .stories .bx-wrapper ul.three-col-carousel li .footer-container, 
  .stories .bx-wrapper ul.four-col-carousel li .footer-container, 
  .page-template-default .bx-wrapper ul.story-carousel li .footer-container{
  	margin: 0 20px;
  }
  .stories .bx-wrapper ul li .footer-container .read-more{
  	max-width: 88%;
  }
  header .cart a{
    position: relative;
    right: auto;
    left: 15px;
    top: 0;
  }
  .on-air-strip .container{
    padding-left: 0;
  }
  .box.listen-on-demand .heading{
    line-height: 30px;
  }
  .container{
    width: auto;
  }
  .navbar{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
  #menu-mobile-menu{
    padding: 15px;
    text-align: left;
  }
  #menu-mobile-menu li{
    display: block;
    font-family: "lft-etica-condensed",sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    position: relative;
  }
  #menu-mobile-menu li a{
    color: #000;
    padding: 10px 0;
    display: block;
  }
  #menu-mobile-menu li.menu-item-has-children a{
    display: inline-block;
  }
  .navbar-header button{
    background: #f1f1ef;
    border: 0;
    height: 44px;
    padding: 3px 10px;
  }
  .navbar-header button:focus{
    outline: none;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    background-color: #000;
    margin: 6px 0;
  }
  header .navbar-collapse{
    background: #f1f1ef;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 44px;
    height: 100vh;
  }
  #menu-mobile-menu li.menu-item-has-children {
    background: url('../radioadelaide/assets/images/plus-o.svg') no-repeat 100% 12px;
    background-size: 20px;
  }
  #menu-mobile-menu li.menu-item-has-children.toggled{
    background: url('../radioadelaide/assets/images/minus-o.svg') no-repeat 100% 12px;
    background-size: 22px;
  }
  #menu-mobile-menu li.menu-item-has-children.toggled ul{
    display: block!important;
  }
  header .logo{
    margin: 22px auto;
    display: block;
    text-align: center;
  }
  .logo img{
    width: 412px;
    margin: 0 auto;
    text-align: center;
  }
  .read-more.one-third, .read-more, .lg-button, .woocommerce .cart .button{
    width: 100%;
    text-align: center;
  }
  ul.bxslider li .slide-content{
    top: 25px;
    width: 60%;
    padding: 15px;
  }
  ul.bxslider li .tagline{
    font-size: 16px;
    line-height: 20px;
  }
  ul.bxslider li a .readmore{
    padding: 10px 30px;
  }
  ul.bxslider li .slide-content {
    font-size: 20px;
    line-height: 24px;
  }
  header.sticky .logo{
    display: none;
  }
  .sub-content .cta, .post-archive .entry{
    min-height: 0;
  }
  .sub-content .cta .lg-button{
    position: relative;
    bottom: 0;
    width: 100%;
  }
  .gform_wrapper .gform_footer input.button{
    width: 100%!important;
  }
  .post-archive .entry{
    margin-bottom: 30px;
  }
  .sidebar{
    margin-top: 30px;
  }
  .woocommerce .quantity .qty{
    margin-bottom: 20px;
  }
  .search-results .item h2{
    margin: 20px 0;
  }
  .single-product .sub-content .listing{
    margin-top: 25px;
  }
  .single-product .sub-content .listing .product img, .post-type-archive-product .product .item img{
    width: 100%;
  }
  .image-placeholder.lg, .top.entry .image-placeholder {
    min-height: 235px;
  }
  .section-images{
    height: auto;
    margin: 0;
  }
  .section-images .section-image, .section-images .section-image .section-heading{
    position: relative;
  }
  .section-images .section-image .lg-button{
    width: auto;
  }
  .section-images .section-image .section-heading{
    padding: 15px 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .section-programs .section-program{
    padding: 10px 0;
    font-size: 18px;
    line-height: 22px;
  }
  .section-programs + .read-more.full-width{
    margin-bottom: 40px;
  }
  .listen-live{
    background: #f04805;
    height: 88px;
  }
  #amrap-live-stream-strip{
    top: 0;
  }
  #amrap-live-stream-strip iframe{
    height: auto!important;
  }
  header {
    padding-top: 88px;
  }
  .post-archive .entry .footer-container .read-more{
    position: relative;
  }
  .stories .bx-wrapper ul.four-col-carousel li {
    max-width: 218px;
  }
  .product .nyp input.nyp-input{
    padding: 10px;
  }
  .single-product .nyp{
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  ul.bxslider li .slide-content{
    display: none;
  }
  #wpadminbar{
    position: fixed;
  }
  .blue .enews #mc_embed_signup .button{
    width: 30%;
  }
  .logo img {
    width: 370px;
    margin: 6px auto 0;
  }
  #carousel .bxslider li{
    height: 450px;
  }
}
@media screen and (max-width: 414px) {
  .stories .bx-wrapper ul li .item{
  	height: auto!important;
  }
  .stories .bx-wrapper ul li .footer-container{
  	margin: 0 20px;
  }
  .stories .bx-wrapper ul li .footer-container .read-more{
  	position: relative;
  	width: 100%;
  	bottom: 0;
  	left: 0;
  }
  #menu-mobile-menu{
    padding: 0 15px;
  }
  .enews h3{
    font-size: 24px;
    line-height: 28px;
  }
  .blue .enews #mc_embed_signup .button{
    position: relative;
    margin-top: 12px;
    width: 100%;
  }
  .blue .enews #mc_embed_signup form{
    margin: 15px 0 40px;
  }
  .blue .enews #mc_embed_signup .mc-field-group{
    width: 100%!important;
  }
  .logo img{
    width: 300px;
    margin: 0 auto;
  }
  #carousel .bxslider li{
    height: 350px;
  }
  .page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li{
    max-width: 384px;
  }
  .stories .bx-wrapper ul.four-col-carousel li{
    max-width: 400px;
  }
  .page-template-default .sub-content .stories .bx-wrapper ul.story-carousel li .footer-container,
  .stories .bx-wrapper ul.four-col-carousel li .footer-container{
    height: auto;
  }
  .stories .bx-wrapper ul li .footer-container .read-more,
  .stories .bx-wrapper ul.four-col-carousel li .footer-container .read-more{
    position: relative;
  }
}
@media screen and (max-width: 350px) {
  #menu-mobile-menu li a{
    padding: 8px 0;
  }
  #menu-mobile-menu{
    padding: 10px 15px;
  }
  .logo img{
    width: 275px;
  }
  #carousel .bxslider li{
    height: 295px;
  }
}
