/*
Theme Name: Elliot and Thompson
Author: LeCollective
Author URI: https://lecollective.co.uk/
Description: Theme for Elliot and Thompson by LeCollective
Version: 1.1
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #ffffff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/* Main / Home */
@font-face {
  font-family: "Albertus MT";
  src: url("fonts/AlbertusMT.woff2") format("woff2"),
    url("fonts/AlbertusMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("fonts/AkzidenzGroteskBQ-Italic.woff2") format("woff2"),
    url("fonts/AkzidenzGroteskBQ-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("fonts/AkzidenzGroteskBQ-Reg.woff2") format("woff2"),
    url("fonts/AkzidenzGroteskBQ-Reg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("fonts/AkzidenzGroteskBQ-Light.woff2") format("woff2"),
    url("fonts/AkzidenzGroteskBQ-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

.owl-item {
  -webkit-transition: width 0.1s ease-in-out;
  -moz-transition: width 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out;
  transition: width 0.1s ease-in-out;
}

.ease,
.menu li.current-menu-item,
.menu li:hover,
.menu li,
#ReleaseSection li img,
.sub-menu,
#FeaturedAuthors li img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.easeit {
  -moz-transition: all 600ms easing’s Bezier curve;
  -o-transition: all 600ms easing’s Bezier curve;
  -webkit-transition: all 600ms easing’s Bezier curve;
  transition: all 600ms easing’s Bezier curve;
}

.mob {
  display: none;
}

body {
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 14px;
  color: #111;
  /*background-image: url(img/pat.png);*/
  background-attachment: fixed;
}

/*html, body, #page, #content, #primary, .book_page, .book_page #ReleaseSection, #ReleaseSection ul {
	height: 100%;
}*/
.mline {
  background: #1a1a1a;
  height: 1px;
  width: 30px;
  margin-bottom: 7px;
  opacity: 1;
  top: 0px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.MenuActive .mline {
  top: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
}

#line1.mline,
#line3.mline {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.MenuActive #line1.mline {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
}

.MenuActive #line2.mline {
  opacity: 0;
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.MenuActive #line3.mline {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  top: -11px;
}

#header {
  position: fixed;
  width: 100%;
  height: 70px;
  padding: 20px;
  border-bottom: 1px solid #111;
  background: #ffffff;
  z-index: 999;
  top: 0;
}

#mobmenu {
  position: absolute;
  top: 27px;
  cursor: pointer;
}

.menu li {
  font-size: 22px;
  padding: 15px 0;
  position: relative;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid #111;
}

.menu li:last-child {
}

/*.menu li:after {
	opacity: 0;
}
.menu li.current-menu-item:after, .menu li:hover:after   {
    content: "";
    width: 17px;
    height: 16px;
    background-image: url(img/smET.png);
    position: absolute;
    right: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}*/
.menu li.current-menu-item,
.menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

.menu li a {
  text-decoration: none;
  display: block;
  color: #111;
}

.menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.menu li:hover > .sub-menu {
  max-height: 800px;
}

.menu li ul li {
  font-size: 16px;
  padding: 10px;
}

.menu li ul li:hover {
  padding: 10px;
}

#logo {
  width: 250px;
  position: absolute;
  right: 20px;
  top: 0px;
}

#logo img {
  width: 100%;
}

#hero {
  font-size: 0;
}

.pad {
  padding: 20px;
}

#sidebar {
  padding: 20px;
  height: calc(100vh - 70px);
  display: inline-block;
  margin-top: 70px;
  opacity: 0;
  width: 250px;
  margin-left: -250px;
  border-right: 1px solid #111;
  vertical-align: top;
  position: fixed;
  /*    background: #f3cc4a;*/
  background: #4ec0e1;
  z-index: 1;
  /*background-image: url(img/white-waves.png);*/
}

#page.MenuActive #sidebar {
  padding: 20px 20px 20px 20px;
  margin-left: 0px;
  opacity: 1;
  border-right: 1px solid #111;
}

.caption {
  z-index: 99999999;
  font-size: 32px;
  position: absolute;
  top: 50%;
  width: 40%;
  color: #ffffff;
  left: 20px;
  transform: translateY(-50%);
  text-shadow: 0px 1px 6px rgba(50, 50, 50, 0.9);
}

#content {
  width: 100%;
  display: inline-block;
  margin-top: 70px;
  padding: 0px;
  vertical-align: top;
  margin-left: 0;
}
.sidebar_menu {
  background-color: inherit;
}
#page.MenuActive #content {
  width: calc(100% - 250px);
  margin-left: 250px;
}

#sidebar,
#content {
  opacity: 0;
}

#sidebar.showme,
#content.showme {
  opacity: 1;
}

#SmallLogo {
  width: 25%;
  margin: auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: -1;
}

#SmallLogo svg {
  width: 100%;
}

#copyright {
  width: calc(100% - 40px);
  font-size: 10px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  line-height: 12px;
}
#copyright a,
#copyright strong {
  font-weight: 600;
  color: #111;
}

#social {
  padding: 20px 0;
  font-size: 18px;
}
#social li {
  display: inline-block;
}
#social a {
  color: #000;
}

/*News*/

#NewsSection ul,
#ReleaseSection ul,
#FeaturedAuthors ul,
#Promotion ul {
  padding: 10px;
}

#NewsSection li,
#ReleaseSection li,
#FeaturedAuthors li,
#Promotion li {
  display: inline-block;
  width: calc(33.3334% - 20px);
  margin: 10px;
  position: relative;
  font-size: 0;
  background: #fff;
}

#NewsSection li a,
#ReleaseSection li a {
  color: #111111;
}

#NewsSection li img,
#ReleaseSection li img,
#FeaturedAuthors li img,
#Promotion li img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
}

#ReleaseSection li img {
  -webkit-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.2);
  -o-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.2);
  box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.2);
}

#ReleaseSection li img:hover {
  -webkit-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
  -o-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
  box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
}

#NewsSection .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  font-size: 16px;
  border-top: 1px solid #bbb;
  font-weight: bold;
}

#NewsSection .title .date {
  font-weight: 200;
  font-size: 14px;
  padding-top: 2px;
}

#NewsSection h2,
#ReleaseSection h2,
#FeaturedAuthors h2,
#Promotion h2,
h1,
#author-page h2,
#book-page h3,
#awards_list h2,
#single-news-page h2 {
  padding: 20px;
  font-size: 16px;
  border-bottom: 1px solid #111111;
  border-top: 1px solid #111111;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
}

h1 span,
h2 span,
.title span {
  font-weight: 200;
}

h1 {
  border-top: 0;
}

/* New Releases */

#ReleaseSection li img {
  transform: scale(1);
}

#ReleaseSection li:hover img {
  transform: scale(1.02);
}

#ReleaseSection li,
#FeaturedAuthors li {
  width: calc(16.6667% - 20px);
}

#awards_list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}

#awards_list li.image {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  width: calc(30% - 20px);
}

#awards_list li.image img {
  border-bottom: 0;
}

#awards_list li.award_copy {
  padding-left: 20px;
  border-right: 0;
  width: 50%;
}

#awards_list li .title {
  font-size: 12px;
  font-weight: bold;
}

#awards_list li .title span {
  font-weight: 400;
}

#awards_list a {
  color: #111111;
}

/* Featured Authors */

#FeaturedAuthors li {
  background: none;
}

#FeaturedAuthors li img {
  border-radius: 50%;
  margin-bottom: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#FeaturedAuthors li img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#FeaturedAuthors li .title {
  width: 100%;
  background: #fff;
  padding: 10px;
  color: #111;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

#FeaturedAuthors li a {
  text-decoration: none;
}

#single-news-page .col-container {
  border-bottom: 1px solid #111;
}

#single-news-page .date {
  font-size: 0.8em;
  margin-bottom: 40px;
}

#single-news-page .date strong {
  font-weight: bold;
}

#author-page .left,
#single-news-page .left {
  font-size: 0;
}

#author-page .left,
#single-news-page .left {
  padding: 20px;
}

#author-page .left,
#author-page .right,
#single-news-page .left,
#single-news-page .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#single-news-page .right {
  position: relative;
}

#shareButtons {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  right: 0;
}

#single-news-page #shareButtons {
  position: absolute;
}

#shareButtons li {
  display: inline-block;
  padding-left: 10px;
}

#shareButtons li a {
  color: #111;
  text-decoration: none;
  font-size: 18px;
}

#author-page img,
#book-page img,
#single-news-page img {
  width: 100%;
  height: auto;
}
#book-page #book-copy img {
  max-width: 100% !important;
  width: auto;
}
#contact_wrapper {
  max-width: 1200px;
  margin: auto;
}

#page.MenuActive #contact_wrapper .copy.mw {
  border-right: 0;
}

.contact_page .left {
  padding: 20px;
}

.contact_page .left,
.contact_page .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.contact_page .left {
  font-size: 16px;
}

.contact_page .left p {
  margin-bottom: 1em;
}

.contact_page div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: #f3cc4a;
  color: #111111;
  border: 1px solid #111111;
}

.wpforms-confirmation-container-full {
  color: #111111;
  margin: 0 0 24px 0;
  background: #f3cc4a;
  border: 1px solid #111;
  padding: 15px 15px;
}

/*Book*/
.col-container {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  border-left: 1px solid;
  border-right: 1px solid;
}

#contact_wrapper {
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}

#author-page .col-container,
#single-news-page .col-container {
  padding: 0px 20px 0px 0px;
}

.mw {
  border-left: 1px solid;
  border-right: 1px solid;
  max-width: 1200px;
  margin: auto;
}

#primary.mw {
  border-bottom: 1px solid;
}

#page.MenuActive .col-container,
#page.MenuActive .mw {
  width: 100%;
  border-left: 0;
  border-right: 0;
}
.book_page #ReleaseSection ul {
  border-bottom: 1px solid #111;
}
#book-page .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#book-page .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

#book-page .right .copy {
  padding: 0 40px 20px 20px;
}

#book-page .left img {
  width: 80%;
  margin: auto;
  -webkit-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.75);
  -o-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.75);
  box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.75);
  transition: opacity ease 0.25s;
  max-width: 900px;
}

#book-page .info img {
  width: 120px;
  height: auto;
}

#book-page .info a:hover {
  opacity: 0.8;
}

#book-copy.copy {
  padding: 20px 0px;
  border-top: 1px solid #ccc;
  margin: 30px;
}

#book-copy {
  column-count: 2;
  column-gap: 50px;
  max-width: none;
}

#book-page .sml {
  display: block;
  font-size: 12px;
  line-height: 1.9;
}

#book-page .title {
  font-size: 32px;
  line-height: 1;
  color: #121212;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: uppercase;
}

#book-page .author {
  padding: 10px 0;
  font-size: 22px;
  font-weight: 200;
}

#book-page .author a {
  color: #111111;
  font-weight: 400;
}

#book-page .author a:hover {
}

strong,
b {
  font-weight: 400;
}

.col-container {
  background: #fff;
}

.lnk {
  margin-bottom: 20px;
  display: block;
}

.lnk:hover {
  opacity: 0.7;
}

.links a {
  text-decoration: none;
}

/*Promotions */

#Promotion li {
  width: calc(50% - 20px);
}

.container img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #111;
}

/*About */

#page_copy {
  width: 70%;
  display: inline-block;
}
#page_copy h2 {
  font-weight: bold;
  font-side: 22px;
  margin-bottom: 20px;
}
#page_copy ul {
  margin-bottom: 20px;
}
#page_copy.awards_cont {
  width: 80%;
}

#aside {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

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

.flex-box li {
  flex-basis: calc(16.6667% - 20px);
}

.flex-box li.three {
  flex-basis: calc(33.3334% - 20px);
}

#aside img {
  width: 100%;
}

.copy {
  padding: 20px;
  font-size: 18px;
  background: #ffffff;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0.03em;
}

.copy em {
  font-style: italic;
}

.copy p {
  margin-bottom: 20px;
  max-width: 900px;
}

.copy p:last-child {
  margin-bottom: 0;
}

.copy p strong {
  font-weight: 600;
}

.copy p a {
  color: #111;
  font-weight: 600;
}

/*Who we are*/

.staff-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  max-width: 70%;
}

.staff-list li .name {
  font-weight: bold;
}

.staff-list li .position {
  font-weight: 100;
  font-style: italic;
}

.staff-list li .bio {
  font-size: 0.8em;
  padding-top: 10px;
}

.staff-list li a {
  color: #111;
  font-style: italic;
}

ul.mw {
}
#searchform {
}
.search-field {
  -webkit-appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
  font-size: 1em;
  padding: 0.8vw 0 0.8vw 1vw;
  width: 100%;
  outline: 0 !important;
}
.search-field::placeholder {
  font-size: $font-size-base;
  line-height: 1.3;
  padding: 0;
  width: 100%;
  color: #000;
  text-align: center;
}
.sub-categories {
  padding: 20px;
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
}
.sub-categories.nbt {
  border-top: 0;
}
.sub-categories .page_item,
.sub-categories .page_item.current_page_item a {
  display: none;
}
.sub-categories .page_item.current_page_item,
.sub-categories .page_item.current_page_item ul li.page_item {
  display: inline-block;
}
.sub-categories .page_item.current_page_item ul li.page_item a {
  display: block;
}
.sub-categories ul li {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  border-right: 1px solid #111;
  padding-right: 5px;
}

.sub-categories ul li:last-child {
  border-right: 0;
}

.sub-categories ul li ul {
  margin-left: 10px;
}

.sub-categories ul li a {
  color: #000;
  text-decoration: none;
}

.sub-categories ul li a:hover {
  text-decoration: underline;
}
#quotes {
  margin: 30px;
}
#quotes li {
  display: flex;
  margin-bottom: 80px;
  width: auto;
  vertical-align: top;
  position: relative;
  padding-bottom: 10px;
}
.quote {
  position: relative;
  font-size: 18px;
  font-style: italic;
}
.quoter {
  position: absolute;
  left: 0;
  bottom: -1.5em;
  font-weight: bold;
}
.quote:before,
.quote:after {
  font-family: "Albertus MT";
  position: absolute;
  font-weight: bold;
  font-size: 2em;
  line-height: 0;
}
.quote:before {
  content: "“";
  top: 0;
  left: -0.5em;
}
.quote:after {
  content: "”";
  bottom: 0;
  right: -0.5em;
}
@media only screen and (max-width: 768px) {
  #mobmenu {
    top: 23px;
  }

  #header {
    height: 62px;
  }

  #content {
    margin-top: 62px;
  }

  #sidebar {
    position: fixed;
    width: 100%;
    left: -100%;
    margin-top: 0;
    height: calc(100vh - 62px);
  }

  #page.MenuActive #sidebar {
    left: 0;
    z-index: 99;
  }

  #page.MenuActive #content {
    width: 100%;
    margin-left: auto;
  }

  #content {
    display: block;
  }

  #logo {
    width: 220px;
  }

  #FeaturedAuthors li {
    width: calc(33.3334% - 20px);
  }
}

@media only screen and (max-width: 568px) {
  #NewsSection li,
  #ReleaseSection li,
  #FeaturedAuthors li,
  #Promotion li {
    width: calc(100% - 20px);
  }

  #book-page .left,
  #book-page .right {
    width: 100%;
  }

  #aside {
    display: none;
  }

  #page_copy {
    width: 100%;
  }

  #sidebar {
    padding: 10px 20px 20px 20px;
  }

  .contact_page .left,
  .contact_page .right {
    width: 100%;
  }

  #book-page .left img {
    width: 100%;
    -webkit-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
    box-shadow: -34px 3px 56px -16px rgba(0, 0, 0, 0.5);
  }

  #book-page .right .copy {
    padding: 20px 0;
  }

  .col-container {
    padding: 20px;
  }

  #book-copy.copy {
    column-count: 1;
    margin: auto;
  }

  .caption {
    font-size: 20px;
    width: calc(100% - 20px);
  }

  #FeaturedAuthors li .title {
    padding: 10px 0;
  }

  #NewsSection .title,
  #FeaturedAuthors li .title {
    font-size: 16px;
  }

  #ReleaseSection li,
  #FeaturedAuthors li {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }

  #book-page #ReleaseSection li {
    width: calc(50% - 22px);
  }

  .mw,
  .col-container {
    border-left: 0;
    border-right: 0;
  }

  #author-page .left,
  #author-page .right,
  .flex-box li.three,
  #single-news-page .left,
  #single-news-page .right {
    width: 100%;
  }

  .flex-box li.three {
    flex-basis: 100%;
  }

  #author-page .col-container,
  #single-news-page .col-container {
    padding: 20px;
  }

  #author-page .copy,
  #single-news-page .copy {
    padding: 20px 0;
  }

  .sidebar_menu .sub-menu {
    display: none !important;
  }

  #author-page .left,
  #single-news-page .left {
    padding: 0px;
  }

  #single-news-page .date {
    margin-bottom: 20px;
  }

  #FeaturedAuthors li img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media only screen and (max-width: 468px) {
  #SmallLogo {
    display: none;
  }
}
@media only screen and (min-width: 1460px) {
  #page.MenuActive .col-container,
  #page.MenuActive .mw {
    border-left: 1px solid;
    border-right: 1px solid;
  }

  #NewsSection h2,
  #ReleaseSection h2,
  #FeaturedAuthors h2,
  #Promotion h2,
  h1,
  #author-page h2,
  #book-page h3,
  #single-news-page h2 {
    max-width: 1200px;
    margin: auto;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  #sidebar {
    overflow: auto;
  }

  #SmallLogo,
  #copyright {
    position: relative;
    bottom: auto;
    margin: auto;
  }

  #copyright {
    padding-top: 20px;
  }
}

#school-page .cont {
  display:flex;
  flex-direction: column;
}
.hero_img {
  font-size: 0;
}
.hero_img img {
  width: 100%;
  height: auto;
}
#school-page .copy {
  max-width: 780px;
  padding:0 20px 20px 20px;
  width: 100%;
}
#school-page ul {
  list-style: disc;
  margin-left: 1em;
  margin-bottom: 1em;
}
#school-page ul li {
  margin-bottom:0.5em;
}
#school-page h1, #school-page h2, #school-page h3, #school-page h4, #school-page h5, #school-page h6 {
  line-height: 1.2;
  margin:1em 0;
  font-weight: 400;
}
#school-page h1 {
  font-size: 48px;
}
#school-page h2 {
  font-size: 32px;
}
#school-page h3 {
  font-size: 26px;
}
#school-page h4 {
  font-size: 22px;
}
#school-page h5 {
  font-size: 18px;
}
#school-page h6 {
  font-size: 16px;
}
#school-page .wp-block-quote {
  padding:40px;
  font-size:1.2em;
  line-height: 1.2;
}
#school-page .wp-block-quote p em{
  font-weight: 600;
}
#school-page h1 {
  margin-bottom:0;
}