/*
Theme Name: Spring of Gihon
Theme URI: http://springofgihon.org/
Author: Spring of Gihon
Author URI: http://springofgihon.org/
Description: 
Version: 1.0.0
License: 
License URI: 
Tags: 
Text Domain: 
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.clear {
  clear: both;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
}

html {
  background-color: #b3c8be;
  font-family: "news_cycleregular";
  overflow-y: scroll;
}

body {
  background-color: #fdf9eb;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

audio {
  width: 100%;
  display: block;
  margin: 0 auto;
}

form {
  position: relative;
}
form input,
form textarea {
  font-family: "news_cycleregular";
  font-size: 1.125rem;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
  padding: 8px 12px;
}
form input[type=text],
form input[type=email],
form textarea {
  color: #fdf9eb;
  background-color: #cec2a3;
}
form .submit-wrap {
  text-align: center;
  padding-top: 5px;
}
form .submit-wrap input {
  margin-bottom: 20px;
}
form .submit-wrap:after {
  content: "* Required";
  color: #999;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
form .ninja-forms-required-items {
  display: none;
}

input[type=submit],
button {
  -webkit-appearance: none;
}

form input[type=submit],
#content a.link-button,
#content .page-nav a {
  background-color: #ac9b6d;
  color: #cec2a3;
  margin: 0 auto;
  padding: 5px 30px;
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
}

#content .page-nav {
  text-align: center;
}
#content .page-nav a {
  margin: 0 15px;
}

.ninja-forms-response-msg {
  text-align: center;
  font-size: 1.1rem;
}

#header {
  position: relative;
}

#logo {
  background: url(assets/images/header-border.png) bottom center repeat-x;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 100;
  margin-bottom: -10px;
}

#nav {
  position: relative;
  background: #000;
  text-align: center;
  border-bottom: #c0b48e solid 10px;
  padding-top: 25px;
}
#nav li {
  position: relative;
  padding: 10px 20px 15px;
  /*
  &.menu-item-has-children {
  	background-color: $subnavbg;
  	border-radius: 5px 5px 0 0;

  	&>a {
  		color: $navbg;
  	}

  	ul li:first-of-type a {
  		background: $subnavselected;
  		color: $subnavselectedtext;
  	}
  }
  */
}
#nav li.selected, #nav li.current-menu-ancestor {
  background-color: #c0b48e;
  border-radius: 5px 5px 0 0;
}
#nav li.selected > a, #nav li.current-menu-ancestor > a {
  color: #000;
}
#nav a {
  text-transform: uppercase;
  color: #fdf9eb;
  font-size: 1.3125rem;
  text-shadow: 1px 1.732px 1px rgba(29, 29, 30, 0.16);
  letter-spacing: 0.04em;
}
#nav #subnav {
  background-color: #c0b48e;
}
#nav .sub-menu {
  display: none;
  /*
  position: absolute;
  top: 62px;
  //margin-left: -14px;
  */
  text-align: left;
  margin: 0 auto;
  padding: 15px 0 5px;
}
#nav .sub-menu li {
  padding: 0;
}
#nav .sub-menu li:last-of-type {
  padding-right: 0;
}
#nav .sub-menu a {
  padding: 4px 14px;
  border-radius: 5px;
  font-size: 1.2em;
}
#nav .sub-menu li.selected a {
  background-color: #d9cfaf;
  color: #a29267;
}
#nav .sub-menu.currentsub {
  display: block;
}

body.home #nav {
  border-bottom-color: #000;
}

main {
  color: #2b4343;
  letter-spacing: 0.02em;
  line-height: 1.375em;
}
main a {
  color: #2b4343;
  text-decoration: underline;
}
main b, main strong {
  font-weight: bold;
}
main i, main em {
  font-style: italic;
}
main ul {
  padding-left: 1em;
  margin-bottom: 1em;
}
main li {
  list-style-type: circle;
  margin-left: 1em;
  margin-bottom: 1em;
}
main blockquote {
  color: #7b9388;
  padding-left: 1em;
}

#content {
  padding-top: 30px;
  margin: 0 auto;
}
#content a {
  color: #a8986b;
}
#content h2 {
  text-transform: uppercase;
  color: #a8986b;
  margin-top: 50px;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 20px;
}
#content h2:first-of-type {
  margin-top: 0;
  font-size: 1.375rem;
  text-align: center;
}

#page-image {
  height: 330px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
#page-image h1 {
  position: absolute;
  top: -30em;
  color: #fff;
}
#page-image #page-image-content {
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#page-image img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

#footer {
  background: #b3c8be url(assets/images/footer-border.png) top center repeat-x;
  color: #7b9388;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 150px;
  letter-spacing: 0.16em;
}
#footer small {
  position: relative;
  top: -50px;
}

#footer-graphic {
  position: relative;
  top: -104px;
  display: block;
  margin: 0 auto;
}

#social {
  position: relative;
  top: -75px;
}
#social li {
  display: inline-block;
  margin: 0 7px;
}

#hp-image {
  height: 530px;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#hp-image h1 {
  position: absolute;
  top: -30em;
  color: #fff;
}
#hp-image #hp-image-content {
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
#hp-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

#hp-intro {
  text-transform: uppercase;
  color: #a8986b;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 auto;
  padding: 40px 0;
}

#hp-content {
  background-color: #ac9b6d;
  color: #fdf9eb;
  padding: 40px 0;
}

#hp-content-inner {
  margin: 0 auto;
  margin-bottom: 20px;
}

#hp-quotation {
  background-color: #ac9b6d;
  color: #2b2f2d;
  font-size: 1.065rem;
  margin: 0 auto;
  font-style: italic;
}

#hp-bottom {
  text-align: center;
  background-color: #ac9b6d;
  overflow: visible;
}
#hp-bottom a, #hp-bottom img {
  display: block;
}

#hp-signup h2 {
  text-align: center;
  font-size: 1.834375rem;
  text-transform: uppercase;
  color: #cec2a3;
  margin-bottom: 15px;
}
#hp-signup form {
  margin: 0 auto;
  font-size: 0;
}
#hp-signup form .submit-wrap {
  padding-top: 0;
}
#hp-signup form .submit-wrap:after {
  content: "";
}
#hp-signup input[type=text] {
  padding: 14px 22px;
}
#hp-signup input[type=submit] {
  background-image: url(assets/images/signup.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 30em;
  overflow: hidden;
  width: 58px;
  padding: 9px 7px;
}

.post .post-image {
  margin-bottom: 30px;
}
.post .post-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
.post header {
  margin-bottom: 20px;
}
.post header time {
  color: #c0b48e;
  position: relative;
  display: inline;
  margin-right: 12px;
}
.post header .date1 {
  font-size: 1.5rem;
  vertical-align: top;
  margin-right: 2px;
}
.post header .date2 {
  font-size: 0.6875rem;
  border: 1px solid #c0b48e;
  border-width: 1px 0;
  text-transform: uppercase;
  vertical-align: top;
  position: relative;
  top: 7px;
  line-height: 1em;
}
.post header h2 {
  display: inline;
  text-transform: uppercase;
  color: #ac9b6d;
  font-size: 1.5rem;
}

.entry-content h3,
.entry-content h4,
.entry-content h5 {
  font-weight: bold;
}
.entry-content h3 {
  font-size: 1.4rem;
  margin-top: 40px;
  margin-bottom: 10px;
}
.entry-content h3:first-of-type {
  margin-top: 0;
}
.entry-content h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.entry-content h5 {
  font-size: 1rem;
}

.page-template-page_lyrics #people .person {
  margin-bottom: 50px;
}

.intro {
  text-transform: uppercase;
  color: #a8986b;
  font-size: 22px;
  line-height: 1.1em;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 30px 0 50px;
}

.links li {
  margin-bottom: 1em;
  list-style-image: url(assets/images/link.png);
}

.new-content article {
  margin-bottom: 50px;
}
.new-content h3 {
  font-family: "museo-slab";
  font-size: 2.355rem;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 15px;
  color: #2b4343;
  text-align: left;
}

.page-id-75 #content h2 {
  font-family: "museo-slab";
  font-size: 2.355rem;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 15px;
  color: #2b4343;
  text-align: left;
  margin-top: 0;
}
.page-id-75 #content h3 {
  text-transform: uppercase;
  color: #a8986b;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.indented-block {
  margin: 25px;
  padding: 10px 0;
  border-bottom: 1px solid #c0b48e;
}

.page-template-page_contact #page-content .intro {
  padding: 10px 0 20px;
}
.page-template-page_contact form {
  border-bottom: 1px solid #cec2a3;
}

.page-template-page_who-we-are #page-content .intro {
  padding-bottom: 10px;
}

#content.samples {
  padding-top: 50px;
}
#content.samples article {
  margin-bottom: 50px;
}
#content.samples article h2 {
  color: #c0b48e;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#people h2 {
  color: #c0b48e;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#people figure {
  width: 305px;
  height: 305px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#people figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
#people figure:after {
  background-image: url(assets/images/people.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 305px;
  height: 305px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
}
#people .person {
  padding: 0 25px;
}
#people .person h2 {
  text-align: left;
}
#people.products h2 {
  text-align: left;
  margin-bottom: 0;
}
#people.products h3 {
  color: #c0b48e;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#people.products .link-button-wrap {
  padding-top: 20px;
}
#people.products .person {
  position: relative;
  margin-bottom: 70px;
}
#people.products .product-type {
  font-size: 0.6rem;
  color: #c0b48e;
  border: 1px solid #c0b48e;
  border-width: 1px 0;
  position: absolute;
  left: -34px;
  margin-top: 5px;
  width: 26px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.5em;
}

#content.faq #faq {
  padding-top: 30px;
}
#content.faq h2.question,
#content.faq div.answer {
  position: relative;
}
#content.faq h2.question:before,
#content.faq div.answer:before {
  position: absolute;
  left: 15px;
  top: 50%;
  line-height: 0;
  content: "q";
  font-size: 40px;
  font-family: "museo-slab";
  color: #000;
  text-transform: uppercase;
}
#content.faq h2.question {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: left;
}
#content.faq h2.question:before {
  left: 12px;
}
#content.faq div.answer {
  background-color: #b3c8be;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 40px;
}
#content.faq div.answer:before {
  content: "a";
}
#content.faq div.answer a {
  color: inherit;
}
#content.faq div.answer p:last-of-type {
  margin-bottom: 0;
}
#content.faq h2.question,
#content.faq div.answer {
  padding-left: 60px;
}

@media screen and (max-width: 47.5em) {
  html {
    font-size: 1.2rem;
  }

  #hp-image,
#page-image {
    height: 13rem;
  }
  #hp-image img,
#page-image img {
    width: 100%;
    height: auto;
  }

  #hp-image #hp-image-content,
#page-image #page-image-content {
    height: 80%;
  }

  #page-content img {
    max-width: 100%;
    height: auto;
  }

  .page-id-173 #page-image #page-image-content {
    background-size: 150% auto;
  }

  .page-template-page_the-call #page-image img,
.page-template-page_contact #page-image img {
    position: relative;
    width: 170%;
    left: -35%;
  }

  #hp-signup {
    padding: 20px 30px 0;
  }
  #hp-signup h2 {
    font-size: 1.2rem;
  }

  form {
    margin-bottom: 1em;
  }

  form input[type=submit],
#content a.link-button,
#content .page-nav a {
    font-size: 1rem;
  }

  #logo img {
    width: 80%;
    height: auto;
  }

  #hp-content,
#hp-intro,
#content {
    padding: 30px;
  }

  #content {
    padding-bottom: 0;
  }
  #content .intro {
    padding-top: 0;
    padding-bottom: 30px;
  }

  #nav {
    border-bottom-width: 2px;
  }
  #nav a {
    font-size: 1rem;
    display: block;
  }
  #nav li {
    padding-bottom: 5px;
  }
  #nav .sub-menu {
    text-align: center;
  }
  #nav .sub-menu li {
    padding: 0;
    margin-bottom: 10px;
  }

  .post {
    padding-bottom: 20px;
  }

  #hp-bottom div {
    padding-bottom: 20px;
  }
  #hp-bottom div img {
    margin: 0 auto;
  }

  #content .page-nav a {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .post-image img {
    width: 100%;
    height: auto;
  }

  .links ul {
    padding-left: 0;
  }

  .post header h2 {
    line-height: 1.1em;
  }

  #content.samples article h2 {
    font-size: 1.3rem;
  }

  #people figure {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #people figure img {
    position: relative;
    width: 100%;
    height: auto;
  }
  #people figure:after {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
  }
  #people .person {
    padding-left: 0;
    padding-right: 0;
  }
  #people.products .link-button-wrap {
    text-align: center;
  }
  #people.products .product-type {
    position: relative;
    left: 0;
    width: auto;
    display: inline-block;
  }

  #content.faq h2.question:before,
#content.faq div.answer:before {
    font-size: 30px;
  }
  #content.faq h2.question {
    font-size: 1rem;
  }
  #content.faq h2.question,
#content.faq div.answer {
    padding-left: 50px;
  }
  #content.faq div.answer {
    font-size: 0.9rem;
    line-height: 1.3em;
  }

  .new-content h3 {
    font-size: 1.6rem;
  }

  .page-id-75 #content h2 {
    font-size: 1.6rem;
  }

  .top-link {
    position: relative;
    top: -25px;
  }
  .top-link a {
    color: #7b9388;
  }
}
@media screen and (min-width: 47.5em) {
  body {
    min-width: 992px;
  }

  .top-link {
    display: none;
  }

  #hp-intro,
#hp-content-inner,
#hp-quotation,
#content {
    width: 912px;
  }

  #hp-content-inner {
    column-count: 2;
    column-gap: 100px;
  }

  #hp-signup form {
    width: 912px;
  }
  #hp-signup .field-wrap {
    display: inline-block;
  }

  .text-wrap,
.textarea-wrap {
    width: 442px;
  }

  form .textarea-wrap {
    position: absolute;
    top: 0;
    right: 0;
  }
  form .textarea-wrap textarea {
    height: 175px;
  }

  #nav li {
    display: inline-block;
  }
  #nav #subnav {
    text-align: center;
  }
  #nav .sub-menu {
    margin: 0 auto;
    text-align: center;
  }

  #logo img {
    width: 316px;
    height: auto;
  }

  #hp-content-inner {
    background-image: url(assets/images/hp-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  #hp-intro {
    font-size: 1.3125rem;
    line-height: 1.28571429em;
  }

  #hp-bottom {
    height: 160px;
    margin-bottom: 200px;
  }
  #hp-bottom div {
    display: inline-block;
    padding: 0 5px;
  }

  #hp-signup form .text-wrap {
    width: 838px;
    margin-right: 10px;
  }

  #page-content .copy,
#page-content .links {
    display: inline-block;
    width: 50%;
  }
  #page-content .copy {
    padding-right: 40px;
  }

  .post {
    margin-bottom: 60px;
  }
  .post .post-content {
    column-count: 2;
    column-gap: 40px;
  }

  #people .person {
    display: inline-block;
    width: 50%;
    margin-bottom: 25px;
  }
  #people.products .person:nth-child(odd) {
    padding-left: 20px;
    padding-right: 50px;
  }
  #people.products .person:nth-child(odd) .product-type {
    left: -14px;
  }
  #people.products .person:nth-child(even) {
    padding-left: 50px;
    padding-right: 20px;
  }
  #people.products .person:nth-child(even) .product-type {
    left: 14px;
  }

  .post-159 .entry-content {
    /*
    width: 50%;
    margin: 0 auto;
    */
  }
  .post-159 .entry-content p {
    padding-left: 15px;
  }
}
