/**
Applies to all post-types 

Global styles are already loaded via frontend-singular.css
*/

#main > article {
  padding: 6rem;
}

header.entry-header .entry-title {
  font-size: 3rem;
  margin-top: 0;
}

.document-template-default h1{
  font-size: 3rem;
  text-align: left !important;
}

/* ---- PODCAST STYLES -----*/

#podcast-layout .wpb_single_image img {
  width: 40rem;
  margin-top: 5rem;
}

#podcast-layout .wprss-ftp-audio-player {
  width: 70rem;
  float: right;
}

#podcast-layout .wpb_text_column {
  margin-left: -20rem;
  padding-right: 0;
  margin-top: -4rem;
}

#podcast-layout .wpb_text_column ul,
.entry-content ol,
.institution-template-default .wpb_text_column ul,
.entry-content ol {
  padding-left: 8rem;
}

body.resource-category-podcast #main, #main > article{
  border-radius: 4rem;
}

.document-template-default .wpb_single_image img{
	border-radius:4rem;
}

.site-content .ast-single-post-featured-section img{
  border-radius: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 915px) {
  #podcast-layout .wpb_text_column {
    margin: 0;
  }

  .document-template-default .wpb_wrapper p,
  .institution-template-default .wpb_wrapper p,
  .course-template-default .wpb_wrapper p,
  .type-course .entry-content,
  .document-template-default .wpb_wrapper h1,
  .institution-template-default .wpb_wrapper h1 {
    padding: 0;
  }

  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin-top: 0;
  }

  .single .post-navigation {
    margin-bottom: 8rem;
  }

  .document-template-default .wpb_wrapper {
    padding: 1rem;
  }

  #main > article {
    padding: 0;
  }

  header.entry-header .entry-title{
    padding-top:2rem;
    padding-left: 2rem;
    font-size: 3em !important;
  }

  body.resource-category-podcast #main{
    display:block !important;
    padding:0;
  }

  body.resource-category-podcast #main > article{
    width:100% !important ;
  }

  header.entry-header .entry-title{
    padding-left: 0;
  }

  #podcast-layout .wpb_single_image img {
    width: 60rem;
    margin-top: 5rem;
  }

  #main > article {
    padding: 2rem;
  }

  body.resource-category-podcast #main{
    padding:3rem;
  }



}


