.podcasts #block-mainpagecontent {
	width: 93%;
}

.podcasts.section-home .page-title {
  background: url(/themes/jwawesome/images/headphones.png) no-repeat;
  background-size: 50px;
  margin: 30px 40px;
  padding: 0 .75em 0 60px;
  text-transform: uppercase;
}

.qmark {
  content: '?';
  font-family: sans-serif;
  font-size: .95em;
}

.podcasts article {
  width: 100%;
}

.view-content {
	clear: both;
	padding-top: 1px;
}

.node--type-podcast h2.teaser-title {
  background: #004153;
  background: linear-gradient(to right, #004153 0%,#38c5b3 68%);
  border-radius: 0 75px 0 0;
  float: none;
  font: 400 1.4em futura-pt, sans-serif;
  margin-bottom: .5em;
  padding: .15em .35em;
}

.podcasts.search .node--type-podcast h2.teaser-title {
  background: none;
}

.teaser-title a,
.teaser-title a:hover {
  color: #fff;
}

.podcasts.search .teaser-title a, 
.podcasts.search .teaser-title a:hover {
  color: #222;
}

.field-name-field-bioindeximage {
  float: left;
  margin-right: 20px;
}

#block-canwetalkdescription .jwa-media {
  margin: 0 40px 5px 0;
}

.field-name-field-image {
  margin-right: 1em;
  padding-bottom: 2em;
}

.listen-link {
  font: 1.6em futura-pt, sans-serif;
  margin-left: 310px;
}

.listen-link img {
  margin-left: .2em;
}

.field-name-field-image img {
  max-height: 301px;
  width: inherit;
}

.podcasts.section-home .field-name-body {
  border-bottom: none;
  font-size: .95em;
  margin: 0;
  margin-left: 310px;
  padding: 0;
  width: 60%;
}

.field-name-body p {
  margin: 0;
}

#block-canwetalkdescription p {
  padding-right: 2em;
}

.subscriptions {
	display: flex;
	flex-wrap: wrap;
}

.subscribe {
  padding: 7px 14px 0 0;
  text-align: center;
  width: 200px;
}

.views-row {
  margin-bottom: 1em;
}

.pager {
  clear: both;
  padding-right: 3%;
}

#block-exposedformpodcast-searchpage-1 {
    position: absolute;
    top: 15px;
    right: 30px;
}

.podcasts.search #views-exposed-form-podcast-search-page-1 {
  margin: 14px;
}
  
#views-exposed-form-podcast-search-page-1 #edit-search-api-fulltext,
#views-exposed-form-podcast-search-page-1 #edit-search-api-fulltext--2 {
  background: #fff;
  border: 1px solid #aaa;
  color: #222;
  font-size: 18px;
  max-width: 100%;
  width: 240px;
}

@media only screen and (max-width: 1070px) {
#block-exposedformpodcast-searchpage-1 { 
	position: relative;
	margin-left: 2em;
}

  #block-canwetalkdescription {
    float: none;
	width: 96%;
  }
  
  .view-content {
    width: 97%;
  }
  
}

@media only screen and (max-width: 877px) {
  .subscriptions {
	clear: both;
	display: block;
  }
  
  .subscribe {
	  margin: 0 auto;
  }
  
  span.qmark:after {
    content: "";
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .field-name-field-image {
	  text-align: center;
  }
  .podcasts.section-home .page-title {
    font-size: 32px;
  }
  
  .teaser-title {
    border-radius: 0;
  }
  
    .podcasts.section-home .field-name-body {
    	width: 100%;
    }
}

@media only screen and (max-width: 684px) {  
  #block-canwetalkdescription .jwa-media {
    float: none;
	margin: 0;
	text-align: center;
  }
  
  .teaser-title {
    border-radius: 0;
  }
  
  .field-name-field-bioindeximage {
    float: none;
	width: 100%;
  }
  
  .podcasts.section-home .field-name-body, 
  .listen-link {
     margin: 0;
  }
}