/*
 Theme Name:   Morgan Moran
 Theme URI:    https://generatepress.com
 Description:  A GeneratePress child theme for MorganMoran.com
 Author:       Don Nelson
 Author URI:   https://www.linkedwebdesign.com
 Template:     generatepress
 Version:      0.1
*/

/* FONTS */
/* arsenal-regular - latin */
@font-face {
  font-family: "Arsenal";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-regular.eot");
  src: local(""),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-regular.woff2")
      format("woff2"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-regular.woff")
      format("woff"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-regular.ttf")
      format("truetype"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-regular.svg#Arsenal")
      format("svg");
}

@font-face {
  font-family: "Arsenal";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-700.eot");
  src: local(""),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-700.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-700.woff2")
      format("woff2"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-700.woff")
      format("woff"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-700.ttf")
      format("truetype"),
    url("/wp-content/themes/generatepress/assets/fonts/arsenal-v5-latin-700.svg#Arsenal")
      format("svg");
}

@font-face {
  font-family: "Kavivanar";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/generatepress/assets/fonts/kavivanar-v6-latin-regular.eot");
  src: local(""),
    url("/wp-content/themes/generatepress/assets/fonts/kavivanar-v6-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/generatepress/assets/fonts/kavivanar-v6-latin-regular.woff2")
      format("woff2"),
    url("/wp-content/themes/generatepress/assets/fonts/kavivanar-v6-latin-regular.woff")
      format("woff"),
    url("/wp-content/themes/generatepress/assets/fonts/kavivanar-v6-latin-regular.ttf")
      format("truetype"),
    url("/wp-content/themes/generatepress/assets/fonts/kavivanar-v6-latin-regular.svg#Kavivanar")
      format("svg");
}

body {
  line-height: 1.2;
}

.site-header .inside-header {
  padding: 10px 40px;
}

@media screen and (min-width: 550px) {
  .site-header .inside-header {
    padding: 20px 40px;
  }
}

#site-navigation:not(.toggled) .main-nav > ul > li > a {
  border-bottom: transparent solid 2px;
}

#site-navigation:not(.toggled) .main-nav > ul > li:hover > a {
  border-bottom: #fff3ec solid 2px;
}

.current-menu-item {
  border-bottom: #fff3ec solid 2px;
}

.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .menu-bar-items {
  color: #fff3ec;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  background-color: transparent;
  color: #fff3ec;
}

/* HOMEPAGE */

.page-hero.homepage-hero {
  background-size: contain;
  background-position: 80% 66px;
  transition: background-position 0.25s ease-in-out;
}

@media screen and (min-width: 550px) {
  .page-hero.homepage-hero {
    background-position: 80% 86px;
  }
}

.page-hero.homepage-hero h2 {
  font-size: 36px;
}

@media screen and (min-width: 375px) {
  .page-hero.homepage-hero h2 {
    font-size: 42px;
  }
}

@media screen and (min-width: 414px) {
  .page-hero.homepage-hero h2 {
    font-size: 44px;
  }
}

@media screen and (min-width: 768px) {
  .page-hero.homepage-hero h2 {
    font-size: 42px;
  }
}

@media screen and (min-width: 834px) {
  .page-hero.homepage-hero h2 {
    font-size: 46px;
  }
}

@media screen and (min-width: 1024px) {
  .page-hero.homepage-hero h2 {
    font-size: 56px;
  }
}

@media screen and (min-width: 1140px) {
  .page-hero.homepage-hero h2 {
    font-size: 62px;
  }
}

@media screen and (min-width: 1366px) {
  .page-hero.homepage-hero h2 {
    font-size: 64px;
  }
}

@media screen and (min-width: 1536px) {
  .page-hero.homepage-hero h2 {
    font-size: 70px;
  }
}

@media screen and (min-width: 1700px) {
  .page-hero.homepage-hero h2 {
    font-size: 78px;
  }
}

@media screen and (min-width: 1920px) {
  .page-hero.homepage-hero h2 {
    font-size: 86px;
  }
}

.homepage-intro .wp-block-columns {
  margin-bottom: 0;
}

.homepage-intro {
  margin-bottom: 0 !important;
  padding: 3rem 4% 2rem 4%;
}

.homepage-intro-copy {
  margin-bottom: 2rem;
  font-size: 1.6em;
}

@media screen and (min-width: 600px) {
  .homepage-intro-copy {
    font-size: 2em;
  }
}

@media screen and (min-width: 667px) {
  .homepage-intro-copy {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 782px) {
  .homepage-intro-image {
    margin-top: 0;
  }
}

@media screen and (min-width: 1054px) {
  .homepage-intro-copy {
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .homepage-intro-copy {
    font-size: 2.25em;
  }
}

@media screen and (min-width: 1310px) {
  .homepage-intro-copy {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1450px) {
  .homepage-intro-copy {
    font-size: 3em;
  }
}

.homepage-intro-image {
  margin-top: 1.5em;
}

@media screen and (min-width: 782px) {
  .homepage-intro-image {
    margin-top: 0;
  }
}

.homepage-intro a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
  background-color: #fff3ec;
  border-color: #fff3ec;
  color: #4e4349 !important;
}

.homepage-spotlight {
  margin-bottom: 0 !important;
  padding: 5rem 4% 2rem 4%;
}

.homepage-spotlight .wp-block-image {
  margin: 0 !important;
}

.homepage-spotlight h3 {
  font-size: 34px !important;
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 750px) {
  .homepage-spotlight h3 {
    font-size: 44px !important;
  }
}

@media screen and (min-width: 950px) {
  .homepage-spotlight h3 {
    font-size: 64px !important;
  }
}

.homepage-spotlight-single {
  display: flex;
  flex-direction: column;
}

.homepage-spotlight-single h4 {
  align-self: center;
  font-family: "Kavivanar";
  margin: 0 4%;
  padding: 0.8% 2%;
  transform: skew(-8deg);
  transform-origin: top;
}

.homepage-spotlight-single p {
  margin-bottom: 0;
  padding: 1rem 1rem 0 1rem;
}

@media screen and (min-width: 950px) {
  .homepage-spotlight-single h4 {
    font-size: 1.55em;
  }
  .homepage-spotlight p {
    font-size: 1.55em;
  }
}

@media screen and (min-width: 1350px) {
  .homepage-spotlight-single h4 {
    margin: 0 6%;
  }
}

@media screen and (min-width: 1450px) {
  .homepage-spotlight-single h4 {
    margin: 0 8%;
  }
}

@media screen and (min-width: 1550px) {
  .homepage-spotlight-single h4 {
    margin: 0 12%;
  }
}

@media screen and (min-width: 1750px) {
  .homepage-spotlight-single h4 {
    margin: 0 16%;
  }
}

.wp-block-group__inner-container {
  /* padding: 0 100px; */
}

/* WRITING PAGE */

.writing-hero .inside-page-hero.grid-container {
  padding-right: 0;
  padding-left: 0;
}

.writing-hero,
.writing-examples-section {
  padding: 0 8%;
}

.writing-hero {
  padding-top: calc(4% + 100px);
}

.writing-hero h2 {
  margin-bottom: 1rem;
}

.writing-hero p {
  font-size: 16px;
}

@media screen and (min-width: 950px) {
  .writing-hero p {
    font-size: 22px;
  }
}

h3.writing-examples-section-headline {
  font-size: 1.25em;
}

.video-embed p.has-text-color {
  font-size: 0.8em;
}

@media screen and (min-width: 769px) {
  h3.writing-examples-section-headline {
    font-size: 1.55em;
  }
  .writing-hero p {
    font-size: 24px;
  }

  .video-embed p {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 950px) {
  h3.writing-examples-section-headline {
    font-size: 2.55em;
  }
}

.wp-block-button.writing-sample-link-button {
  margin-bottom: 0;
}

.wp-block-button.writing-sample-link-button .wp-block-button__link {
  padding: 30px 20px;
}

.writing-sample-link {
  padding: 10% 12% 0 12%;
}

@media screen and (min-width: 950px) {
  .writing-sample-link {
    padding: 2rem 0 0 2%;
  }
}

.writing-sample-link.gray-bg {
  background-color: #4e4349;
}

.writing-sample-link.brown-bg {
  background-color: #b47561;
}

.writing-sample-link h2 {
  margin-bottom: 1rem;
}

.writing-sample-1-image {
  width: 88%;
}

@media screen and (min-width: 550px) {
  .writing-sample-1-copy p {
    margin-right: 22%;
  }
}

.return-link-container a {
  position: fixed;
  z-index: 9999;
}

.writing-sample-1-copy .wp-block-button__link {
  margin-bottom: 0 !important;
}

.writing-sample-copy {
  margin-left: 8%;
}

.writing-examples-section-headline {
  border-top: #fff3ec solid 2px;
  padding: 1rem 0 1rem 0;
}

.writing-examples-section,
.writing-examples-section .wp-block-columns {
  margin-bottom: 0 !important;
}

.writing-typed-lines-container {
  height: 180px;
}

.writing-typed-titles {
  font-size: 28px !important;
}

@media screen and (min-width: 782px) {
  .writing-typed-lines-container {
    height: 300px;
  }
  .writing-typed-titles {
    font-size: 48px !important;
  }
}

@media screen and (min-width: 950px) {
  .writing-typed-titles-container {
    height: 360px;
  }
  .writing-typed-titles {
    font-size: 58px !important;
  }
}

.writing-sample-image figure {
  margin-right: 5% !important;
  margin-bottom: 2rem !important;
}

body.page-id-771 {
  background-color: #fff3ec;
}

.writing-sample-container {
  padding: 2rem 14%;
}

.writing-sample-container h2 {
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 0 2% 1rem 2%;
}

.writing-sample-container h2.reduced-bottom-padding {
  padding: 0.4rem 2% 0.8rem 2%;
}

.writing-sample-container .fuck-list-heading strong {
  color: #b47561;
}

.email-pullquote {
  border-left: #999 solid 3px;
  padding-left: 2%;
}

.email-pullquote strong {
  color: #438777;
}

/* BLOG */

.blog-hero p {
  font-size: 16px;
  /* margin-bottom: 1.7em; */
  margin-top: 0.4em;
}

.blog-hero-signature {
  float: left;
  margin-right: 20px;
}

.blog-hero-intro-col {
  border-right: #fff3ec solid 2px;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.6em;
  padding: 0 2% 0 0;
  text-align: right;
  width: 100%;
}

.blog-hero-intro-col h2 {
  line-height: 1;
  padding-right: 10px;
}

article {
  color: #fff3ec;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

article.post {
  color: #4e4349;
}

.entry-header h2.entry-title a {
  font-size: 22px;
}

h2.entry-title a,
time {
  color: #fff3ec;
}

h2.entry-title {
  margin-bottom: 0.4em;
}

h2.entry-title a:hover {
  color: #febf3e;
}

time.entry-date {
  font-size: 20px;
}

.entry-summary {
  margin-top: 0 !important;
}

.entry-summary p {
  font-size: 16px;
}

.entry-content p {
  font-size: 22px;
}

.single-post .inside-article {
  padding: 4em 8% 6em 8%;
}

time.entry-date {
  display: none;
}

.inside-article.blog-archive {
  background-position: center;
  background-size: cover;
  color: #fff3ec;
  padding: 4em 10%;
}

.inside-page-hero {
  color: #fff3ec;
  font-size: 3rem;
  padding: 0 8% 0.5em 8%;
}

.inside-page-hero hr {
  background-color: #fff3ec;
  height: 2px;
  margin-bottom: 10px;
  max-width: 120px;
}

.inside-page-hero time {
  font-size: 1.6rem;
}

#nav-below {
  font-size: 18px;
  margin-top: 80px;
}

.entry-meta {
  display: none;
}

@media screen and (min-width: 450px) {
  .inside-page-hero h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 550px) {
  .inside-page-hero {
    padding: 2.6em 8% 0.6em 8%;
  }
}

@media screen and (min-width: 769px) {
  .inside-article.blog-archive {
    padding: 4em 16%;
  }
  .inside-page-hero h2 {
    font-size: 42px;
  }
  .blog-hero p {
    font-size: 24px;
  }
  h2.entry-title {
    line-height: 0.5em;
  }
  .entry-header h2.entry-title a {
    font-size: 32px;
  }
  .entry-summary p {
    font-size: 18px;
  }
  .entry-content p {
    font-size: 32px;
  }
}

@media screen and (min-width: 950px) {
  .entry-summary p {
    font-size: 20px;
  }
  .inside-article.blog-archive {
    padding: 6em 18%;
  }
  .inside-page-hero h2 {
    font-size: 54px;
  }
}

@media screen and (min-width: 1180px) {
  .blog-hero-intro-col {
    width: 25%;
  }
  .blog-hero-intro-col h2 {
    padding-right: 0;
  }
  .inside-article.blog-archive {
    padding: 8em 18%;
  }
  .entry-summary {
    bottom: 40%;
  }
  .entry-summary p {
    font-size: 24px;
  }
}

@media screen and (min-width: 1300px) {
  .blog-hero-intro-col {
    width: 24%;
  }
  .inside-article.blog-archive {
    padding: 12em 100px;
  }
}

@media screen and (min-width: 1400px) {
  .blog-hero-intro-col {
    width: 22%;
  }
}

@media screen and (min-width: 1500px) {
  .blog-hero-intro-col {
    width: 20%;
  }
}

@media screen and (min-width: 1650px) {
  .blog-hero-intro-col {
    width: 19%;
  }
}

@media screen and (min-width: 1750px) {
  .blog-hero-intro-col {
    width: 18%;
  }
}

@media screen and (min-width: 1860px) {
  .blog-hero-intro-col {
    width: 17%;
  }
}

/* ABOUT PAGE */

.page-id-44 .site-header {
  background-color: #e7aca8;
}

.page-id-44 .main-navigation .main-nav {
  background-color: #e7aca8;
}

.page-id-44 .main-navigation .main-nav ul li[class*="current-menu-"] > a {
  background-color: #e7aca8;
}

.page-id-44 button.menu-toggle {
  background-color: #e7aca8;
}

.about-achievements {
  padding-right: 16%;
  padding-left: 16%;
}

.page-id-44 .main-navigation .main-nav ul li:hover > a {
  color: #fff3ec;
  background-color: #e7aca8;
}

p.about-achievements {
  margin-bottom: 1rem;
  padding-top: 4rem;
}

.about-hero {
  background-color: #e7aca8;
  color: #fff3ec;
  padding: 4rem 8% 2em 8%;
}

.about-hero h2 {
  font-size: 27px;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 600px) {
  .about-hero {
    padding: 4rem 8% 0 8%;
  }
}

@media screen and (min-width: 782px) {
  .about-hero h2 {
    font-size: 36px;
  }
}

@media screen and (min-width: 950px) {
  .about-hero h2 {
    font-size: 46px;
  }
}

.about-hero p {
  font-size: 16px;
  margin-bottom: 1em;
}

@media screen and (min-width: 782px) {
  .about-hero p {
    font-size: 18px;
  }
}

@media screen and (min-width: 950px) {
  .about-hero p {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .about-hero p {
    font-size: 24px;
    margin-right: 10%;
  }
}

.about-hero .wp-block-columns {
  margin-bottom: 0;
}

#animation {
  height: 270px;
  display: flex;
  justify-content: flex-end;
  margin: 4em 0 2em 0;
  position: relative;
}

@media screen and (min-width: 600px) {
  #animation {
    height: 405px;
    margin: 0;
  }
}

@media screen and (min-width: 782px) {
  #animation {
    height: 375px;
    margin: 0;
  }
}

@media screen and (min-width: 950px) {
  #animation {
    height: 375px;
    margin: 0;
  }
}

#animation img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#animation img.active {
  z-index: 3;
}

.page-id-44 .container {
  background-color: #fff3ec;
}

footer.site-info .inside-site-info {
  justify-content: flex-start;
}

.copyright-bar a:hover {
  color: #4e4349;
}

#post-358 {
  flex-grow: 2;
}
