/**
 * Theme Name: Higgs
 * Theme URI: https://codestag.com/themes/higgs/
 * Author: Codestag
 * Author URI: https://codestag.com
 * Description: A minimal portfolio and blog theme with portfolio capability.
 * Version: 1.0.3
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: stag
 * Tags: custom-menu, editor-style, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 *
 * Higgs WordPress Theme, Copyright (c) 2015, Codestag.
 * Higgs is distributed under the terms of the GNU GPL
 */
/*---------------------------------------------------------
 Contents (_contents.scss)
-----------------------------------------------------------
1. Code notes
2. Reset (Normalize)
3. Structure
4. Elements
5. Media and classes
6. Posts
7. Pages
8. Widgets
9. Comments
10. Forms and buttons
11. Browser support
-------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  color: inherit;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* 2 */
  cursor: pointer;

  -webkit-appearance: button;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.site-main, .footer-widget-container, .posts-list, .post, .entry-aside ul, .paging-navigation, .hentry, .post-navigation, .stag-custom-widget-area .widget, .stag-custom-widget-area .widgettitle, .stag-flickr, .custom-widget li, .section-recent-posts li, .comments-head, .comment-form, .comment-body, .comment {
  zoom: 1;
}
.site-main:before, .footer-widget-container:before, .posts-list:before, .post:before, .entry-aside ul:before, .paging-navigation:before, .hentry:before, .post-navigation:before, .stag-custom-widget-area .widget:before, .stag-custom-widget-area .widgettitle:before, .stag-flickr:before, .custom-widget li:before, .section-recent-posts li:before, .comments-head:before, .comment-form:before, .comment-body:before, .comment:before, .site-main:after, .footer-widget-container:after, .posts-list:after, .post:after, .entry-aside ul:after, .paging-navigation:after, .hentry:after, .post-navigation:after, .stag-custom-widget-area .widget:after, .stag-custom-widget-area .widgettitle:after, .stag-flickr:after, .custom-widget li:after, .section-recent-posts li:after, .comments-head:after, .comment-form:after, .comment-body:after, .comment:after {
  display: table;
  content: "";
}
.site-main:after, .footer-widget-container:after, .posts-list:after, .post:after, .entry-aside ul:after, .paging-navigation:after, .hentry:after, .post-navigation:after, .stag-custom-widget-area .widget:after, .stag-custom-widget-area .widgettitle:after, .stag-flickr:after, .custom-widget li:after, .section-recent-posts li:after, .comments-head:after, .comment-form:after, .comment-body:after, .comment:after {
  clear: both;
}

.portfolio-content-container .entry-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

p, ul, ol, dl, blockquote, h1,
h2,
h3,
h4,
h5,
table th,
h6,
.custom-widgets .widgettitle,
.comments-head .comment-submit-link, pre, table {
  word-wrap: break-word;
  word-break: break-word;
}

/*---------------------------------------------------------
 3. Scaffolding (_scaffolding.scss)
-------------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*---------------------------------------------------------
 Detail (_scaffolding.scss)
-------------------------------------------------------- */
body {
  font-size: 19px;
  font-size: 1.9rem;
  color: #252323;
  background-color: #fff;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
button,
input,
select,
textarea {
  font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  body,
  button,
  input,
  select,
  textarea {
    line-height: 1.44;
  }
}

.textwidget,
.entry-content,
.page-content,
.comment-content,
.current-author__description {
  line-height: 1.6;
}

/*---------------------------------------------------------
 Links (_scaffolding.scss)
-------------------------------------------------------- */
a {
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  text-decoration: none;
  color: #252323;
}
a:hover {
  color: #77c6aa;
}

.genericon {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/*---------------------------------------------------------
 Base (_scaffolding.scss)
-------------------------------------------------------- */
ul, ol, dl, p, iframe, details, address, .vcard, figure, pre, fieldset, table, dd, hr, .alert {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.entry-content ul, .entry-content ol, .entry-content dl, .entry-content p, .entry-content iframe, .entry-content details, .entry-content address, .entry-content .vcard, .entry-content figure, .entry-content pre, .entry-content fieldset, .entry-content table, .entry-content dd, .entry-content hr, .entry-content .alert {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

pre,
code,
input,
textarea {
  font: inherit;
}

/*---------------------------------------------------------
 Structure (_scaffolding.scss)
-------------------------------------------------------- */
.site, .site-inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

/*---------------------------------------------------------
 Header (_scaffolding.scss)
-------------------------------------------------------- */
.site-header {
  position: relative;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .site-header {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 800px) {
  .site-header {
    display: table;
  }
  .site-header .site-branding,
  .site-header .main-navigation {
    display: table-cell;
    vertical-align: middle;
  }
  .site-header .main-navigation {
    text-align: right;
  }
}

.site-title, .site-description {
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .site-title, .site-description {
    display: inline-block;
  }
}

.site-title {
  line-height: 1;
  margin-right: 20px;
  margin-right: 2rem;
}
.site-title a {
  font-size: 36px;
  font-size: 3.6rem;
  display: block;
}
.site-title a:hover {
  color: #252323;
}

.site-description {
  font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: bottom;
  color: #ababab;
}
@media screen and (max-width: 600px) {
  .site-description {
    display: none;
  }
}

/*---------------------------------------------------------
 Navigation (_scaffolding.scss)
-------------------------------------------------------- */
.main-navigation {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  z-index: 500;
  right: 0;
  padding-right: 30px;
  padding-right: 3rem;
  list-style: none;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  cursor: default;
}
.main-navigation ul:not(.sub-menu):not(.children) {
  width: 100%;
}
.main-navigation > ul > li {
  z-index: 500;
  display: inline-block;
  margin-left: 30px;
  margin-left: 3rem;
}
.main-navigation > ul > li:first-of-type {
  margin-left: 0;
}
.main-navigation > ul > li:hover ul {
  display: block;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
  .site-branding {
    display: inline-block;
    vertical-align: middle;
  }

  .side-navigation-toggle {
    float: right;
  }
}
.main-navigation .children,
.main-navigation .sub-menu {
  position: absolute;
  z-index: 100;
  left: -10px;
  display: none;
  width: 200px;
  padding: 0;
  padding-top: 20px;
  text-align: left;
  background: #fff;
}
.main-navigation .children .sub-menu,
.main-navigation .sub-menu .sub-menu {
  padding-top: 0;
}
.main-navigation .children li,
.main-navigation .sub-menu li {
  position: relative;
  display: block;
  width: 100%;
  /* Third level Menu */
}
.main-navigation .children li a,
.main-navigation .sub-menu li a {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-top: 1.2rem;
  padding-bottom: 12px;
  padding-bottom: 1.2rem;
  padding-left: 10px;
}
.main-navigation .children li .children,
.main-navigation .children li .sub-menu,
.main-navigation .sub-menu li .children,
.main-navigation .sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  left: 200px;
  display: none;
}
.main-navigation .children li .children li:first-child a,
.main-navigation .children li .sub-menu li:first-child a,
.main-navigation .sub-menu li .children li:first-child a,
.main-navigation .sub-menu li .sub-menu li:first-child a {
  margin-top: 0;
  padding-top: 12px;
  padding-top: 1.2rem;
}
.main-navigation .children li:hover .children,
.main-navigation .children li:hover .sub-menu,
.main-navigation .sub-menu li:hover .children,
.main-navigation .sub-menu li:hover .sub-menu {
  display: block;
}

.hide-on-desktop {
  line-height: 1.6;
}
@media screen and (min-width: 800px) {
  .hide-on-desktop {
    display: none;
  }
}

.side-menu {
  margin: 0 0 40px 0;
  padding: 0;
}
.side-menu .sub-menu {
  padding-left: 0;
}
.side-menu li {
  list-style: none;
}

/*---------------------------------------------------------
 Menu toggle (_scaffolding.scss)
-------------------------------------------------------- */
.side-navigation-toggle {
  line-height: 1;
  display: table-cell;
  margin-left: 30px;
  margin-left: 3rem;
  cursor: pointer;
  vertical-align: middle;
}
.side-navigation-toggle:hover {
  color: currentColor;
}
.side-navigation-toggle:before {
  font-family: "Genericons";
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  content: "\f419";
  -webkit-transition: color .1s ease-in 0;
  -moz-transition: color .1s ease-in 0;
  text-align: center;
  vertical-align: top;
  text-decoration: inherit;
  text-transform: none;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
@media screen and (max-width: 800px) {
  .side-navigation-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.side-nav:not(.has-background) .side-nav--scrollable-container {
  background: #f8f8f8;
}

.side-nav {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  overflow: hidden;
  max-width: 380px;
  outline: 0;

  -webkit-overflow-scrolling: touch;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.side-nav a {
  text-decoration: underline;
}
.side-nav a:hover {
  text-decoration: none;
}
.side-nav--scrollable-container {
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  overflow: auto;
  width: 380px;
  height: 100%;
  -webkit-transition: -webkit-transform 180ms cubic-bezier(.2, .3, .25, .9);
  -moz-transition: -moz-transform 180ms cubic-bezier(.2, .3, .25, .9);
  -o-transition: -o-transform 180ms cubic-bezier(.2, .3, .25, .9);
  transition: transform 180ms cubic-bezier(.2, .3, .25, .9);
  -webkit-transform: translateX(380px);
  -moz-transform: translateX(380px);
  -ms-transform: translateX(380px);
  transform: translateX(380px);

  -webkit-overflow-scrolling: touch;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.side-nav--scrollable-container .widget-title {
  text-transform: uppercase;
}
.side-nav--scrollable-container form {
  padding: 0;
}
.side-nav--scrollable-container .search-submit {
  display: none;
}
.side-nav--scrollable-container .search-field {
  font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: #fff;
}
.side-nav--scrollable-container .widget:last-of-type {
  margin-bottom: 0;
}
.side-nav--scrollable-container .inner-container {
  position: relative;
  padding: 90px 30px 60px;
  padding:  9rem 3rem 6rem;
}
.has-background .side-nav--scrollable-container .inner-container {
  background: rgba(0, 0, 0, .35);
}
.admin-bar .side-nav--scrollable-container .inner-container {
  padding-top: 122px;
  padding-top: 12.2rem;
}
.has-background .side-nav--scrollable-container .inner-container {
  color: #fff;
}
.has-background .side-nav--scrollable-container .inner-container a {
  color: inherit;
}
.has-background .side-nav--scrollable-container .inner-container textarea, .has-background .side-nav--scrollable-container .inner-container input:not([type="button"]):not([type="submit"]):not([type="reset"]) {
  color: #000;
}
.has-background .side-nav--scrollable-container .inner-container .post-date {
  color: inherit;
}

.side-nav-overlay {
  position: fixed;
  z-index: 600;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.side-nav-transition {
  overflow: hidden;
  height: 100%;
}
.side-nav-transition .side-navigation-toggle:before {
  content: "\f406";
}
.side-nav-transition .side-nav {
  z-index: 5;
  visibility: visible;
}
.side-nav-transition .side-nav--scrollable-container {
  display: block;
  width: 380px;
}
@media screen and (max-width: 380px) {
  .side-nav-transition .side-nav--scrollable-container {
    max-width: 320px;
  }
}
.side-nav-transition .site {
  z-index: 3;
  -webkit-transform: translateX(-380px);
  -moz-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  transform: translateX(-380px);
}

.close-nav {
  display: block;
  margin-bottom: 20px;
  text-align: right;
  text-decoration: none !important;
}
.close-nav .genericon {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .close-nav {
    display: none;
  }
}

.site {
  position: relative;
  -webkit-transition: -webkit-transform 180ms cubic-bezier(.2, .3, .25, .9);
  -moz-transition: -moz-transform 180ms cubic-bezier(.2, .3, .25, .9);
  -o-transition: -o-transform 180ms cubic-bezier(.2, .3, .25, .9);
  transition: transform 180ms cubic-bezier(.2, .3, .25, .9);
}

.side-nav-drawer-open .side-nav-overlay {
  z-index: 900;
  right: 380px;
  display: block;
  cursor: e-resize;
}
.side-nav-drawer-open .side-nav--scrollable-container {
  z-index: 20;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-nav--scrollable-container::-webkit-scrollbar {
  display: none;
}

/*---------------------------------------------------------
 Footer (_scaffolding.scss)
-------------------------------------------------------- */
.footer-widget-container {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.784;
}

.site-footer {
  margin-top: 30px;
  margin-top: 3rem;
  padding-top: 30px;
  padding-top: 3rem;
}
@media screen and (min-width: 800px) {
  .site-footer {
    margin-top: 60px;
    margin-top: 6rem;
    padding-top: 60px;
    padding-top: 6rem;
  }
}
.site-footer input[type="text"],
.site-footer input[type="search"],
.site-footer input[type="email"] {
  color: #ff0000;
}

.footer-wrapper {
  margin: 20px;
  color: #000;
  background-image: url("http://test.rynfrz.com/wp-content/uploads/2015/04/melany_sarafis-veteran.jpg");
  opacity : 1.5;

}
.footer-wrapper a {
  text-decoration: underline;
  color: currentColor;
}
.footer-wrapper a:hover {
  text-decoration: none;
}
.footer-wrapper--inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-footer-secondary {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 40px;
  padding-bottom: 4rem;
  text-transform: uppercase;
}

.widget-area {
  float: left;
  width: 100%;
  margin-right: 3.33333%;
}
.widget-area:last-of-type {
  margin-right: 0;
}

.footer-text a {
  color: #77c6aa;
}
.footer-text a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 800px) {
  .columns-1 .widget-area {
    width: 100%;
  }

  .columns-2 .widget-area {
    width: 48.33333%;
  }

  .columns-3 .widget-area {
    width: 31.11111%;
  }
}
/*---------------------------------------------------------
 4. Elements (_elements.scss)
-------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
table th,
h6,
.custom-widgets .widgettitle,
.comments-head .comment-submit-link {
  font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  clear: both;
  margin: 0 0 8px;
  margin:  0 0 .8rem;
  letter-spacing: -.03em;
}

h1 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.13;
  }
}

h2 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4;
}

h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5, table th {
  font-size: 18px;
  font-size: 1.8rem;
}

h6, .custom-widgets .widgettitle, .comments-head .comment-submit-link {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #ababab;
}

/*---------------------------------------------------------
 Content (_elements.scss)
-------------------------------------------------------- */
blockquote {
  font-weight: 300;
  clear: both;
  margin: 30px 0;
  margin:  3rem 0;
}
@media screen and (min-width: 800px) {
  blockquote {
    padding-left: 200px;
    padding-left: 20rem;
  }
}
blockquote p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  text-indent: 0 !important;
}
blockquote cite {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: italic;
  display: block;
  margin-top: 15px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 600px) {
  blockquote cite {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

q:before {
  content: "\201C";
}
q:after {
  content: "\201D";
}

tt,
kbd,
pre,
code,
samp {
  font-family: "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2px 3px;
  padding:  .2rem .3rem;
  word-spacing: -1px;
  word-spacing: -.1rem;
  background: #fbfbfb;
}

pre {
  overflow: auto;
  margin: 30px 0;
  margin:  3rem 0;
  padding: 30px;
  padding: 3rem;
  white-space: pre-wrap;
  tab-size: 4;
}

del,
strike {
  color: #ff4200;
}

abbr,
acronym,
dfn {
  font-size: .9em;
  cursor: help;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

details summary {
  font-weight: 600;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
details :focus {
  outline: none;
}

mark {
  background-color: #fc0;
}

ins {
  padding: 3px 5px;
  padding:  .3rem .5rem;
  text-decoration: none;
  background: #fffce0;
}

small {
  font-size: .75em;
}

big {
  font-size: 1.25em;
}

sub,
sup {
  font-size: 75%;
}
@media screen and (min-width: 600px) {
  sub,
  sup {
    font-size: 68.75%;
  }
}

address {
  margin: 30px 0;
  margin:  3rem 0;
}

hr {
  height: 1px;
  margin: 30px 0;
  margin:  3rem 0;
  border: 0;
  background: #ccc;
}

/*---------------------------------------------------------
 Lists (_elements.scss)
-------------------------------------------------------- */
ul {
  list-style: inside disc;
}

ol {
  list-style: inside decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px;
  margin-left: 2rem;
}

/*---------------------------------------------------------
 Definition lists (_elements.scss)
-------------------------------------------------------- */
dl dt {
  font-weight: 700;
  margin-bottom: 0;
}
dl dd {
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

/*---------------------------------------------------------
 Tables (_elements.scss)
-------------------------------------------------------- */
table {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  margin: 30px 0;
  margin:  3rem 0;
}
table caption {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
table th,
table td {
  margin-right: 90px;
  margin-right: 9rem;
  padding: 15px 0;
  padding:  1.5rem 0;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
}
table td[valign="top"] {
  vertical-align: top;
}
table td[valign="bottom"] {
  vertical-align: bottom;
}

/*---------------------------------------------------------
 Galleries (_elements.scss)
-------------------------------------------------------- */
.gallery {
  margin: 30px 0 15px !important;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin: 0 3% 3% 0 !important;
  text-align: center;
  vertical-align: top;
}
.gallery-item img {
  margin: 0 0 7.5px !important;
  border: 0 !important;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48.5%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 22.75%;
}
.gallery-columns-5 .gallery-item {
  max-width: 17.6%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.16%;
}
.gallery-columns-7 .gallery-item {
  max-width: 11.45%;
}
.gallery-columns-8 .gallery-item {
  max-width: 9.87%;
}
.gallery-columns-9 .gallery-item {
  max-width: 8.44%;
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0 !important;
}

/*---------------------------------------------------------
 Extras (_elements.scss)
-------------------------------------------------------- */
.run-in {
  font-size: .95em;
  letter-spacing: 1px;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

p.end-of-article:after {
  content: "\220E";
}

/*---------------------------------------------------------
 5. Patterns (_patterns.scss)
-------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
img.wp-smiley {
  margin: 0;
  padding: 0;
  background: 0;
}

/*---------------------------------------------------------
 Captions (_patterns.scss)
-------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.wp-caption img {
  margin-bottom: 7.5px;
  margin-bottom: .75rem;
}

.wp-caption-text,
dd.wp-caption-dd,
.selected-images-caption,
.full-span-image,
.gallery-caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  line-height: 1.4;
  text-indent: 0 !important;
}
@media screen and (min-width: 600px) {
  .wp-caption-text,
  dd.wp-caption-dd,
  .selected-images-caption,
  .full-span-image,
  .gallery-caption {
    line-height: 1.45;
  }
}
.wp-caption-text a,
dd.wp-caption-dd a,
.selected-images-caption a,
.full-span-image a,
.gallery-caption a {
  color: #77c6aa;
}
.wp-caption-text a:hover,
dd.wp-caption-dd a:hover,
.selected-images-caption a:hover,
.full-span-image a:hover,
.gallery-caption a:hover {
  text-decoration: underline;
}

/*---------------------------------------------------------
 Media (_patterns.scss)
-------------------------------------------------------- */
embed,
object,
video,
iframe {
  max-width: 100%;
}

.fluid-width-video-wrapper {
  width: auto !important;
  margin: 15px 0;
  margin:  1.5rem 0;
}

/*---------------------------------------------------------
 General (_patterns.scss)
-------------------------------------------------------- */
.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.hide {
  display: none;
  visibility: hidden;
}

.hidden {
  visibility: hidden;
}

.noborder {
  border: none;
}

div .alignleft {
  margin-right: 18px;
  margin-right: 1.8rem;
  text-align: left;
}
div .alignright {
  margin-left: 18px;
  margin-left: 1.8rem;
  text-align: right;
}
div .aligncenter {
  text-align: center;
}

/*---------------------------------------------------------
 Screen reader (_patterns.scss)
-------------------------------------------------------- */
.screen-reader-text {
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  border-bottom: 2px solid #252323;
}
@media screen and (min-width: 600px) {
  .screen-reader-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*---------------------------------------------------------
 6. Posts (_posts.scss)
-------------------------------------------------------- */
.posts-list .post, .posts-list .page, .posts-list .jetpack-testimonial {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 600px) {
  .posts-list .entry-content,
  .posts-list .thumbnail-link,
  .posts-list .post-share-buttons {
    display: none;
  }
  .posts-list .post-content-area:after {
    display: none !important;
  }
  .posts-list .entry-header {
    margin-bottom: 0;
  }
  .posts-list .hentry {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
}

.sticky-badge {
  font-weight: bold;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 20px;
  padding: 5px 20px;
  cursor: default;
  color: #fff;
  background: #000;
}

/*---------------------------------------------------------
 Header (_posts.scss)
-------------------------------------------------------- */
.entry-header {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.entry-title {
  line-height: 1.1;
  margin: 0 0 7.5px 0;
  margin:  0 0 .75rem 0;
  letter-spacing: -.03em;
}
@media screen and (min-width: 600px) {
  .entry-title {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 800px) {
  .single-post .entry-title {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
.entry-title .entry-subtitle {
  font-size: .45em;
  font-weight: normal;
  font-style: italic;
  margin-top: 15px;
  margin-top: 1.5rem;
  letter-spacing: -1px;
  text-transform: none;
}

.entry-thumbnail {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  text-align: right;
}

/*---------------------------------------------------------
 Aside (_posts.scss)
-------------------------------------------------------- */
.entry-aside {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .entry-aside {
    float: left;
    width: 23.076923076923078%;
    /* 270 / 1170 */
    margin-right: 11.11111111111111%;
    /* 130 / 1170 */
  }
}
@media screen and (max-width: 600px) {
  .entry-aside {
    margin-top: 30px;
    margin-top: 3rem;
    padding-top: 30px;
    padding-top: 3rem;
    border-top: 1px solid #dbdbdb;
  }
}
.entry-aside h6, .entry-aside .custom-widgets .widgettitle, .custom-widgets .entry-aside .widgettitle, .entry-aside .comments-head .comment-submit-link, .comments-head .entry-aside .comment-submit-link {
  font-family: inherit;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.entry-aside h6 a, .entry-aside .custom-widgets .widgettitle a, .custom-widgets .entry-aside .widgettitle a, .entry-aside .comments-head .comment-submit-link a, .comments-head .entry-aside .comment-submit-link a {
  color: inherit;
}
.entry-aside ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .entry-aside ul {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
.entry-aside li {
  line-height: 30px;
  line-height: 3rem;
  list-style: none;
}
.entry-aside .post-share-buttons {
  margin-top: 20px;
}

.author-avatar img {
  border-radius: 50%;
}

.bypostauthor {
  display: inline-block;
}

/*---------------------------------------------------------
 Sticky post label (_posts.scss)
-------------------------------------------------------- */
.entry-sticky-label:after {
  content: " \2013 ";
}

/*---------------------------------------------------------
 Navigation (_posts.scss)
-------------------------------------------------------- */
.page-links {
  margin-top: 30px;
  margin-top: 3rem;
}
.page-links a {
  line-height: 1;
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none !important;
  border: 2px solid #252323;
}
.page-links a:hover {
  color: #fff;
  background: #000;
}
.page-links > span {
  line-height: 1;
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
  border: 2px solid #252323;
  background: #000;
}

.paging-navigation {
  padding-top: 60px;
  padding-top: 6rem;
  border-top: 1px solid #dbdbdb;
}
.paging-navigation .nav-links {
  float: right;
  width: 65.81196581196581%;
}
.paging-navigation a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.paging-navigation a:hover {
  color: #000;
}
.paging-navigation .genericon {
  vertical-align: text-bottom;
}
.paging-navigation .nav-previous {
  float: left;
}
.paging-navigation .nav-next {
  float: right;
}

.nav-links div {
  display: inline;
}
.nav-links a {
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
.nav-links a:hover h6, .nav-links a:hover .custom-widgets .widgettitle, .custom-widgets .nav-links a:hover .widgettitle, .nav-links a:hover .comments-head .comment-submit-link, .comments-head .nav-links a:hover .comment-submit-link {
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  color: #000;
}

/*---------------------------------------------------------
 Content (_posts.scss)
-------------------------------------------------------- */
.entry-content p {
  margin-top: 0;
}
.entry-content > p:last-child {
  margin-bottom: 0;
}
.entry-content ul, .entry-content ol {
  list-style-position: outside;
}
.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin: 0;
}
.single .entry-content a, .page:not(.page-template) .entry-content a {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .post-content-area {
    float: right;
    width: 65.81196581196581%;
    /* 770 / 1170 */
  }
  .main-content-area {
    width: 85%;
    /* 770 / 1170 */
  }
}

.higgs-image-container,
.jetpack-portfolio .entry-content .higgs-shortcode-slider {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 600px) {
  .higgs-image-container,
  .jetpack-portfolio .entry-content .higgs-shortcode-slider {
    float: none;
    clear: both;
    margin-left: -51.67394%;
  }
}

@media screen and (min-width: 1100px) {
  .single .jetpack-portfolio blockquote img,
  .single .jetpack-portfolio .higgs-large img,
  .single .jetpack-portfolio .higgs-image-container img {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.higgs-shortcode-slider {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.higgs-shortcode-slider .cycle-slide {
  line-height: 0;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}
.higgs-shortcode-slider .cycle-caption {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 20px;
  display: none;
  max-width: 75%;
  padding: 10px 15px;
  padding:  1rem 1.5rem;
  text-align: left;
  color: #252323;
  background-color: #fff;
}
.higgs-shortcode-slider:hover .cycle-caption {
  display: inline-block;
}

.cycle-next,
.cycle-prev {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  width: 32px;
  height: 30px;
  margin-top: -18px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
.cycle-next .genericon,
.cycle-prev .genericon {
  font-size: 25px;
  font-size: 2.5rem;
  display: inline-block;
  padding-top: 2px;
}
.cycle-next:hover,
.cycle-prev:hover {
  color: #fff;
  background: #000;
}

.cycle-next {
  right: 20px;
}

.cycle-prev {
  right: 56px;
}

.post-navigation {
  margin-top: 60px;
  margin-top: 6rem;
  padding-top: 30px;
  padding-top: 3rem;
  border-top: 1px solid #dbdbdb;
}
@media screen and (max-width: 800px) {
  .post-navigation {
    margin-top: 30px;
    margin-top: 3rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
  }
}
.post-navigation .nav-links > div {
  display: block;
}
@media screen and (min-width: 800px) {
  .post-navigation .nav-links > div {
    float: left;
    width: 50%;
  }
  .post-navigation .nav-links > div.nav-next {
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .post-navigation .nav-links > div.nav-next {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
  }
}
.post-navigation h6, .post-navigation .custom-widgets .widgettitle, .custom-widgets .post-navigation .widgettitle, .post-navigation .comments-head .comment-submit-link, .comments-head .post-navigation .comment-submit-link {
  display: inline-block;
  margin-bottom: 0;
  color: inherit;
}
.post-navigation h3 {
  font-weight: 300;
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.post-navigation .genericon {
  font-size: 18px;
  vertical-align: text-top;
}

/*---------------------------------------------------------
 Protected (_posts.scss)
-------------------------------------------------------- */
.post-password-required p {
  margin: 15px 0;
  margin:  1.5rem 0;
}
.post-password-required p + p {
  text-indent: 0;
}
.post-password-required label {
  display: inline-block;
}

/*---------------------------------------------------------
 Portfolio (_posts.scss)
-------------------------------------------------------- */
.portfolio-container article {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 570px;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
}
@media screen and (min-width: 700px) {
  .portfolio-container article {
    width: 48.89635%;
  }
}
@media screen and (max-width: 600px) {
  .portfolio-container article .portfolio-content-container {
    opacity: 1;
  }
}
.portfolio-container article:hover .portfolio-content-container {
  opacity: 1;
}
.portfolio-container article img {
  width: 100%;
}
.portfolio-container .entry-title {
  font-size: 45px;
  font-size: 4.5rem;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .portfolio-container .entry-title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.portfolio-container a {
  color: #fff !important;
}
.portfolio-container .entry-thumbnail {
  margin: 0;
}
.portfolio-container .portfolio-content-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 150ms ease-in;
  -moz-transition: opacity 150ms ease-in;
  -o-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
  opacity: 0;
  background: #252323;
  background: rgba(37, 35, 35, .6);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC40NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .45)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .45));
  background-size: 100%;
}
.portfolio-container .entry-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.portfolio-container .entry-title {
  z-index: 51;
  width: 100%;
  max-width: 100% !important;
}

.portfolio-content-container .portfolio-types {
  position: absolute;
  bottom: 30px;
}
.portfolio-content-container .entry-title,
.portfolio-content-container .portfolio-types {
  padding: 0 30px;
}

.portfolio-types {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  z-index: 100;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.portfolio-types a {
  color: inherit;
}
.portfolio-types li {
  display: inline;
}

.portfolio-link {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-types li:after {
  padding-right: 2px;
  padding-right: .125rem;
  content: "\002C";
}
.portfolio-types li:last-of-type:after {
  display: none;
}

#gutter-sizer {
  width: 2.20729%;
}

.more-link {
  text-decoration: underline;
}

body.single-post .site {
  max-width: none;
  margin: 0;
  padding: 0;
}
body.single-post .entry-thumbnail {
  position: relative;
}
@media screen and (max-width: 600px) {
  body.single-post .entry-thumbnail {
    margin: 0 !important;
  }
}
body.single-post .entry-thumbnail img {
  width: 100%;
  padding: 0 20px;
}
body.single-post .entry-thumbnail figcaption {
  text-align: left;
}
@media screen and (min-width: 600px) {
  body.single-post .entry-thumbnail figcaption {
    float: right;
    width: 65.81196581196581%;
  }
}
body.single-post .entry-thumbnail .entry-title {
  line-height: 1;
  max-width: 770px;
  margin: 0;
  padding: 20px 0;
  background: #fff;
  border: 2px;
  border-color: #000;
}
@media screen and (min-width: 600px) {
  body.single-post .entry-thumbnail .entry-title {
    margin-left: -25px;
    padding: 10px;
  }
}
body.single-post .caption-wrapper--inner {
  overflow: hidden;
  max-width: 1210px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 600px) {
  body.single-post .caption-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
body.single-post .site-header,
body.single-post .post-content-wrapper {
  max-width: 1210px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 600px) {
  .off-meta {
    float: right;
    width: 65.81196581196581%;
    max-width: 100%;
  }
}

.portfolio-loader {
  padding: 100px 0;
  padding:  10rem 0;
  text-align: center;
}

.portfolio-container article {
  display: none;
}

@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(.4);
    transform: scaley(.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(.4);
    transform: scaley(.4);
  }
  100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }
}
.line-scale-pulse-out > div {
  display: inline-block;
  display: inline-block;
  width: 4px;
  height: 35px;
  margin: 0;
  -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
  animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85, .25, .37, .85);
  border-radius: 2px;
  background-color: #000;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
  -webkit-animation-delay: -.4s !important;
  animation-delay: -.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
  -webkit-animation-delay: -.2s !important;
  animation-delay: -.2s !important;
}

/*---------------------------------------------------------
 7. Pages (_pages.scss)
-------------------------------------------------------- */
body.page .page-title {
  line-height: 1;
  text-align: center;
  letter-spacing: -.03em;
}
@media screen and (min-width: 600px) {
  body.page .page-title {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
body.page .page-title,
body.page .entry-content {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}
body.page .page:not(.has-post-thumbnail) {
  padding-top: 50px;
  padding-top: 5rem;
  border-top: 1px solid #dbdbdb;
}

.portfolio-title {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  letter-spacing: -.03em;
}
@media screen and (min-width: 600px) {
  .portfolio-title {
    font-size: 65px;
    font-size: 6.5rem;
  }
}

/*---------------------------------------------------------
 Author Page (_pages.scss)
-------------------------------------------------------- */
.page-header__content {
  text-align: center;
}

.current-author {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.current-author__info {
  padding-top: 30px;
  padding-top: 3rem;
  border-top: 1px solid #dbdbdb;
}
.current-author__name {
  margin: 0;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  letter-spacing: -.03em;
}
@media screen and (min-width: 600px) {
  .current-author__name {
    font-size: 65px;
    font-size: 6.5rem;
  }
}
.current-author__description, .current-author__social-profiles {
  max-width: 750px;
  max-width: 75rem;
  margin: 0 auto;
}
.current-author__social-profiles {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.current-author__social-profiles li {
  display: inline-block;
  padding-right: 27px;
  padding-right: 2.7rem;
  list-style: none;
  text-align: center;
}
.current-author__social-profiles li:last-child {
  padding: 0;
}
.current-author__social-profiles .genericon {
  font-size: 30px;
  font-size: 3rem;
}

/*---------------------------------------------------------
 404 (_pages.scss)
-------------------------------------------------------- */
.error-404 {
  max-width: 750px;
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  text-align: center;
}
.error-404 p,
.error-404 form {
  margin: 0 0 30px;
  margin:  0 0 3rem;
}
.error-404 .entry-title {
  font-size: 200px;
  font-size: 20rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  list-style-type: -.03em;
}
.error-404 .search-form {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .error-404 .search-form {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.error-404 .entry-thumbnail {
  text-align: center;
}

.custom-widgets {
  margin: 20px 0;
  margin:  2rem 0;
}
.custom-widgets .widgettitle {
  margin-bottom: 40px;
  margin-bottom: 4rem;
  color: currentColor;
}
.custom-widgets .post-link {
  font-weight: bold;
  word-break: normal;
}
.custom-widgets .cat-links {
  font-size: 15px;
  font-size: 1.5rem;
  float: right;
}
.custom-widgets .cat-links a {
  text-decoration: underline;
}
.custom-widgets ul {
  margin: 0;
  padding: 0;
}
.custom-widgets .custom-recent-posts {
  list-style: none;
}
.custom-widgets .custom-recent-posts li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.custom-widgets .custom-recent-posts li:first-of-type {
  border-top: 1px solid #e8e8e8;
}

/*---------------------------------------------------------
 Archive (_pages.scss)
-------------------------------------------------------- */
.archive-header {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}

.archive-title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}

.archive-description {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 600px) {
  .archive-description {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.page-header {
  padding: 60px 0;
  padding:  6rem 0;
  border-top: 1px solid #e8e8e8;
}

.taxonomy-description {
  font-size: 17px;
  font-size: 1.7rem;
}

/*---------------------------------------------------------
 Widgetized Page (_pages.scss)
-------------------------------------------------------- */
.stag-custom-widget-area .widget {
  margin-bottom: 0;
}
.stag-custom-widget-area .static-content .widgettitle {
  letter-spacing: -.03em;
}
.stag-custom-widget-area .widgettitle,
.stag-custom-widget-area .custom-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.stag-custom-widget-area .widgettitle {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding: 55px 0;
  padding:  5.5rem 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 480px) {
  .stag-custom-widget-area .widgettitle {
    text-align: center;
  }
}
.stag-custom-widget-area .custom-link {
  float: right;
}
.stag-custom-widget-area .custom-link .genericon {
  vertical-align: text-bottom;
}
@media screen and (max-width: 480px) {
  .stag-custom-widget-area .custom-link {
    display: block;
    float: none;
    margin-top: 25px;
  }
}
.stag-custom-widget-area .custom-link a:hover {
  color: #000;
}
.stag-custom-widget-area .widget_recent_entries .widgettitle,
.stag-custom-widget-area .section-recent-posts .widgettitle {
  margin-bottom: 0;
}
.stag-custom-widget-area .widget_recent_entries li a,
.stag-custom-widget-area .section-recent-posts li a {
  display: inline-block;
}
.stag-custom-widget-area .widget_recent_entries .post-date,
.stag-custom-widget-area .section-recent-posts .post-date {
  font-size: 17px;
  font-size: 1.7rem;
  float: right;
  padding-top: 7px;
  text-transform: none;
  color: #252323;
}
@media screen and (max-width: 800px) {
  .stag-custom-widget-area .widget_recent_entries .post-date,
  .stag-custom-widget-area .section-recent-posts .post-date {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 800px) {
  .stag-custom-widget-area .widget_recent_entries a,
  .stag-custom-widget-area .section-recent-posts a {
    display: block !important;
    float: none;
  }
}
.stag-custom-widget-area .widget_recent_entries li,
.stag-custom-widget-area .section-recent-posts li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
}
.stag-custom-widget-area .static-content {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.stag-custom-widget-area .static-content .page.page {
  padding-top: 0;
  border: none;
}
.stag-custom-widget-area .static-content .entry-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.stag-custom-widget-area .static-content .entry-content p:last-of-type {
  margin-bottom: 0;
}
.stag-custom-widget-area .static-content .widgettitle {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  padding-top: 0;
  text-transform: none;
  border: none;
}
@media screen and (min-width: 800px) {
  .stag-custom-widget-area .static-content .widgettitle {
    font-size: 65px;
    font-size: 6.5rem;
  }
}

.service-section {
  border-bottom: 1px solid #dbdbdb;
}
.service-section .widgettitle {
  margin-bottom: 0;
}

.service-option {
  padding: 15px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .service-option {
    float: left;
    width: 33.33333%;
    border-right: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 600px) {
  .service-option {
    border-bottom: 1px solid #dbdbdb;
  }
  .service-option:last-child {
    border-bottom-color: transparent;
  }
}
.service-option:nth-child(3n+1) {
  border-right-color: transparent;
}
.service-option__container {
  padding: 15px;
}
.service-option__content {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6;
}
.service-option__content a {
  text-decoration: underline;
}
.service-option__thumb {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.service-option .widget-title {
  font-family: inherit;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.section-testimonials {
  margin: 50px 0 !important;
  margin:  5rem 0 !important;
  text-align: center;
}
.section-testimonials .cycle-prev,
.section-testimonials .cycle-next {
  position: static;
  display: inline-block;
}

.testimonial__content {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 300;
}
.testimonial__content p {
  margin: 0;
}
.testimonial__author {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 0;
  padding:  4rem 0;
  text-transform: uppercase;
}

.related-portfolio-posts {
  margin-top: 50px;
  margin-top: 5rem;
}
@media screen and (min-width: 600px) {
  .related-portfolio-posts {
    float: right;
    width: 65.81196581196581%;
  }
}
.related-portfolio-posts article {
  width: 49%;
  margin-right: -.25em;
}
.related-portfolio-posts article:nth-child(2) {
  margin-left: 2%;
}
@media screen and (max-width: 950px) {
  .related-portfolio-posts article {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.related-portfolio-posts h3 {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding: 55px 0;
  padding:  5.5rem 0;
  border-top: 1px solid #dbdbdb;
}
@media screen and (max-width: 480px) {
  .related-portfolio-posts h3 {
    text-align: center;
  }
}
.related-portfolio-posts h3, .related-portfolio-posts .custom-link {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.related-portfolio-posts .custom-link {
  float: right;
}
@media screen and (max-width: 480px) {
  .related-portfolio-posts .custom-link {
    display: block;
    float: none;
    margin-top: 25px;
  }
}
.related-portfolio-posts a {
  text-decoration: none !important;
}

.single-jetpack-portfolio .post-navigation {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*---------------------------------------------------------
 8. Widgets (_widgets.scss)
-------------------------------------------------------- */
.widget-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px;
  margin:  0 0 1.5rem;
  color: inherit;
}

.widget {
  max-width: 100%;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 800px) {
  .widget {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.widget .search-form {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.widget select {
  max-width: 100%;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style: none;
}
.widget .children,
.widget .sub-menu {
  margin-bottom: 0;
}
.widget .children li:before,
.widget .sub-menu li:before {
  content: "\2013  ";
}

.widget_tag_cloud a {
  padding: 2px;
  padding: .2rem;
}

.widget_rss .widgettitle a {
  text-decoration: none;
}
.widget_rss img {
  display: none;
}
.widget_rss .rss-date,
.widget_rss cite {
  display: block;
}
.widget_rss .rss-date {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.widget_rss cite {
  font-style: normal;
  margin: 15px 0 30px 0;
  margin:  1.5rem 0 3rem 0;
}

.widget_recent_entries a {
  display: block;
  text-transform: uppercase;
}
.widget_recent_entries .post-date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ababab;
}
.widget_recent_entries li {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.widget_recent_entries li:last-of-type {
  margin-bottom: 0;
}

.widget_calendar caption {
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.widget_recent_comments ul {
  color: #ababab;
}

.stag-dribbble .dribbble-shot {
  margin-bottom: 10px;
}

.stag-flickr li {
  float: left;
  margin: 0 0 5px 5px;
}

.stag-twitter li {
  margin-bottom: 10px;
}
.stag-twitter li p {
  margin: 0;
}
.stag-twitter li .time {
  color: #ababab;
}
.stag-twitter li .time a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}

/*---------------------------------------------------------
 Archive page template widgets (_widgets.scss)
-------------------------------------------------------- */
.archive-widgets {
  padding-top: 50px;
  padding-top: 5rem;
  padding-bottom: 50px;
  padding-bottom: 5rem;
  border-top: 1px solid #e8e8e8;
}

.custom-widget {
  margin: 0;
  margin-bottom: 70px !important;
  margin-bottom: 7rem !important;
  padding: 0;
  list-style: none;
}
.custom-widget ul {
  margin: 0;
  padding: 0;
}
.custom-widget li {
  line-height: 1;
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}

.custom-post-list .post-title {
  line-height: 1;
  display: inline-block;
  margin: 0;
}
.custom-post-list .post-categories {
  font-size: 17px;
  font-size: 1.7rem;
  float: right;
  padding-top: 5px;
}
.custom-post-list .post-categories a {
  text-decoration: underline;
}

.custom-widget-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e8e8;
}

.custom-categories,
.custom-archives,
.blog-contributors {
  font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

.blog-contributors .avatar {
  margin-right: 10px;
  border-radius: 50%;
}
.blog-contributors .post-count {
  font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  float: right;
  padding-top: 20px;
}

.widget_search form {
  padding: 0;
  background-color: transparent;
}
.widget_search .search-field {
  font-weight: normal;
  width: 100%;
  border: none;
  border-radius: 3px;
  background: #f8f8f8;
}
.side-nav .widget_search .search-field {
  background-color: #fff;
}
.widget_search .search-submit {
  display: none;
}

.section-recent-posts {
  font-size: 25px;
  font-size: 2.5rem;
}
.section-recent-posts .post-date {
  font-weight: normal;
}
.section-recent-posts li {
  font-weight: bold;
}
.section-recent-posts li a {
  display: block !important;
  float: left;
  word-break: normal;
}

.static-content .widgettitle {
  margin-top: 45px !important;
  margin-top: 4.5rem !important;
}

.footer-widget-container .widget-title {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

/*---------------------------------------------------------
 8. Comments (_comments.scss)
-------------------------------------------------------- */
.comments-area {
  margin-top: 30px;
  margin-top: 3rem;
}
.page .comments-area {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.comments-head {
  padding: 69px 0;
  padding:  6.9rem 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.comments-head .comments-title {
  line-height: 1;
  float: left;
  margin: 0;
}
.comments-head .comment-submit-link {
  float: right;
  clear: none;
  padding-top: 2px;
}
.comments-head .comment-submit-link .genericon {
  vertical-align: text-top;
}
@media screen and (max-width: 600px) {
  .comments-head {
    text-align: center;
  }
  .comments-head .comments-title {
    float: none;
  }
  .comments-head .comment-submit-link {
    display: block;
    float: none;
    margin-top: 25px;
  }
}

.comment {
  list-style: none;
}
.comment:first-of-type {
  padding-top: 0;
}

/*---------------------------------------------------------
 Pingbacks / trackbacks (_comments.scss)
-------------------------------------------------------- */
.pingback,
.trackback {
  padding-top: 0;
  list-style: none;
}

/*---------------------------------------------------------
 Respond form (_comments.scss)
-------------------------------------------------------- */
.respond-type {
  width: 100%;
}

.comment-guidelines {
  display: block;
}

.respond-body {
  margin: 0;
  padding-bottom: 60px;
  padding-bottom: 6rem;
  border-bottom: 2px solid #252323;
}

#respond .form-submit,
#respond input[type="submit"] {
  margin-bottom: 0;
}
li + #respond {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}

.comment-list {
  margin: 0;
  padding: 0;
}
.comment-list .comment:before {
  display: block;
  width: 70px;
  height: 1px;
  margin: 40px 0;
  content: "";
  background-color: #dbdbdb;
}
.comment-list .comment.show-avatars:before {
  margin-left: 100px;
}
.comment-list > .comment:first-of-type:before {
  background: transparent;
}
.comment-list .avatar {
  max-width: 70px;
  border-radius: 50%;
  background-clip: padding-box;
}
@media screen and (max-width: 480px) {
  .comment-list .avatar {
    max-width: 60px;
  }
}
.comment-list .children li:last-of-type {
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
  margin-top: 5rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding: 30px;
  padding: 3rem;
  border: 2px solid #252323;
}
@media screen and (min-width: 800px) {
  .comment-respond {
    padding: 65px;
    padding: 6.5rem;
  }
}
.comment-respond form {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .comment-respond {
    margin-right: -20px;
    margin-left: -20px;
  }
  .comment-respond .form-submit .submit {
    width: 100%;
    text-align: center;
  }
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  width: 100%;
}

.comment-notes,
.logged-in-as {
  font-size: .7619em;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #aaa9a9;
}

.form-allowed-tags {
  font-size: .7619em;
  color: #aaa9a9;
}
.form-allowed-tags code {
  font-size: .7619em;
}

.comment {
  margin: 30px 0;
  margin:  3rem 0;
}

.show-avatars .comment-avatar {
  float: left;
  padding: 0 30px 30px 0;
  padding:  0 3rem 3rem 0;
}

.comment-meta {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color: #000;
}
.comment-meta a {
  color: inherit;
}
.comment-meta > span {
  display: inline-block;
  margin-right: 10px;
}

.comment-metadata {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  word-break: normal;
  color: #252323;
}
.comment-metadata .divider {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (min-width: 480px) {
  .comment-meta,
  .comment-content {
    overflow: hidden;
  }
}
.comment-content {
  font-size: 16px;
  font-size: 1.6rem;
  color: #151923;
}
.comment-content p:first-of-type {
  margin-top: 0;
}
.comment-content p:last-of-type {
  margin-bottom: 0;
}

span.comment-author {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.1;
  display: block;
  margin-top: 5px;
  margin-top: .5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 800px) {
  .comment-form-author,
  .comment-form-email {
    display: inline-block;
    width: 49%;
    margin-right: -.25em;
    vertical-align: top;
  }

  .comment-form-email {
    margin-left: 2%;
  }
}
.comment-reply-link {
  border-bottom: 1px solid currentColor;
}
.comment-reply-link:hover {
  color: #77c6aa;
}

.no-comments {
  margin-top: 60px;
  margin-top: 6rem;
  padding-top: 60px;
  padding-top: 6rem;
  border-top: 1px solid #e8e8e8;
}

/*---------------------------------------------------------
 10. Forms (_forms.scss)
-------------------------------------------------------- */
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="submit"],
.search-field {
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 100%;
  padding: 12px 16px;
  padding:  1.2rem 1.6rem;
  border: 2px solid #252323;
  border-radius: 0;
  background-color: #ffffff;

  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
textarea:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="submit"]:focus,
.search-field:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

select {
  max-width: 100%;
  outline: none;
}

textarea,
input:not([type="button"]):not([type="submit"]):not([type="reset"]) {
  width: 100%;
}

label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/*---------------------------------------------------------
 Buttons and inputs (_forms.scss)
-------------------------------------------------------- */
button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;

  *vertical-align: middle;
}

button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 20px;
  padding:  1.5rem 2rem;
  cursor: pointer;
  -webkit-transition: background, color 200ms ease-in;
  -moz-transition: background, color 200ms ease-in;
  -o-transition: background, color 200ms ease-in;
  transition: background, color 200ms ease-in;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  border: none;
  border: 2px solid #000;
  border-radius: 0;
  background: #ffffff;

  -webkit-appearance: button;
}
button:hover,
.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #000;
}

.more-link {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  max-width: 135px;
  margin-top: 30px;
  margin-top: 3rem;
  padding: 12px 20px;

  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*---------------------------------------------------------
 Placeholder text (_forms.scss)
-------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  opacity: 1;
  color: #666;
}

::-moz-placeholder {
  opacity: 1;
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

/*---------------------------------------------------------
 11. Support (_support.scss)
-------------------------------------------------------- */
/*---------------------------------------------------------
 Jetpack (_support.scss)
-------------------------------------------------------- */
.sharedaddy .entry-content h3 {
  border-top: none;
}

/*# sourceMappingURL=style.css.map */