/*!
Theme Name: CityPeach_SHS
Theme URI: http://underscores.me/
Author: Catryn Miller
Author URI: http://sweethorizonstudio.com
Description: This is a Sweet Horizon Studio website built specifically for City Peach.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: citypeach_shs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CityPeach_SHS is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-family: "Edinburgh";
  font-weight: normal;
  font-size: 4em;
  text-transform: uppercase;
}

h2 {
  font-family: "Edinburgh";
  font-weight: normal;
}

h3 {
  font-family: 'prata', serif;
  font-weight: normal;
  letter-spacing: 3px;
  font-size: 16px;
}

h4 {
  font-family: 'open-sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
}

h5 {
  font-family: 'open-sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
}

h6 {
  font-family: 'open-sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
  font-family: 'open-sans', sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "Edinburgh";
  src: url("/wp-content/themes/citypeach_shs/fonts/Edinburgh-Regular.woff") format("woff");
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

img:hover {
  opacity: .9;
}

figure {
  margin: 1em 0;
  position: relative;
}

figcaption {
  position: absolute;
  background: #fff;
  width: 50%;
  right: 0;
  bottom: 2em;
  padding: 1em;
}

figcaption::first-letter {
  float: left;
  line-height: 60px;
  font-size: 80px;
  padding: 8px 5px 0 0;
  font-family: 'Edinburgh';
}

.splash-logo {
  position: absolute;
  background: #eee;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
}

.splash-logo img {
  width: 30%;
}

.fadeout {
  opacity: 0;
}

.site-header {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
}

.site-branding {
  width: 600px;
  padding: 2px;
}

.top-byline {
  display: flex;
  justify-content: space-between;
  padding: 0 2em;
  margin-top: 5em;
}

.top-byline h5 {
  font-size: 10px;
}

.post-slider {
  margin-top: -1.5em;
}

.home-featured-posts ul {
  padding: 0;
  margin: 0;
}

.home-featured-posts li {
  padding: 0;
  margin: 0 .5em;
  text-align: center;
}

.home-featured-posts h1 {
  text-transform: uppercase;
  font-size: 3em;
  padding: 0 5%;
}

.home-featured-posts a {
  text-decoration: none;
  color: #000;
}

.home-featured-posts a:visited {
  text-decoration: none;
  color: #000;
}

.home-featured-posts a:hover, .home-featured-posts a:focus {
  text-decoration: none;
  color: #666666;
}

@media only screen and (max-width: 1200px) {
  .home-featured-posts h1 {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 800px) {
  .home-featured-posts img {
    width: 100%;
  }
  .top-byline {
    flex-flow: row wrap;
    justify-content: center;
  }
  .top-byline .top-insta-widget {
    padding: 0 15px;
  }
  .splash-logo img {
    width: 50%;
  }
}

.insta-news {
  background: #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3em 0;
}

#instagram-feed-widget-2 {
  width: 70%;
}

#mc4wp_form_widget-2 {
  width: 30%;
  text-align: center;
  padding: 0 7em;
}

#mc4wp_form_widget-2 .widget-title {
  border-bottom: 1px solid;
  padding: 1em 0;
}

#mc4wp_form_widget-2 p {
  margin: .5em 0;
}

#mc4wp_form_widget-2 input {
  width: 100%;
  padding: 1em .5em;
  text-transform: uppercase;
}

#mc4wp_form_widget-2 input::placeholder {
  color: #ccc;
}

.footer-menus {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 3em 0;
}

.footer-menus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menus a {
  color: #000000;
}

.footer-menus a:hover, .footer-menus a:visited {
  color: #c9bca7;
}

.footer-menu-left {
  flex-basis: 20%;
  text-align: right;
  border-right: 1px solid;
  padding-right: 2em;
  text-transform: uppercase;
}

.footer-menu-center {
  flex-basis: 60%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-menu-center .widget-title {
  border-bottom: 1px solid;
  padding: 1em 3em;
  margin: 0 auto;
}

.footer-menu-center ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-menu-center li {
  padding: 1em;
}

.footer-menu-right {
  flex-basis: 20%;
  text-align: left;
  border-left: 1px solid;
  padding-left: 2em;
  text-transform: uppercase;
}

.site-info {
  background: #eee;
  text-align: center;
  padding: 1em;
  font-size: 12px;
}

@media only screen and (max-width: 1200px) {
  .insta-news {
    flex-flow: row wrap;
  }
  #instagram-feed-widget-2 {
    width: 100%;
  }
  #mc4wp_form_widget-2 {
    width: 50%;
    margin: 0 auto;
  }
  .footer-menus {
    flex-direction: column;
    padding: 3em;
  }
  .footer-menu-left,
  .footer-menu-right {
    flex-basis: 100%;
    text-align: center;
    border: 0;
    padding: 0;
  }
  .footer-menu-left ul,
  .footer-menu-right ul {
    display: flex;
  }
  .footer-menu-left ul li,
  .footer-menu-right ul li {
    margin: 0 1em;
  }
  .footer-menu-left {
    order: 2;
    margin-top: 2em;
  }
  .footer-menu-right {
    order: 3;
  }
  .footer-menu-center {
    order: 1;
  }
  .footer-menu-center .simple-social-icons {
    border-bottom: 1px solid;
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 800px) {
  .footer-menus ul {
    flex-flow: row wrap;
    justify-content: center;
  }
  #mc4wp_form_widget-2 {
    width: 100%;
    margin: 0 auto;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #c9bca7;
}

a:visited {
  color: #c9bca7;
}

a:hover, a:focus, a:active {
  color: #eee;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-radius: 0px;
  border: 0;
  background: #c9bca7;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 1em 5em;
  text-transform: uppercase;
  font-family: 'Prata';
  font-size: 12px;
  letter-spacing: 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #d3c8b7;
  cursor: pointer;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #d3c8b7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

::placeholder {
  color: #ccc;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background: #c9bca7 !important;
  color: rgba(0, 0, 0, 0.8) !important;
  line-height: 1 !important;
  padding: 1em 5em !important;
  text-transform: uppercase !important;
  font-family: 'Prata' !important;
  font-size: 12px !important;
  letter-spacing: 3px !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background: #d3c8b7 !important;
  cursor: pointer !important;
}

input[type="search"] {
  text-transform: uppercase;
  color: #000 !important;
  line-height: .5;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0px;
  max-width: 100px;
  height: 30px;
  font-size: 10px;
  letter-spacing: 1px;
}

input[type="search"]::placeholder {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ccc !important;
}

.search button,
.search input[type="button"],
.search input[type="reset"],
.search input[type="submit"] {
  border-radius: 0px;
  border: 0;
  background: none;
  color: #ccc;
  padding: 0;
}

.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

#searchsubmit {
  content: "\f179";
  -webkit-font-smoothing: antialiased;
  font: normal 'dashicons';
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul .sub-menu {
  background: #eee;
  float: left;
  position: absolute;
  width: 100%;
  top: 4.85em;
  padding: 2em;
  left: -999em;
  z-index: 99999;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -20px;
  opacity: 0;
  box-shadow: 0px 3px 5px #c3c3c3;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main-navigation ul .sub-menu ul {
  left: -999em;
  top: 0;
}

.main-navigation ul .sub-menu li:hover > ul,
.main-navigation ul .sub-menu li:focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover > .sub-menu,
.main-navigation ul li:focus > .sub-menu {
  left: 0;
  margin-top: 0px;
  opacity: 1;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.main-navigation li {
  padding: 2em 1em;
}

.main-navigation li:hover, .main-navigation li:focus {
  background: #eee;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a {
  color: #c9bca7;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: 'open-sans', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

#site-navigation2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.menu-addition {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.simple-social-icons {
  margin: 0 !important;
}

.sub-menu-left-col ul {
  display: flex;
  flex-direction: column;
  border-left: 1px solid;
  margin: 2em;
}

.sub-menu-left-col ul li {
  margin: 0;
  padding: 1em 1em 1em 2em;
}

.sub-menu-right-col {
  display: flex;
  flex-direction: row;
  position: relative;
}

.sub-menu-right-col ul {
  display: flex;
  flex-direction: row;
}

.sub-menu-right-col ul li {
  position: relative;
}

.sub-menu-right-col ul li h3 {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  padding: 0 15%;
  text-align: center;
  opacity: 0;
}

.sub-menu-right-col ul li img {
  border: 8px solid #fff;
}

.sub-menu-right-col ul li:hover {
  cursor: pointer;
}

.sub-menu-right-col ul li:hover h3 {
  opacity: 1;
  transition-duration: 1s;
}

.sub-menu-right-col ul li:hover img {
  opacity: .2;
  transition-duration: .5s;
}

.sub-menu-right-col ul li:hover a {
  color: #000;
}

.submenu-featured-link {
  position: relative;
  margin: 1em;
}

.submenu-featured-link h3 {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  padding: 0 15%;
  text-align: center;
  opacity: 0;
}

.submenu-featured-link img {
  border: 8px solid #fff;
}

.submenu-featured-link:hover {
  cursor: pointer;
}

.submenu-featured-link:hover h3 {
  opacity: 1;
  transition-duration: 1s;
}

.submenu-featured-link:hover img {
  opacity: .2;
  transition-duration: .5s;
}

.submenu-featured-link:hover a {
  color: #000;
}

.submenu-featured-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 900px;
}

.submenu-featured-page img {
  flex-basis: 50%;
  border: 8px solid #fff;
}

.submenu-featured-page .info {
  flex-basis: 50%;
  text-align: center;
  padding-left: 2em;
}

.submenu-featured-page .info h1 {
  margin: 0;
}

.sub-menu-ul-header {
  text-transform: uppercase;
  transform: rotate(-90deg);
  width: 200px;
  position: absolute;
  left: -4em;
  top: 30%;
  opacity: 1;
  z-index: 9;
}

.sub-menu-right-col ul li {
  position: relative;
}

.sub-menu-right-col ul li h3 {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  padding: 0 15%;
  text-align: center;
  opacity: 0;
}

.sub-menu-right-col ul li:hover h3 {
  opacity: 1;
  transition-duration: 1s;
}

.sub-menu-right-col ul li:hover img {
  opacity: .2;
  transition-duration: .5s;
}

.sub-menu-right-col ul li:hover a {
  color: #000;
}

.sub-menu-right-col ul li:hover {
  cursor: pointer;
}

.menu-embed {
  max-width: 900px;
}

#primary-menu-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.dashicons-arrow-down-alt2 {
  font-size: 10px !important;
}

/* Small menu. */
.mobile-main-menu {
  opacity: 0;
  visibility: 0;
  margin-top: -20px;
  position: absolute;
  left: -999em;
}

.mobile-main-menu .sub-menu {
  position: absolute;
  left: -999em;
  position: absolute;
  left: -999em;
  opacity: 0;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mobile-main-menu li:hover > .sub-menu,
.mobile-main-menu li:focus > .sub-menu {
  left: 25.1%;
  background: #eee;
  border: 1px solid #e4e3e3;
  border-top: 1px solid #000;
  padding: 2em;
  margin-top: 0px;
  opacity: 1;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.menu-toggle {
  display: block;
  position: absolute;
  text-decoration: none;
  font-family: 'open-sans', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  background: #fff;
  top: 0;
  left: 0;
  padding: 3.5em 4em;
}

.toggled a {
  display: block;
  text-decoration: none;
  font-family: 'open-sans', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
}

.menu-toggle:hover, .menu-toggle:focus {
  background: #eee;
}

.menu-toggle:hover > a,
.menu-toggle:focus > a,
.toggled a:hover,
.toggled a:focus {
  color: #c9bca7;
}

.toggled li {
  padding: .5em;
}

.toggled li:hover,
.toggled li:focus {
  background: #eee;
}

.toggled .mobile-main-menu {
  display: block;
}

.toggled .mobile-main-menu {
  margin: 0;
  padding-left: 0em;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  background: #eee;
  width: 100%;
  top: 4.5em;
  opacity: 1;
  box-shadow: 0px 3px 5px #c3c3c3;
  visibility: 1;
  left: 0em;
  -webkit-transition-property: margin-top,opacity,visibility;
  -ms-transition-property: margin-top,opacity,visibility;
  transition-property: margin-top,opacity,visibility;
  -webkit-transition-duration: .3s;
  -ms-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.mobile-main-menu #primary-menu-right {
  justify-content: flex-start;
  flex-direction: column;
}

.mobile-main-menu #primary-menu-left ul {
  margin-bottom: 0;
}

.mobile-main-menu ul {
  list-style: none;
  padding: 0;
}

.toggled .nav-menu {
  padding: 0;
  border-left: 1px solid;
  width: 50%;
  margin: 0 auto;
}

.mobile-main-menu .menu-addition {
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  .menu-toggle,
  .toggled {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.widget_nav_menu a {
  display: block;
  text-decoration: none;
  font-family: 'open-sans', sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1em;
  color: #000000;
}

.widget_nav_menu a:visited {
  color: #000000;
}

.widget_nav_menu a:hover {
  color: #c9bca7;
}

@media only screen and (max-width: 1000px) {
  .main-navigation .menu-addition {
    display: none;
  }
  .sub-menu-right-col {
    display: none;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin: 0 0 5em;
}

.single .post {
  margin: 0 10em 5em;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}

.page .post-thumbnail {
  display: none;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.one-fourth {
  width: 25%;
}

.col-one-third {
  width: 33%;
}

.col-two-thirds {
  width: 66%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.one-half {
  width: 50%;
}

/* Blog Loop
--------------------------------------------- */
.post:nth-child(odd) {
  display: flex;
  flex-direction: row;
}

.post:nth-child(odd) .entry-meta {
  position: absolute;
  background: #fff;
  margin-top: 2em;
  right: 0;
}

.post:nth-child(odd) .post-thumbnail {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.post:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
}

.post:nth-child(even) .entry-meta {
  position: absolute;
  background: #fff;
  margin-top: 2em;
  left: 0;
}

.post:nth-child(even) .post-thumbnail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.entry-meta {
  font-family: 'open-sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding-right: 6px;
  z-index: 9;
}

.entry-meta a {
  padding: 4px 0 4px 6px;
  text-decoration: none;
  color: #000;
}

.tags-links {
  display: none;
}


.entry-header {
  position: relative;
  flex-basis: 50%;
}

.entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  flex-basis: 50%;
  padding: 0 8em;
}

.entry-content .extras {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-content .summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-content p::first-letter {
  float: left;
  line-height: 100px;
  font-size: 130px;
  padding: 8px 5px 11px 0;
  font-family: 'Edinburgh';
}

.entry-title {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
}

.entry-title a {
  text-decoration: none;
  color: #000;
}

.entry-title a:hover, .entry-title a:focus {
  color: #666666;
}

.entry-title a:visited {
  color: #000;
}

.secondary-image {
  max-width: 380px;
}

.between-posts-area-1 {
  background: #eee;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5em 0;
}

.between-posts-area-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.between-posts-area-1 ul li {
  margin: 1em;
  text-align: center;
  max-width: 300px;
  position: relative;
}

.between-posts-area-1 ul li img {
  border: 8px solid #fff;
}

.between-posts-area-1 ul li h2 {
  position: absolute;
  top: -.9em;
  left: 0;
  right: 0;
  padding: 160px 15%;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.3);
  height: 99%;
  border: 8px solid #fff;
}

.between-posts-area-1 ul li:hover {
  cursor: pointer;
}

.between-posts-area-1 ul li:hover h2 {
  opacity: 1;
  transition-duration: 1s;
}

.between-posts-area-1 ul li:hover a {
  color: #fff;
}

.featured-cats {
  position: relative;
}

.main-cat-header {
  transform: rotate(-90deg);
  text-transform: uppercase;
  position: absolute;
  left: -2.5em;
  top: 40%;
}

.cat-link-title {
  position: absolute;
}

.between-posts-area-1 .widget_text {
  max-width: 300px;
  text-align: center;
}

.between-posts-area-1 .widget_text h3 {
  border-bottom: 1px solid;
  padding: 1em;
}

.between-posts-widgets {
  background: #eee;
  text-align: center;
  padding: 3em;
  margin-bottom: 5em;
}

.nav-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2em;
}

.nav-bar a {
  text-decoration: none;
  padding: 0 1em;
}

@media only screen and (max-width: 1200px) {
  .between-posts-area-1 {
    flex-flow: row wrap;
  }
  .between-posts-area-1 ul {
    margin: 0 auto;
    justify-content: center;
  }
  .between-posts-area-1 ul li h2 {
    opacity: 1;
    color: #fff;
  }
  .between-posts-area-1 .widget_text {
    max-width: 800px;
    text-align: center;
  }
  .main-cat-header {
    transform: rotate(0deg);
    position: relative;
    left: unset;
    top: unset;
    text-align: center;
    margin-bottom: -1em;
  }
  .featured-cats {
    width: 100%;
  }
  .post:nth-child(odd),
  .post:nth-child(even) {
    flex-direction: column;
  }
  .post:nth-child(odd) .post-thumbnail,
  .post:nth-child(even) .post-thumbnail {
    justify-content: center;
  }
  .post:nth-child(odd) .entry-meta,
  .post:nth-child(even) .entry-meta {
    margin-top: 2em;
    right: 15em;
    left: unset;
  }
	.single .post:nth-child(odd) .entry-meta,
  .single .post:nth-child(even) .entry-meta {
    margin-top: 2em;
    right: unset;
    left: unset;
  }
  .entry-content .secondary-image {
    width: 50%;
  }
  .entry-content .summary {
    width: 50%;
  }
  .entry-content .extras {
    flex-direction: row;
    justify-content: center;
  }
  .entry-content p {
    padding: 2em;
  }
}

@media only screen and (max-width: 800px) {
  .between-posts-area-1 ul {
    flex-direction: column;
    align-items: center;
  }
  .between-posts-area-1 .widget_text {
    max-width: 300px;
    text-align: center;
  }
  .entry-header {
    margin: 0 1em;
  }
	
.single .entry-header {
    margin: 0;
  }
  .entry-content {
    flex-basis: 80%;
    padding: 0 2em;
    margin: 0;
  }
  .entry-content .extras {
    flex-direction: column;
    justify-content: center;
  }
  .entry-content .secondary-image {
    width: auto;
    margin-bottom: 1em;
  }
  .entry-content .summary p {
    display: none;
  }
}

/* Blog Posts
--------------------------------------------- */
.single .post {
  display: block;
}

.single .post:nth-child(odd) .entry-meta,
.single .post:nth-child(even) .entry-meta {
  position: relative;
}

.single .entry-header {
  float: left;
  padding-right: 6em;
  width: 50%;
}

.single .entry-title {
  text-align: left;
}

.single .entry-title::first-letter {
  float: left;
  line-height: 170px;
  font-size: 200px;
  padding: 8px 5px 11px 0;
  font-family: 'Edinburgh';
}

.single .entry-content {
  padding: 15em 0 0 0;
  display: block;
  text-align: unset;
}

.single .entry-content p::first-letter {
  font-size: 16px;
  font-family: 'open-sans', sans-serif;
  line-height: 0px;
  padding: 0;
  float: none;
}

.single .entry-meta {
  border-bottom: 1px solid;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1em 0;
}

.post-signature {
  max-width: 200px;
  margin: 0 auto;
}

#comments {
  margin: 0 10%;
  display: none;
}

.crp_related {
  margin: 5em 10%;
}

.crp_related h2 {
  font-size: 5em;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.crp_related hr {
  max-width: 350px;
}

.crp_related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.crp_related ul li {
  margin: 0;
  text-align: center;
  flex-basis: 31%;
}

.crp_related a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.crp_title {
  font-family: 'Edinburgh';
  font-size: 2.5em;
  text-transform: uppercase;
  margin: -6rem 2rem 0 2rem;
  font-weight: 500;
  text-transform: uppercase;
  background: #fff;
  border: 3px solid #eee;
  padding: .5em 10%;
  position: relative;
}

.crp_related a {
  text-decoration: none;
  color: #000;
}

.crp_related a:hover {
  color: #c9bca7;
}

.page .entry-content {
  text-align: unset;
}

.page .entry-content p::first-letter {
  font-size: 16px;
  font-family: 'open-sans', sans-serif;
  line-height: 0px;
  padding: 0;
  float: none;
}

@media only screen and (max-width: 1200px) {
  .single .entry-header {
    width: 100%;
    padding: 0;
  }
  .single .entry-meta {
    width: 100%;
  }
  .single .post:nth-child(odd) .post-thumbnail,
  .single .post:nth-child(even) .post-thumbnail {
    justify-content: center;
  }
  .crp_related {
    margin: 5em 5%;
  }
  .crp_related ul li {
    flex-basis: 32.5%;
  }
  .crp_title {
    margin: -1em 1rem 0;
    position: relative;
  }
}

@media only screen and (max-width: 800px) {
  .single .post {
    margin: 0 5%;
  }
  .crp_related ul {
    flex-flow: row wrap;
  }
  .crp_related ul li {
    flex-basis: 100%;
  }
  .crp_title {
    margin: -6rem 2rem 1em 2rem;
    position: relative;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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