/*!
 * Theme Name: Fervent Forte
 * Theme URI: https://ferventforte.com/
 * Description: Custom theme built with underscores
 * Version: 1.0
 * Author: Chad Phillips
 * Author URI: https://chadphillips.dev
 * Tags: underscores, HTML5, CSS3
 * 
 */

/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/* 400, 700 */
/**
 * Colors
 */
/**
 * layout
 */
/**
 * modules/mixins
 * ---
 */
@font-face {
  font-family: "Georgia Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Regular"), url("fonts/georgia.woff") format("woff");
}
@font-face {
  font-family: "Georgia Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Italic"), url("fonts/georgiai.woff") format("woff");
}
@font-face {
  font-family: "Georgia Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Bold"), url("fonts/georgiab.woff") format("woff");
}
@font-face {
  font-family: "Georgia Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Georgia Bold Italic"), url("fonts/georgiaz.woff") format("woff");
}
.burger-container {
  position: absolute;
  width: 43px;
  height: 45px;
  top: 27px;
  right: 16px;
  display: block;
  z-index: 20000002;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .burger-container {
    top: 57px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 63px;
    height: 45px;
  }
}
.burger-container:hover {
  opacity: 0.9;
}

.hamburger,
.hamburger:after,
.hamburger:before {
  position: absolute;
  display: block;
  height: 6px;
  width: 43px;
  background-color: #fff;
  border-radius: 6px;
  right: 0;
}
@media (min-width: 768px) {
  .hamburger,
.hamburger:after,
.hamburger:before {
    width: 63px;
    background-color: #fff;
    height: 9px;
    border-radius: 9px;
  }
}

.light .hamburger,
.light .hamburger:after,
.light .hamburger:before {
  background-color: #000;
}

.hamburger {
  top: 18px;
  transform-origin: center;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .hamburger {
    top: 18px;
  }
}

.hamburger:after,
.hamburger:before {
  content: "";
  transition: transform all 0.3s;
}

.hamburger:before {
  top: -12px;
}
@media (min-width: 768px) {
  .hamburger:before {
    top: -18px;
  }
}

.hamburger:after {
  top: 12px;
}
@media (min-width: 768px) {
  .hamburger:after {
    top: 18px;
  }
}

.home-cpe {
  background-color: #fff;
}
.home-cpe::after {
  content: "";
  clear: both;
  display: table;
}
.home-cpe__inner {
  width: 90%;
  max-width: 1462px;
  margin: 0 auto;
  position: relative;
}
.home-cpe__text {
  color: #333333;
  font-size: 24px;
  font-family: "Georgia Regular", serif;
  padding: 30px 20px 0 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .home-cpe__text {
    float: left;
    width: 50%;
    padding: 30px 27px 20px 37px;
  }
}
@media (min-width: 1150px) {
  .home-cpe__text {
    padding: 50px 27px 20px 37px;
  }
}
@media (min-width: 1320px) {
  .home-cpe__text {
    width: 54%;
    font-size: 30px;
    padding: 50px 37px 50px 57px;
  }
}
@media (min-width: 1550px) {
  .home-cpe__text {
    font-size: 34px;
    padding: 50px 57px 50px 87px;
  }
}
.home-cpe__text p {
  margin: 0;
}
.home-cpe__text .italic {
  font-family: "Georgia Italic", serif;
}
.home-cpe__image {
  position: relative;
}
@media (min-width: 768px) {
  .home-cpe__image {
    float: right;
    width: 50%;
    padding-right: 15px;
  }
}
@media (min-width: 1023px) {
  .home-cpe__image {
    padding-right: 45px;
  }
}
@media (min-width: 1320px) {
  .home-cpe__image {
    width: 46%;
    padding-right: 57px;
  }
}
.home-cpe__image__container {
  max-width: 100%;
}
.home-cpe__image__container img {
  border: 20px solid #fff;
}
@media (min-width: 768px) {
  .home-cpe__image__container img {
    border-radius: 14px;
    border-top: 60px solid #fff;
    border-right: 25px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 40px solid #fff;
    margin-top: -28px;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1023px) {
  .home-cpe__image__container img {
    border-top: 50px solid #fff;
    border-right: 55px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 80px solid #fff;
  }
}
@media (min-width: 1320px) {
  .home-cpe__image__container img {
    margin-top: -60px;
    border-top: 50px solid #fff;
    border-right: 65px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 90px solid #fff;
  }
}
@media (min-width: 1550px) {
  .home-cpe__image__container img {
    margin-top: -68px;
    border-top: 50px solid #fff;
    border-right: 75px solid #fff;
    border-bottom: 20px solid #fff;
    border-left: 100px solid #fff;
  }
}

.home-intro {
  padding: 75px 0 50px 0;
  font-family: "Georgia Italic", serif;
  font-size: 24px;
  position: relative;
  z-index: 100;
}
@media (min-width: 530px) {
  .home-intro {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .home-intro {
    padding: 150px 0 100px 0;
  }
}
@media (min-width: 1023px) {
  .home-intro {
    padding: 150px 0 160px 0;
  }
}
@media (min-width: 1150px) {
  .home-intro {
    padding: 150px 0 240px 0;
  }
}
@media (min-width: 1320px) {
  .home-intro {
    padding: 150px 0 310px 0;
  }
}
.home-intro p {
  margin: 0;
}
.home-intro__smaller {
  max-width: 447px;
  line-height: 1.2;
  padding-bottom: 36px;
}
.home-intro__larger {
  max-width: 800px;
  font-size: 35px;
  font-family: "Georgia Bold", serif;
  line-height: 1.1;
}
@media (min-width: 530px) {
  .home-intro__larger {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .home-intro__larger {
    font-size: 65px;
  }
}
@media (min-width: 1023px) {
  .home-intro__larger {
    font-size: 75px;
  }
}
.home-intro .baby-blue, .home-intro strong {
  font-weight: normal;
  color: #ABCDE1;
}

.main-navigation {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
@media (min-width: 768px) {
  .main-navigation {
    right: 20px;
  }
}
@media (min-width: 1023px) {
  .main-navigation {
    right: 47px;
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  width: 180px;
  transition: all 0.3s ease-in-out;
  transform: scale(1, 0);
  transform-origin: top;
  opacity: 0;
}
@media (min-width: 1023px) {
  .main-navigation ul {
    width: 220px;
  }
}
.main-navigation.toggled {
  background-color: #002C51;
  border-radius: 0 0 14px 14px;
  z-index: 1000;
}
.main-navigation.toggled ul {
  padding: 134px 30px 18px 30px;
  transform: scale(1, 1);
  opacity: 1;
}
@media (min-width: 1023px) {
  .main-navigation.toggled ul {
    padding: 134px 50px 18px 50px;
  }
}
.main-navigation.toggled ul li {
  margin: 0;
  padding: 0;
}
.main-navigation.toggled ul li a {
  text-align: center;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: "Georgia Regular", serif;
  text-decoration: none;
  position: relative;
  line-height: 1.33;
  padding: 26px 0;
  transition: all 0.3s ease-in-out;
}
.main-navigation.toggled ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 25px;
  height: 4px;
  background-color: #ABCDE1;
}
.main-navigation.toggled ul li a:hover {
  color: #ABCDE1;
}
.main-navigation.toggled ul li:last-child a:after {
  display: none;
}

.page-template-page-home .main-navigation.toggled ul li:last-child a {
  display: none;
}

.page-template-page-home .main-navigation.toggled ul li:nth-last-child(2) a:after {
  display: none;
}

.site {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .site {
    margin-top: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1150px) {
  .site {
    margin-top: 73px;
  }
}
.site__inner {
  background-color: #003970;
  max-width: 1462px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .site__inner {
    width: calc(100% - 72px);
  }
}
@media (min-width: 1150px) {
  .site__inner {
    width: 96%;
  }
}
.site .inner {
  width: 90%;
  max-width: 1462px;
  margin: 0 auto;
}
.site img {
  max-width: 100%;
  height: auto;
}
.site * {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: #002C51;
}

.page-template-page-home .home-bg {
  position: absolute;
  left: 43%;
  top: 96px;
}
@media (min-width: 768px) {
  .page-template-page-home .home-bg {
    top: -96px;
  }
}
.page-template-page-home .home-bg img {
  width: 200%;
  max-width: 200%;
  position: relative;
  left: -50%;
}
@media (min-width: 768px) {
  .page-template-page-home .home-bg img {
    width: auto;
    max-width: 100%;
    left: auto;
  }
}

.one-sheet-writing-header {
  margin-top: 104px;
}

.page-template-default h1 {
  font-size: 35px;
  font-family: "Georgia Bold", serif;
  font-weight: normal;
  line-height: 1.1;
  margin-top: 104px;
}
@media (min-width: 768px) {
  .page-template-default h1 {
    font-size: 45px;
  }
}
@media (min-width: 1023px) {
  .page-template-default h1 {
    font-size: 65px;
  }
}
@media (min-width: 1150px) {
  .page-template-default h1 {
    font-size: 75px;
  }
}
.page-template-default h1 strong {
  color: #ABCDE1;
}
.page-template-default h1 em {
  font-family: "Georgia Bold Italic", serif;
}
.page-template-default .site__inner {
  padding: 0 0 48px 0;
}
.page-template-default ol {
  background-color: #005C9A;
  padding: 25px 28px 0 28px;
  margin: 24px 0;
  border-radius: 40px;
  list-style-position: inside;
  list-style: none;
  counter-reset: item;
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-template-default ol {
    padding: 50px 58px 0 58px;
    margin: 48px 0 48px 24px;
    width: 94%;
    font-size: inherit;
  }
}
.page-template-default ol li {
  padding-bottom: 20px;
  counter-increment: item;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .page-template-default ol li {
    padding-bottom: 50px;
  }
}
.page-template-default ol li:before {
  margin-right: 10px;
  content: counter(item) ". ";
  font-family: "Georgia Italic", serif;
  font-size: 30px;
}
@media (min-width: 768px) {
  .page-template-default ol li:before {
    font-size: 42px;
  }
}
.page-template-default .site-footer {
  border-top: 32px solid #ABCDE1;
}
.page-template-default .site-footer__color-strip {
  background-color: #005C9A;
  height: 65px;
}
.page-template-default .site-footer img {
  width: 314px;
}
@media (min-width: 1150px) {
  .page-template-default .site-content {
    max-width: 96%;
  }
}
.page-template-default .site-content ul {
  list-style: none;
}
.page-template-default .site-content ul li {
  padding-left: 50px;
  margin-bottom: 20px;
  background-image: url("images/diamond.png");
  background-repeat: no-repeat;
  background-position: 0 14px;
  background-size: 20px 20px;
}
.page-template-default .works-title {
  font-size: 60px;
  font-family: "Georgia Regular", serif;
  font-weight: normal;
  padding-left: 40px;
  margin-top: 50px;
}
.page-template-default .works-title span {
  font-size: 34px;
}
.page-template-default .works-title span.parenthetical-note {
  font-size: 22px;
}

.site-content {
  line-height: 1.65;
}
.site-content__before-footer {
  text-align: center;
  font-size: 24px;
  font-family: "Georgia Italic", serif;
  max-width: 1302px;
  margin: 0 auto;
  line-height: 1.33;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .site-content__before-footer {
    font-size: 34px;
    padding: 34px 0;
  }
}

.site-footer {
  width: 100%;
  border-top: 17px solid #ABCDE1;
  text-align: center;
}
.site-footer__color-strip {
  background-color: #005C9A;
  height: 104px;
}
.site-footer .inner {
  padding: 45px 0 50px 0;
}
.site-footer__copyright {
  font-size: 20px;
  font-family: "Georgia Regular", serif;
  padding-top: 24px;
}
.site-footer__links {
  margin: 10px 0;
}
.site-footer__links a {
  color: #fff;
  font-size: 14px;
}

.site-header {
  width: 100%;
  padding-top: 26px;
}
@media (min-width: 768px) {
  .site-header {
    padding-top: 52px;
  }
}
.site-header .inner {
  width: 89%;
}
.site-header .site-branding {
  width: 70%;
  position: relative;
  z-index: 100;
}
@media (min-width: 1023px) {
  .site-header .site-branding {
    width: 100%;
  }
}
@media (min-width: 1150px) {
  .site-header {
    padding-top: 64px;
  }
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  clear: none;
  display: inline-block;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: block;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after {
  clear: both;
}
