@media screen and (max-width: 1800px) { /* margins @ 280px */

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content {
    padding: 50px 200px;
  }

  /* SINGLE RESOURCE PAGE ----------------------------------------- */
  .podcast-extras > .wrap {
    padding: 100px 280px 60px;
  }
  .single .show-post-date > .wrap {
    padding: 100px 280px 30px;
  }

}

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

  /* SINGLE RESOURCE PAGE ----------------------------------------- */
  .podcast-extras > .wrap {
    padding: 100px 200px 60px;
  }
  .single .show-post-date > .wrap {
    padding: 100px 200px 30px;
  }

}

@media screen and (max-width: 1600px) { /* margins @ 135px */

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content {
    padding: 50px 135px;
  }

  /* FOOTER ------------------------------------------------------- */
  #footer > .wrap {
    padding: 100px 135px 150px;
  }

  .page-template-page_omc #footer > .wrap {
	padding: 80px 135px;
  }

  /* SINGLE RESOURCE PAGE ----------------------------------------- */
  .podcast-extras > .wrap {
    padding: 75px 135px 50px;
  }
  .single .show-post-date > .wrap {
    padding: 75px 135px 30px;
  }

}

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

  /* HEADER ------------------------------------------------------- */
  #header .site-logo,
  .workmax-logo {
    height: 38px;
    width: 200px;
  }

}

@media screen and (max-width: 1400px) { /* margins @ 50px */

  /* HEADER ------------------------------------------------------- */
  #header .header-main {
    padding: 0 50px;
  }

  #header .header-search-row .search-form-wrap {
	padding: 1em 50px;
  }

  /* BANNER ------------------------------------------------------- */
  .banner .content {
    padding: 110px 100px 110px;
  }
  .banner .banner-title {
    font-size: 50px;
  }

  /* podcast banner */
  .banner .podcast-banner-cols .banner-title {
    font-size: 40px;
  }

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content {
    padding: 50px 100px;
  }

  /* FOOTER ------------------------------------------------------- */
  #footer > .wrap,
  .page-template-page_omc #footer > .wrap {
    padding: 50px;
  }

  /* TEAM MEMBER INFO BLOCK --------------------------------------- */
  .team-member-info .col-info {
    padding: 50px;
  }
  .team-member-contact-info {
    gap: 25px;
    margin-top: 25px;
  }

  /* SINGLE RESOURCE PAGE ----------------------------------------- */
  .podcast-extras > .wrap {
    padding: 50px;
  }
  .single .show-post-date > .wrap {
    padding: 50px 50px 30px;
  }

}

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

  /* HEADER ------------------------------------------------------- */
  #header .site-logo,
  .workmax-logo {
    height: 35px;
    width: 182px;
  }

}

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

  /* CORE CLASSES ------------------------------------------------- */

  /* headings */
   h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }

  /* other elements */
  p {
    font-size: 18px;
  }
  ul,
  ol {
    font-size: 18px;
  }

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content .content-wrap {
    font-size: 60px;
  }
  .banner-rich .content .content-wrap .button-wrap {
    margin-top: 20px;
  }

  /* homepage banner */
  /*.home .banner-rich > .wrap {
    min-height: 600px;
  }*/

  .banner-rich .content {
	flex-direction: column;
  }

  .banner-rich .img-right {
	display: none;
  }

  /* FOOTER ------------------------------------------------------- */

  /* bottom row */
  #footer .bottom-row {
    flex-flow: column-reverse wrap;
  }

  /* additional software products */
  #footer .asp-section .title {
    text-align: center;
  }
  #footer .asp-section .logos {
    justify-content: center;
  }

  /* TEAM MEMBER INFO BLOCK --------------------------------------- */
  .team-member-info .col-image {
    width: 300px;
  }
  .team-member-info .col-image + .col-info {
    width: calc(100% - 300px);
  }
  .team-member-info .col-info {
    padding: 30px;
  }
  .team-member-info .col-info h1.tm-name {
    font-size: 40px;
  }
  .team-member-info .col-info .tm-position {
    margin: -2em 0 0;
    font-size: 20px;
  }
  .team-member-info .col-info .tm-info-item {
    font-size: 18px;
  }

  .single .show-post-metadata > .wrap {
	padding: 60px 0;
  }

}

@media screen and (max-width: 1050px) {
	.blog-post .left-col {
		display: none;
	}
}

@media screen and (max-width: 900px) { /* margins @ 30px */

  /* HEADER ------------------------------------------------------- */
  #header .header-main {
    height: 80px;
    padding: 0 30px;
  }

  #header .header-search-row .search-form-wrap {
	padding: 1em 30px;
  }

  /* BANNER ------------------------------------------------------- */
  .banner .content {
    padding: 100px 75px 100px;
	min-height: 250px;
  }

  /* podcast banner */
  .banner .podcast-banner-cols {
    flex-flow: column wrap;
    gap: 30px;
  }
  .banner .podcast-banner-cols img.wp-post-image {
    width: auto;
    height: auto;
  }

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content {
    padding: 50px 75px;
	min-height: 250px;
  }
  .banner-rich .content .content-wrap {
    font-size: 50px;
  }
  .banner-rich .content .content-wrap .button-wrap {
    margin-top: 20px;
  }

  /* FOOTER ------------------------------------------------------- */
  #footer > .wrap {
    padding: 50px 30px;
  }

  /* top row */
  #footer .top-row {
    flex-flow: column wrap;
    align-items: center;
  }

  /* vcard */
  #footer .vcard {
    margin: 0 0 25px;
    text-align: center;
  }
  #footer .vcard .org {
    margin: 0 0 25px;
  }

  /* copyright */
  #footer .copyright {
    text-align: center;
  }


  /* TEAM MEMBER INFO BLOCK --------------------------------------- */
  .team-member-info .col-image {
    width: 250px;
  }
  .team-member-info .col-image + .col-info {
    width: calc(100% - 250px);
  }
  .team-member-info .col-info {
    padding: 30px;
  }
  .team-member-info .col-info h1.tm-name {
    font-size: 30px;
  }
  .team-member-info .col-info .tm-position {
    margin: -1.75em 0 0;
    font-size: 18px;
  }
  .team-member-info .col-info .tm-info-item {
    font-size: 16px;
  }

  /* SINGLE RESOURCE PAGE ----------------------------------------- */
  .podcast-extras > .wrap {
    padding: 30px;
  }
  .single .show-post-date > .wrap {
    padding: 30px 30px 20px;
  }

}

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

  /* GLOBAL ------------------------------------------------------- */
  /* #wpadminbar is 46px tall */
  body.admin-bar #page {
    padding-top: var(--mobile-admin-bar-height);
  }

  /* HEADER ------------------------------------------------------- */
  body.admin-bar #header.fixed,
  body.admin-bar #header.sticky {
    top: var(--mobile-admin-bar-height);
  }

  /* RICH BANNER -------------------------------------------------- */
  /*.home.admin-bar .banner-rich > .wrap {
    height: calc(100vh - var(--mobile-header-height) - var(--mobile-admin-bar-height));
  }*/

  /* SINGLE RESOURCE PAGE ----------------------------------------- */
  .podcast-extras > .wrap {
    flex-flow: column wrap;
    align-items: flex-start;
  }
  .podcast-extras.pe-cols-2 .podcast-embed {
    width: 100%;
  }

  #footer .copyright.ppc {
	flex-direction: column;
	gap: 1em;
  }

  #footer .copyright.ppc span {
	white-space: initial;
  }
}

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

  /* TEAM MEMBER INFO BLOCK --------------------------------------- */
  .team-member-info {
    flex-flow: column-reverse wrap;
  }
  .team-member-info .col-image {
    width: 100%;
    background-image: none !important;
  }
  .team-member-info .col-image img {
    display: block;
    width: 100%;
  }
  .team-member-info .col-image + .col-info {
    width: 100%;
  }


}

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

  /* CORE CLASSES ------------------------------------------------- */

  /* headings */
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }

  /* other elements */
  p {
    font-size: 16px;
  }
  ul,
  ol {
    font-size: 16px;
  }

  /* HEADER ------------------------------------------------------- */
  #header .wrap .col-secondary .btn.cta {
    display: none;
  }

  /* BANNER ------------------------------------------------------- */
  .banner .content {
    padding: 80px 50px 80px;
  }
  .banner .banner-title {
    font-size: 40px;
  }

  /* podcast banner */
  .banner .podcast-banner-cols .banner-title {
    font-size: 30px;
  }

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content {
    padding: 80px 50px;
  }
  .banner-rich .content .content-wrap {
    font-size: 40px;
  }
  .banner-rich .content .content-wrap .button-wrap {
    margin-top: 20px;
  }

  /* homepage banner */
  /*.home .banner-rich > .wrap {
    min-height: 600px;
  }*/



  /* FOOTER ------------------------------------------------------- */

  /* vcard */
  #footer .vcard .org {
    height: 50px;
    width: 260px;
  }

  /* WORDPRESS CORE OVERRIDES ------------------------------------- */
  #wpadminbar {
    position: fixed;
  }

  .wp-block-group.features-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media screen and (max-width: 500px) { /* margins @ 20px */

  /* HEADER ------------------------------------------------------- */
  #header .header-main {
    height: var(--mobile-header-height);
    padding: 0 20px;
  }

  #header .header-search-row .search-form-wrap {
	padding: 1em 20px;
  }

  .ppc-header-cta > span {
	display: none;
  }

  .ppc-header-cta > i {
	display: inline-block;
	margin-right: .5em;
  }

  .search-submit {
	display: none;
  }

  /* BANNER ------------------------------------------------------- */
  .banner .content {
    padding: 80px 30px 80px;
  }
  .banner .banner-title {
    font-size: 30px;
  }

  /* podcast banner */
  .banner .podcast-banner-cols .banner-title {
    font-size: 30px;
  }

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content {
    padding: 80px 30px;
  }

  /* FOOTER ------------------------------------------------------- */
  #footer > .wrap {
    padding: 50px 20px;
  }

  /* TEAM MEMBER INFO BLOCK --------------------------------------- */
  .team-member-info .col-info {
    padding: 20px;
  }
  .team-member-contact-info {
    gap: 20px;
    margin-top: 20px;
  }

  /* SINGLE RESOURCE PAGE ----------------------------------------- */
  .podcast-extras > .wrap {
    padding: 30px 20px;
  }
  .single .show-post-date > .wrap {
    padding: 30px 20px 20px;
  }

  .single .show-post-metadata .post-metadata-wrap {
	flex-direction: column;
  }

  .single .show-post-metadata .post-metadata-wrap element {
	display: none;
  }

}

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

  /* RICH BANNER -------------------------------------------------- */
  .banner-rich .content .content-wrap {
    font-size: 30px;
  }
  .banner-rich .content .content-wrap .button-wrap {
    margin-top: 20px;
  }

}
