/* ==========================================================================
   Here for LA — Static Site Styles
   Based on Parallax Pro theme by StudioPress
   Fonts: Cormorant Garamond (body), Quicksand (headings/nav/buttons)
   ========================================================================== */

/* Reset & Box Sizing
   ========================================================================== */

*, input[type="search"] {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* Clearfix */
.site-container::before, .site-container::after,
.site-header::before, .site-header::after,
.site-inner::before, .site-inner::after,
.site-footer::before, .site-footer::after,
.footer-widgets::before, .footer-widgets::after,
.wrap::before, .wrap::after {
  content: " ";
  display: table;
}
.site-container::after, .site-header::after,
.site-inner::after, .site-footer::after,
.footer-widgets::after, .wrap::after {
  clear: both;
}

/* ==========================================================================
   Base Typography
   ========================================================================== */

body > div {
  font-size: 2.2rem;
}

body {
  background-color: #fff;
  color: #000;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.parallax-home {
  background: none;
}

a {
  color: #00a0af;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}

a:hover, a:focus {
  color: #000;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

b, strong {
  font-weight: 700;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 { font-size: 36px; font-size: 3.6rem; }
h2 { font-size: 32px; font-size: 3.2rem; }
h3 { font-size: 30px; font-size: 3rem; }
h4 { font-size: 24px; font-size: 2.4rem; }
h5 { font-size: 20px; font-size: 2rem; }
h6 { font-size: 18px; font-size: 1.8rem; }

embed, iframe, img, object, video {
  max-width: 100%;
}

img {
  height: auto;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 20px;
  text-transform: uppercase;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
  transition: all 0.1s ease-in-out;
}

button:focus, button:hover,
input[type="button"]:focus, input[type="button"]:hover,
input[type="reset"]:focus, input[type="reset"]:hover,
input[type="submit"]:focus, input[type="submit"]:hover,
.button:focus, .button:hover {
  background-color: #00a0af;
  color: #fff;
}

.button {
  display: inline-block;
}

/* Home section buttons */
.footer-widgets a.button,
.home-even a.button,
.home-odd a.button {
  background: transparent;
  clear: both;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-widgets a.button,
.home-odd a.button {
  border: 2px solid #fff;
  color: #fff !important;
}

.footer-widgets a.button:hover,
.footer-widgets a.button:focus,
.home-odd a.button:hover,
.home-odd a.button:focus {
  background-color: #fff;
  color: #000 !important;
}

.home-even a.button {
  border: 2px solid #000;
  color: #000;
}

.home-even a.button:hover,
.home-even a.button:focus {
  background-color: #000;
  color: #fff;
}

/* ==========================================================================
   Screen Reader / Skip Links
   ========================================================================== */

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  background: #fff;
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

:focus {
  color: #000;
  outline: #ccc solid 1px;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
}

.parallax-home .site-inner {
  margin-top: 66px;
  max-width: 100%;
}

/* ==========================================================================
   Site Header
   ========================================================================== */

.site-header {
  background-color: #000;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* Header inner layout */
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Title Area */
.title-area {
  padding: 24px 0;
  flex-shrink: 0;
}

.site-title {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #fff !important;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/* Nav */
.site-nav {
  flex-shrink: 0;
}

.genesis-nav-menu {
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.genesis-nav-menu .menu-item {
  display: block;
}

.genesis-nav-menu a {
  color: #fff;
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 27px 10px;
  text-transform: uppercase;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  color: #00a0af;
}

/* ==========================================================================
   Homepage Sections
   ========================================================================== */

.home-even,
.home-odd {
  clear: both;
  font-size: 26px;
  font-size: 2.6rem;
  overflow: hidden;
  text-align: center;
}

.home-even {
  padding: 140px 0 150px;
}

.home-odd {
  padding: 190px 0 200px;
}

.home-even .wrap,
.home-odd .wrap {
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-odd,
.home-odd a:hover,
.home-odd a:focus,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6 {
  color: #fff;
}

.home-even {
  background-color: #fff;
}

/* Parallax background sections */
.home-section-1,
.home-section-3 {
  background-attachment: fixed;
  background-color: #000;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-section-1 {
  background-image: url(images/section1-bg.png);
}

.home-section-3 {
  background-image: url(images/section3-bg.png);
}

/* Section 1: full viewport height */
.home-section-1 {
  display: table;
  height: calc(100vh - 66px);
  overflow: hidden;
  padding: 100px 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

.home-section-1 .full-height {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* Video embed */
.video-wrap {
  margin-top: 30px;
}

.video-wrap iframe {
  max-width: 100%;
}

/* ==========================================================================
   Inner Pages (contact, about)
   ========================================================================== */

.inner-page .site-inner {
  margin-top: 170px;
  max-width: 1140px;
}

.content-sidebar-wrap {
  overflow: hidden;
}

.full-width-content .content {
  padding: 0 200px 50px;
  width: 100%;
}

.entry {
  margin-bottom: 100px;
}

.entry-header {
  text-align: center;
}

.entry-header::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin: 0 auto 60px;
  padding-bottom: 30px;
  width: 10%;
}

.entry-title {
  font-size: 48px;
  font-size: 4.8rem;
}

.entry-content p {
  margin-bottom: 30px;
}

.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

.entry-content input[type="text"]:focus,
.entry-content input[type="email"]:focus,
.entry-content textarea:focus {
  border: 1px solid #999;
  outline: none;
}

.entry-content input[type="submit"] {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 20px 40px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}

.entry-content input[type="submit"]:hover,
.entry-content input[type="submit"]:focus {
  background-color: #00a0af;
}

.form-label {
  margin-bottom: 5px !important;
}

.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}

.alignright {
  float: right;
  margin: 0 0 24px 24px;
}

/* ==========================================================================
   Footer Widgets
   ========================================================================== */

.footer-widgets {
  background-color: #00a0af;
  clear: both;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 100px 0;
  text-align: center;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets a:focus,
.footer-widgets a:hover {
  color: #fff !important;
  text-decoration: none;
}

/* ==========================================================================
   Site Footer
   ========================================================================== */

.site-footer {
  background-color: #000;
  padding: 40px 0;
  text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
  color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
  color: #00a0af;
}

.site-footer p {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media only screen and (max-width: 1180px) {
  .site-inner, .wrap { max-width: 960px; }
  .home-section-1, .home-section-3 {
    background-attachment: scroll;
    background-position: top;
    background-size: auto;
  }
}

@media only screen and (max-width: 768px) {
  .site-inner, .wrap { max-width: 100%; }
  .parallax-home .site-inner { max-width: none; }
  .site-header { padding-bottom: 10px; position: static; }
  .site-header .wrap { flex-direction: column; text-align: center; }
  .title-area { padding: 16px 0 0; }
  .genesis-nav-menu a { padding: 10px 12px; }
  .parallax-home .site-inner { margin-top: 0; }
  .inner-page .site-inner { margin-top: 0; }
}

@media only screen and (max-width: 860px) {
  .site-inner, .wrap { max-width: none; width: 100%; padding: 0 5%; }
  .parallax-home .site-inner { padding: 0; }
  .home-even, .home-odd { padding: 90px 0 100px; }
}

@media only screen and (max-width: 480px) {
  .home-even, .home-odd { font-size: 22px; font-size: 2.2rem; }
}
