@charset "UTF-8";
/*
Theme Name: jayAdores
Theme URI: http://wundermade.com
Author: wündermade
Author URI: http://wundermade.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

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

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Times New Roman", serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase; }

h1 {
  font-size: 1.3rem; }

h2 {
  font-size: 1.1rem; }

h3 {
  font-size: 1.1rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

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

/* Text elements */
p {
  margin-bottom: 10px; }

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: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

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;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

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

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

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

th {
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: none;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: black;
  text-decoration: none; }

a:visited {
  color: black; }

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

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table; }

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both; }

/* =Layout
-------------------------------------------------------------- */
html,
body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%; }

#main {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px; }

.site-header {
  text-align: center;
  margin: 30px 0 17px; }

.site-header hgroup {
  margin: 0 0 30px; }
  .site-header hgroup img {
    width: 235px;
    height: auto; }

.site-header hgroup > a {
  display: block;
  line-height: 0; }

.site-footer {
  border-top: 1px solid #999999;
  clear: both;
  width: 100%;
  height: 40px;
  padding: 20px 0;
  text-align: center;
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  letter-spacing: 2px;
  font-size: 9px;
  text-transform: uppercase; }
  .site-footer a {
    font-size: 1.5rem;
    padding: 0 6px; }
    .site-footer a:first-child {
      padding: 0 3px 0 6px; }
    .site-footer a:hover {
      color: #d2b9a2;
      color: rgba(210, 185, 162, 0.5); }
  .site-footer span {
    display: block;
    margin: 10px 0 0; }

/* Sticky Footer */
#page {
  min-height: 100%;
  position: relative; }

#main {
  padding-bottom: 75px;
  margin-bottom: 80px; }

.site-footer {
  position: absolute;
  bottom: 0; }

/* =Menu
----------------------------------------------- */
.navigation-main,
.navigation-blog {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  letter-spacing: 2px;
  font-family: "Brandon", 'Arial', sans-serif;
  position: relative;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase; }

.navigation-main {
  padding: 0 0 30px; }

.navigation-blog {
  padding: 0 0 20px; }

.navigation-main ul,
.navigation-blog ul {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.navigation-main ul {
  float: left;
  left: 50%;
  text-align: center; }

.navigation-blog ul {
  float: right; }

.navigation-main li,
.navigation-blog li {
  display: block;
  float: left;
  position: relative; }

.navigation-main li {
  right: 50%;
  margin: 0 38px; }

.navigation-blog li {
  margin: 0 0 0 16px; }

.navigation-main li a,
.navigation-blog li a {
  line-height: 1; }

.navigation-main a,
.navigation-blog a {
  display: block;
  text-decoration: none; }

.navigation-main ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999; }

.navigation-main ul ul ul {
  left: 100%;
  top: 0; }

.navigation-main ul ul a {
  width: 200px; }

.navigation-main ul li:hover > ul {
  display: block; }

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0; }

.byline {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-content,
.entry-summary {
  margin: 0; }
  .entry-content img,
  .entry-summary img {
    display: block;
    margin: 0 0 10px; }

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

/* Default Page */
.page-template-default #main {
  padding: 0 0 75px;
  width: 100%; }
.page-template-default .entry-content .banner {
  height: 550px;
  margin: 0 0 30px;
  overflow: hidden;
  width: 100%; }
.page-template-default .entry-content img {
  display: block;
  height: auto;
  width: 100%; }
.page-template-default .entry-content .text {
  margin: 0 auto;
  width: 700px; }
.page-template-default .entry-content .column.left, .page-template-default .entry-content .column.right {
  width: 315px; }
.page-template-default .entry-content .column.left {
  float: left; }
.page-template-default .entry-content .column.right {
  float: right; }
.page-template-default .entry-content .column h1, .page-template-default .entry-content .column h2, .page-template-default .entry-content .column h3, .page-template-default .entry-content .column h4, .page-template-default .entry-content .column h5 {
  margin-bottom: 10px; }
.page-template-default .entry-content ul {
  margin-left: 0;
  list-style: none; }
  .page-template-default .entry-content ul li {
    margin-left: 14px; }
    .page-template-default .entry-content ul li:before {
      content: "+ ";
      color: #8d8d8d;
      margin-left: -14px; }

/* Home Page */
.home #main {
  min-width: 980px;
  padding: 0 0 140px;
  width: 100%; }

/* Contact Page */
.page-template-page-contact-php #main {
  margin-top: 30px; }
.page-template-page-contact-php .Contact {
  margin: 0 80px;
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase; }
  .page-template-page-contact-php .Contact .form {
    border: 1px solid #000;
    float: right;
    width: 476px;
    margin: 0 0 0 20px;
    min-height: 410px;
    padding: 28px 32px 0;
    position: relative; }
    .page-template-page-contact-php .Contact .form .form-error {
      border: 1px solid #000;
      padding: 10px;
      margin: 0 0 10px;
      text-align: center; }
      .page-template-page-contact-php .Contact .form .form-error ul {
        list-style: none;
        margin: 0; }
        .page-template-page-contact-php .Contact .form .form-error ul li {
          color: #000; }
    .page-template-page-contact-php .Contact .form blockquote {
      display: none; }
    .page-template-page-contact-php .Contact .form .contact-form {
      width: 100%; }
      .page-template-page-contact-php .Contact .form .contact-form input, .page-template-page-contact-php .Contact .form .contact-form label, .page-template-page-contact-php .Contact .form .contact-form textarea {
        font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: 2px;
        font-weight: normal;
        line-height: 18px;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      .page-template-page-contact-php .Contact .form .contact-form input[type=text],
      .page-template-page-contact-php .Contact .form .contact-form input[type=email] {
        height: 36px;
        line-height: 36px;
        margin-bottom: 16px;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-sizing: border-box; }
        .page-template-page-contact-php .Contact .form .contact-form input[type=text]:focus,
        .page-template-page-contact-php .Contact .form .contact-form input[type=email]:focus {
          outline: none; }
      .page-template-page-contact-php .Contact .form .contact-form textarea {
        height: 170px;
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-sizing: border-box;
        resize: none; }
      .page-template-page-contact-php .Contact .form .contact-form .contact-submit {
        position: absolute;
        bottom: -16px;
        right: 75px;
        margin: 0; }
        .page-template-page-contact-php .Contact .form .contact-form .contact-submit input[type='submit'] {
          background-color: #fff;
          border: 1px solid #000;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-appearance: none;
          text-shadow: none;
          height: 30px;
          line-height: 30px;
          padding: 0 20px;
          text-transform: uppercase; }
          .page-template-page-contact-php .Contact .form .contact-form .contact-submit input[type='submit']:active {
            background-color: #000;
            color: #fff; }
      .page-template-page-contact-php .Contact .form .contact-form div {
        position: relative; }
        .page-template-page-contact-php .Contact .form .contact-form div label {
          position: absolute;
          top: 13px;
          left: 0;
          line-height: 1.3; }
        .page-template-page-contact-php .Contact .form .contact-form div input {
          border-bottom: 1px solid #000; }

/* Portfolio Page */
.post-type-archive-project .portfolio-grid,
.page-template-portfolio-php .portfolio-grid {
  margin: 0 90px;
  list-style: none; }
  .post-type-archive-project .portfolio-grid li,
  .page-template-portfolio-php .portfolio-grid li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    font-size: 0;
    width: 250px;
    height: 250px;
    margin: 5px;
    position: relative;
    cursor: pointer;
    text-align: center; }
    .post-type-archive-project .portfolio-grid li a,
    .page-template-portfolio-php .portfolio-grid li a {
      background: white;
      background: rgba(255, 255, 255, 0.6);
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-sizing: border-box;
      color: #000;
      display: none;
      height: 250px;
      padding: 0 20px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-decoration: none;
      width: 250px; }
      .post-type-archive-project .portfolio-grid li a:before,
      .page-template-portfolio-php .portfolio-grid li a:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
    .post-type-archive-project .portfolio-grid li h2,
    .page-template-portfolio-php .portfolio-grid li h2 {
      display: inline-block;
      line-height: 1.2;
      text-transform: uppercase;
      vertical-align: middle; }
    .post-type-archive-project .portfolio-grid li:hover a,
    .page-template-portfolio-php .portfolio-grid li:hover a {
      display: block; }

/* Blog */
.blog .site-header,
.single-post .site-header,
.archive.category .site-header,
.archive.tag .site-header,
.search .site-header {
  margin: 30px 0 62px; }
.blog .page-header,
.single-post .page-header,
.archive.category .page-header,
.archive.tag .page-header,
.search .page-header {
  margin: 0 0 30px; }
.blog .content-area,
.single-post .content-area,
.archive.category .content-area,
.archive.tag .content-area,
.search .content-area {
  float: left;
  margin: 0 -260px 0 0;
  width: 100%; }
.blog .site-content,
.single-post .site-content,
.archive.category .site-content,
.archive.tag .site-content,
.search .site-content {
  margin: 0 260px 0 0; }
.blog #main,
.single-post #main,
.archive.category #main,
.archive.tag #main,
.search #main {
  padding-bottom: 75px;
  margin-bottom: 0; }
.blog .site-main .widget-area,
.single-post .site-main .widget-area,
.archive.category .site-main .widget-area,
.archive.tag .site-main .widget-area,
.search .site-main .widget-area {
  float: right;
  overflow: hidden;
  width: 230px; }
.blog .post .entry-header,
.single-post .post .entry-header,
.archive.category .post .entry-header,
.archive.tag .post .entry-header,
.search .post .entry-header {
  margin: 0 0 30px; }
  .blog .post .entry-header .entry-title,
  .single-post .post .entry-header .entry-title,
  .archive.category .post .entry-header .entry-title,
  .archive.tag .post .entry-header .entry-title,
  .search .post .entry-header .entry-title {
    line-height: 1; }
    .blog .post .entry-header .entry-title a,
    .single-post .post .entry-header .entry-title a,
    .archive.category .post .entry-header .entry-title a,
    .archive.tag .post .entry-header .entry-title a,
    .search .post .entry-header .entry-title a {
      text-decoration: none; }
  .blog .post .entry-header .entry-meta,
  .single-post .post .entry-header .entry-meta,
  .archive.category .post .entry-header .entry-meta,
  .archive.tag .post .entry-header .entry-meta,
  .search .post .entry-header .entry-meta {
    font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase; }
.blog .post .entry-content a,
.single-post .post .entry-content a,
.archive.category .post .entry-content a,
.archive.tag .post .entry-content a,
.search .post .entry-content a {
  color: #ccc; }
  .blog .post .entry-content a:hover,
  .single-post .post .entry-content a:hover,
  .archive.category .post .entry-content a:hover,
  .archive.tag .post .entry-content a:hover,
  .search .post .entry-content a:hover {
    color: #cc9933; }
.blog .post > footer,
.single-post .post > footer,
.archive.category .post > footer,
.archive.tag .post > footer,
.search .post > footer {
  border-bottom: 1px solid #c9c9c9;
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin: 30px 0 0;
  padding: 0 0 10px;
  text-align: right;
  text-transform: uppercase; }
  .blog .post > footer a,
  .single-post .post > footer a,
  .archive.category .post > footer a,
  .archive.tag .post > footer a,
  .search .post > footer a {
    text-decoration: none; }
    .blog .post > footer a .count,
    .single-post .post > footer a .count,
    .archive.category .post > footer a .count,
    .archive.tag .post > footer a .count,
    .search .post > footer a .count {
      border: 1px solid #000;
      display: inline-block;
      font-family: "Times New Roman", serif;
      font-style: italic;
      width: 28px;
      padding: 8px 0 9px 2px;
      vertical-align: middle;
      line-height: 1;
      text-align: center;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
    .blog .post > footer a:hover .count,
    .single-post .post > footer a:hover .count,
    .archive.category .post > footer a:hover .count,
    .archive.tag .post > footer a:hover .count,
    .search .post > footer a:hover .count {
      border-color: #d2b9a2;
      border-color: rgba(210, 185, 162, 0.5);
      color: #d2b9a2;
      color: rgba(210, 185, 162, 0.5); }
.blog .site-footer,
.single-post .site-footer,
.archive.category .site-footer,
.archive.tag .site-footer,
.search .site-footer {
  border: none;
  left: 50%;
  margin-left: -480px;
  width: 700px;
  z-index: 5; }

.blog .post,
.archive .post,
.search .post {
  margin: 0 0 60px; }

/* Portfolio Project Page */
.single-project.content-area,
.category-portfolio.content-area {
  float: none;
  margin: 0; }
.single-project .site-content,
.category-portfolio .site-content {
  margin: 0 0 60px; }
  .single-project .site-content a,
  .category-portfolio .site-content a {
    color: #ccc; }
    .single-project .site-content a:hover,
    .category-portfolio .site-content a:hover {
      color: #cc9933; }
.single-project .entry-header,
.category-portfolio .entry-header {
  float: right;
  width: 230px;
  font-style: normal;
  margin: 0 0 25px; }
  .single-project .entry-header a,
  .category-portfolio .entry-header a {
    display: block;
    margin: 0 0 25px; }
.single-project .text,
.category-portfolio .text {
  float: right;
  font-style: italic;
  line-height: 20px;
  width: 230px; }
  .single-project .text ul,
  .category-portfolio .text ul {
    margin-left: 0;
    list-style: none; }
    .single-project .text ul li,
    .category-portfolio .text ul li {
      margin-left: 15px; }
      .single-project .text ul li:before,
      .category-portfolio .text ul li:before {
        content: "+ ";
        color: #8d8d8d;
        margin-left: -15px; }
.single-project .images,
.category-portfolio .images {
  float: left;
  list-style: none;
  margin: 0;
  width: 700px; }
  .single-project .images li,
  .category-portfolio .images li {
    margin: 0 0 8px; }
  .single-project .images img,
  .category-portfolio .images img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }

/* 404 */
.error404 .entry-header,
.error404 .entry-content {
  text-align: center; }
.error404 form input[type=search] {
  border: 1px solid #000;
  padding: 6px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "NovecentowideLightBold", 'Arial', sans-serif;
  letter-spacing: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none; }
  .error404 form input[type=search]::-webkit-search-cancel-button {
    margin-right: -9999px; }
.error404 form .submit {
  display: none; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */ }

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

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

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

.site-content .gallery {
  margin-bottom: 1.5em; }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery dd {
  margin: 0; }

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

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0;
  overflow: hidden; }

[class*="navigation"] .previous {
  float: left;
  width: 50%; }

[class*="navigation"] .next {
  float: right;
  text-align: right;
  width: 50%; }

.navigation-paging,
.navigation-post {
  clear: both;
  width: 700px;
  position: relative;
  top: 34px;
  z-index: 10; }
  .navigation-paging a,
  .navigation-post a {
    display: inline-block;
    width: 15px;
    height: 12px;
    background: url(images/bg_direction_nav.png) no-repeat 0 0;
    text-indent: -9999px; }
  .navigation-paging .next a,
  .navigation-post .next a {
    text-align: left;
    background-position: 100% 0; }

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

#comments {
  margin: 20px 0 60px; }
  #comments > ul, #comments ol {
    margin: 0; }
  #comments ul, #comments ol {
    list-style: none; }
  #comments article {
    margin: 20px 0 0; }

.comment cite {
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase; }
.comment time {
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px; }
.comment .reply a {
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase; }

.comment-content {
  margin: 10px 0 5px; }

#respond {
  margin: 35px 0 0; }
  #respond form {
    margin: 15px 0 0; }
    #respond form p {
      position: relative; }
    #respond form label, #respond form input, #respond form textarea {
      font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
      font-size: 10px;
      font-size: 1rem;
      letter-spacing: 1px; }
    #respond form label {
      position: absolute;
      top: 10px;
      left: 12px;
      text-transform: uppercase; }
    #respond form input,
    #respond form textarea {
      border: 1px solid #dddddd;
      padding: 10px 10px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    #respond form input {
      width: 310px; }
    #respond form textarea {
      width: 430px; }
    #respond form input[type=submit] {
      background-color: #f1eae3;
      height: 20px;
      line-height: 20px;
      padding: 2px 0 0;
      font-style: normal;
      border: none;
      -webkit-box-shadow: none;
      -webkit-appearance: none;
      text-shadow: none;
      letter-spacing: 1px;
      line-height: 1;
      text-align: center;
      text-transform: uppercase;
      width: 70px; }
      #respond form input[type=submit]:active {
        background-color: #000;
        color: #fff; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 14px; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .submit {
  display: none; }

.widget_text h2 a,
.widget_text h1,
.widget_categories h1 {
  border-bottom: 1px solid #999999;
  display: block;
  height: 28px;
  text-align: center;
  line-height: 28px;
  padding: 2px 0 0;
  font-size: 11px; }

.widget_text a:hover {
  color: #d2b9a2;
  color: rgba(210, 185, 162, 0.5); }

.widget_categories {
  position: relative;
  text-align: center; }
  .widget_categories:after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 6px; }
  .widget_categories .widget-title {
    cursor: pointer; }
    .widget_categories .widget-title:hover {
      color: #d2b9a2;
      color: rgba(210, 185, 162, 0.5); }
  .widget_categories ul {
    display: none;
    list-style: none;
    margin: 20px 0 0;
    font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
    letter-spacing: 2px;
    line-height: 23px;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase; }

.widget_search label, .widget_search input[type=submit] {
  display: none; }
.widget_search input[type=search] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999999;
  color: #000;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Brandon", "NovecentowideLightBold", 'Arial', sans-serif;
  letter-spacing: 2px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none; }
  .widget_search input[type=search]::-webkit-search-cancel-button {
    display: none; }

.widget_social {
  height: 80px;
  width: 178px;
  margin: 20px auto 0;
  position: relative;
  background: url("images/x.png");
  background-size: contain; }
  .widget_social .one, .widget_social .two, .widget_social .three, .widget_social .four {
    position: absolute; }
  .widget_social .one {
    left: 50%;
    top: 5px;
    margin-left: -12px; }
  .widget_social .two {
    top: 50%;
    left: 25px;
    margin-top: -8px; }
  .widget_social .three {
    top: 50%;
    right: 25px;
    margin-top: -8px; }
  .widget_social .four {
    left: 50%;
    bottom: 3px;
    margin-left: -12px; }
  .widget_social a {
    display: block;
    font-size: 1.6rem;
    width: 24px;
    text-align: center;
    line-height: 1.6rem; }
  .widget_social a:hover {
    background: none; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }
