/*!
Theme Name: Endeavour
Theme URI: http://pixelapart.com/demo/endeavour/
Author: PixelApart
Author URI: http://pixelapart.com
Description: Theme for your business adventure - startup, mobile app or even a lemonade stand.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: endeavour
Tags: two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, photography, portfolio  

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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> STYLE BIBLE:
----------------------------------------------------------------
# 1) Element Heading (usually h3) - widgets, homeblocks etc. font-size: 20px; font-weight: 400;
# 2) Block Heading (usually h2) - home blocks; font-size: 32px; font-weight: 300;
# 3) Post Heading in index (usually h2) - font-size: 28px; font-weight: 400;
#
#
#
#
#
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* line 1, sass/_normalize.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 7, sass/_normalize.scss */
body {
  margin: 0;
}

/* line 11, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 26, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 34, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 39, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 44, sass/_normalize.scss */
a {
  background-color: transparent;
}

/* line 48, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 53, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 57, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 62, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 66, sass/_normalize.scss */
h1 {
  font-size: 32px;
  margin: 10px 0;
}

/* line 71, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 76, sass/_normalize.scss */
small {
  font-size: 80%;
}

/* line 80, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 88, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 92, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 96, sass/_normalize.scss */
img {
  border: 0;
}

/* line 100, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 104, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 108, sass/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 113, sass/_normalize.scss */
pre {
  overflow: auto;
}

/* line 117, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/* line 125, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 135, sass/_normalize.scss */
button {
  overflow: visible;
}

/* line 139, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 144, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 152, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 163, sass/_normalize.scss */
input {
  line-height: normal;
}

/* line 167, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 173, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 178, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 183, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 189, sass/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 194, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 198, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 202, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 207, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* line 1, sass/typography/_typography.scss */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}

/* line 1, sass/typography/_headings.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
}

/* line 1, sass/typography/_copy.scss */
p {
  margin-bottom: 24px;
}

/* line 5, sass/typography/_copy.scss */
dfn, cite, em, i {
  font-style: italic;
}

/* line 9, sass/typography/_copy.scss */
blockquote {
  margin: 0 24px;
}

/* line 13, sass/typography/_copy.scss */
address {
  margin: 0 0 24px;
}

/* line 17, sass/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
}

/* line 28, sass/typography/_copy.scss */
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 12px;
}

/* line 33, sass/typography/_copy.scss */
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 38, sass/typography/_copy.scss */
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 43, sass/typography/_copy.scss */
big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* line 1, sass/elements/_elements.scss */
html {
  box-sizing: border-box;
}

/* line 5, sass/elements/_elements.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* line 11, sass/elements/_elements.scss */
body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */
}

/* line 15, sass/elements/_elements.scss */
blockquote, q {
  quotes: "" "";
}
/* line 18, sass/elements/_elements.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 25, sass/elements/_elements.scss */
.entry-content blockquote, .entry-content q {
  border-left: 2px solid #17BEBB;
  padding-left: 8px;
  margin-bottom: 16px;
}

/* line 32, sass/elements/_elements.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 24px;
}

/* line 1, sass/elements/_lists.scss */
ul, ol {
  margin: 0 0 24px 48px;
}

/* line 5, sass/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 9, sass/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 13, sass/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 36px;
}

/* line 19, sass/elements/_lists.scss */
dt {
  font-weight: bold;
}

/* line 23, sass/elements/_lists.scss */
dd {
  margin: 0 24px 24px;
}

/* line 41, sass/elements/_elements.scss */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* line 1, sass/elements/_tables.scss */
table {
  margin: 0 0 24px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* line 1, sass/forms/_buttons.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.more-link {
  border: 0;
  border-radius: 3px;
  background: #17BEBB;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 16px 32px;
  display: inline-block;
  transition: 300ms;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.25) inset !important;
}
/* line 19, sass/forms/_buttons.scss */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
a.more-link:hover {
  color: #fff;
  background: #1ad5d1;
  text-decoration: none;
}
/* line 30, sass/forms/_buttons.scss */
button.transparent,
input[type="button"].transparent,
input[type="reset"].transparent,
input[type="submit"].transparent,
a.button.transparent,
a.more-link.transparent {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7) !important;
}
/* line 34, sass/forms/_buttons.scss */
button.transparent:hover,
input[type="button"].transparent:hover,
input[type="reset"].transparent:hover,
input[type="submit"].transparent:hover,
a.button.transparent:hover,
a.more-link.transparent:hover {
  color: #fff;
  box-shadow: inset 0 0 0 1px white !important;
}
/* line 40, sass/forms/_buttons.scss */
button.large-button,
input[type="button"].large-button,
input[type="reset"].large-button,
input[type="submit"].large-button,
a.button.large-button,
a.more-link.large-button {
  font-size: 20px;
  line-height: 20px;
}

/* line 1, sass/forms/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
/* line 22, sass/forms/_fields.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

/* line 27, sass/forms/_fields.scss */
select {
  border: 1px solid #ccc;
}

/* line 31, sass/forms/_fields.scss */
textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* line 1, sass/navigation/_links.scss */
a {
  color: #17BEBB;
  text-decoration: none;
}
/* line 5, sass/navigation/_links.scss */
a:hover, a:focus, a:active {
  color: #17BEBB;
  text-decoration: underline;
}
/* line 11, sass/navigation/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 14, sass/navigation/_links.scss */
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* line 1, sass/navigation/_menus.scss */
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
/* line 7, sass/navigation/_menus.scss */
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/* line 13, sass/navigation/_menus.scss */
.main-navigation ul ul {
  background-color: #272727;
  float: left;
  position: absolute;
  top: 24px;
  padding-top: 16px;
  left: -999em;
  z-index: 99999;
}
/* line 22, sass/navigation/_menus.scss */
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
/* line 27, sass/navigation/_menus.scss */
.main-navigation ul ul li {
  padding: 2px 16px;
}
/* line 28, sass/navigation/_menus.scss */
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
/* line 35, sass/navigation/_menus.scss */
.main-navigation ul ul a {
  width: 160px;
}
/* line 48, sass/navigation/_menus.scss */
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
/* line 54, sass/navigation/_menus.scss */
.main-navigation li {
  float: left;
  position: relative;
  padding: 0 8px;
}
/* line 60, sass/navigation/_menus.scss */
.main-navigation li:last-child {
  margin-right: 0;
}
/* line 67, sass/navigation/_menus.scss */
.main-navigation li.menu-item-has-children:hover {
  background-color: #272727 !important;
}
/* line 72, sass/navigation/_menus.scss */
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
/* line 85, sass/navigation/_menus.scss */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 769px) {
  /* line 91, sass/navigation/_menus.scss */
  .menu-toggle {
    display: none;
  }

  /* line 94, sass/navigation/_menus.scss */
  .main-navigation ul {
    display: block;
  }
}
/* line 103, sass/navigation/_menus.scss */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 48px;
  overflow: hidden;
}
/* line 108, sass/navigation/_menus.scss */
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
/* line 112, sass/navigation/_menus.scss */
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  position: relative;
  padding-left: 15px;
}
/* line 116, sass/navigation/_menus.scss */
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  font-family: Fontawesome;
  position: absolute;
  left: 0;
  line-height: 26px;
  font-size: 12px;
  content: "\f053";
}
/* line 127, sass/navigation/_menus.scss */
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/* line 132, sass/navigation/_menus.scss */
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  position: relative;
  padding-right: 15px;
}
/* line 136, sass/navigation/_menus.scss */
.comment-navigation .nav-next a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-next a:before {
  font-family: Fontawesome;
  position: absolute;
  right: 0;
  line-height: 26px;
  font-size: 12px;
  content: "\f054";
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* line 2, sass/modules/_accessibility.scss */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/* line 9, sass/modules/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
/* line 30, sass/modules/_accessibility.scss */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/* line 1, sass/modules/_alignments.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

/* line 7, sass/modules/_alignments.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

/* line 13, sass/modules/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/* line 1, sass/modules/_clearings.scss */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

/* line 16, sass/modules/_clearings.scss */
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_widgets.scss */
.widget {
  margin: 0 0 48px;
  padding: 0 8px;
  font-size: 14px;
  /* Make sure select elements fit in widgets. */
}
/* line 7, sass/site/secondary/_widgets.scss */
.widget select {
  max-width: 100%;
}
/* line 11, sass/site/secondary/_widgets.scss */
.widget ul {
  margin: 0;
  padding: 0 0 0 20px;
}
/* line 16, sass/site/secondary/_widgets.scss */
.widget a {
  color: #404040;
}
/* line 20, sass/site/secondary/_widgets.scss */
.widget .widget-title {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}
/* line 29, sass/site/secondary/_widgets.scss */
.widget:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

/* line 36, sass/site/secondary/_widgets.scss */
.widget_search input[type="submit"] {
  padding: 8px;
}

/* Homepage blocks */
/* line 42, sass/site/secondary/_widgets.scss */
.homepage-block {
  overflow: hidden;
  margin-bottom: 64px;
}
/* line 47, sass/site/secondary/_widgets.scss */
.homepage-block:last-child {
  margin-bottom: 0;
}
/* line 51, sass/site/secondary/_widgets.scss */
.homepage-block .widget-title {
  margin-top: 0;
  text-align: center;
  font-weight: 300;
  font-size: 32px;
}

/* line 62, sass/site/secondary/_widgets.scss */
.jetpack_subscription_widget #subscribe-email {
  margin-bottom: 8px;
}
/* line 66, sass/site/secondary/_widgets.scss */
.jetpack_subscription_widget input[type=submit] {
  padding: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/site/primary/_posts-and-pages.scss */
.hentry {
  overflow: hidden;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  text-align: justify;
}
/* line 14, sass/site/primary/_posts-and-pages.scss */
.hentry .entry-content p {
  margin-top: 0;
}
/* line 18, sass/site/primary/_posts-and-pages.scss */
.hentry .entry-content p:last-child {
  margin-bottom: 0;
}
/* line 27, sass/site/primary/_posts-and-pages.scss */
.hentry:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}

/* line 41, sass/site/primary/_posts-and-pages.scss */
body.single .hentry .entry-content > p:first-child:first-letter, body.page .hentry .entry-content > p:first-child:first-letter {
  font-size: 56px;
  line-height: 46px;
  font-weight: 700;
  float: left;
  padding-top: 2px;
  padding-right: 8px;
}
/* line 53, sass/site/primary/_posts-and-pages.scss */
body.single .hentry .no-image .entry-title, body.page .hentry .no-image .entry-title {
  text-align: left;
}

/* line 60, sass/site/primary/_posts-and-pages.scss */
.byline,
.updated:not(.published) {
  display: none;
}

/* line 65, sass/site/primary/_posts-and-pages.scss */
.single .byline,
.group-blog .byline {
  display: inline;
}

/* line 70, sass/site/primary/_posts-and-pages.scss */
.page-content,
.entry-summary {
  margin: 8px 0 0;
}

/* line 75, sass/site/primary/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 24px;
}

/* line 81, sass/site/primary/_posts-and-pages.scss */
.entry-header {
  margin: 16px 0;
}
/* line 84, sass/site/primary/_posts-and-pages.scss */
.entry-header .entry-title {
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 28px;
}
/* line 90, sass/site/primary/_posts-and-pages.scss */
.entry-header .entry-title a {
  text-decoration: none;
  color: #404040;
}
/* line 93, sass/site/primary/_posts-and-pages.scss */
.entry-header .entry-title a:hover {
  color: #17BEBB;
}

/* line 102, sass/site/primary/_posts-and-pages.scss */
body.blog .entry-title, body.archive .entry-title, body.search-results .entry-title {
  text-align: left;
}
/* line 110, sass/site/primary/_posts-and-pages.scss */
body.blog .entry-thumbnail, body.archive .entry-thumbnail, body.search-results .entry-thumbnail {
  text-align: center;
}
/* line 114, sass/site/primary/_posts-and-pages.scss */
body.blog .hentry, body.archive .hentry, body.search-results .hentry {
  margin-bottom: 64px;
  padding-bottom: 64px;
}
/* line 120, sass/site/primary/_posts-and-pages.scss */
body.blog .site-main > article:first-child .entry-content-wrapper, body.archive .site-main > article:first-child .entry-content-wrapper, body.search-results .site-main > article:first-child .entry-content-wrapper {
  padding-top: 0;
}
/* line 124, sass/site/primary/_posts-and-pages.scss */
body.blog .site-main > article:first-child .entry-header, body.archive .site-main > article:first-child .entry-header, body.search-results .site-main > article:first-child .entry-header {
  margin-top: 0;
}

/* line 130, sass/site/primary/_posts-and-pages.scss */
.read-more {
  margin-top: 16px;
}
/* line 133, sass/site/primary/_posts-and-pages.scss */
.read-more a {
  display: inline-block;
}

/* line 138, sass/site/primary/_posts-and-pages.scss */
.entry-meta {
  color: #939393;
  font-size: 12px;
  margin: 0;
}
/* line 143, sass/site/primary/_posts-and-pages.scss */
.entry-meta a {
  color: #939393;
}
/* line 147, sass/site/primary/_posts-and-pages.scss */
.entry-meta > span {
  margin-right: 16px;
}
/* line 152, sass/site/primary/_posts-and-pages.scss */
.entry-meta .posted-on:before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 300;
  content: "\f017";
}
/* line 161, sass/site/primary/_posts-and-pages.scss */
.entry-meta .byline:before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 300;
  content: "\f007";
}
/* line 170, sass/site/primary/_posts-and-pages.scss */
.entry-meta .cat-links:before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 300;
  content: "\f07c";
}
/* line 179, sass/site/primary/_posts-and-pages.scss */
.entry-meta .tags-links:before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 300;
  content: "\f02c";
}
/* line 188, sass/site/primary/_posts-and-pages.scss */
.entry-meta .comments-link:before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 300;
  content: "\f112";
}
/* line 197, sass/site/primary/_posts-and-pages.scss */
.entry-meta .edit-link:before {
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 300;
  content: "\f040";
}

/* line 209, sass/site/primary/_posts-and-pages.scss */
.comments-area .comments-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 32px;
}
/* line 215, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list {
  margin-left: 0;
  padding-left: 0;
}
/* line 220, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body {
  padding-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid #ccc;
  text-align: justify;
}
/* line 227, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta {
  overflow: hidden;
}
/* line 231, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta .comment-author {
  float: left;
  height: 32px;
}
/* line 235, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta .comment-author img {
  margin-right: 16px;
  float: left;
}
/* line 240, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta .comment-author .fn {
  float: left;
  line-height: 32px;
}
/* line 245, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta .comment-author .says {
  display: none;
}
/* line 250, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta .comment-metadata {
  float: right;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
}
/* line 257, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta .comment-metadata a {
  color: #404040;
}
/* line 262, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-body .comment-meta .comment-awaiting-moderation {
  float: left;
  width: 100%;
  margin-left: 48px;
}
/* line 270, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-content {
  margin-left: 48px;
}
/* line 273, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-content p {
  margin-top: 0;
}
/* line 277, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
/* line 282, sass/site/primary/_posts-and-pages.scss */
.comments-area .comment-list .reply {
  margin: 8px 0 0 48px;
}

/* line 290, sass/site/primary/_posts-and-pages.scss */
.comment-respond label {
  display: block;
}
/* line 294, sass/site/primary/_posts-and-pages.scss */
.comment-respond .comment-reply-title {
  font-weight: 400;
}

/* line 300, sass/site/primary/_posts-and-pages.scss */
.error-404 input[type="submit"] {
  padding: 8px;
}

/* line 307, sass/site/primary/_posts-and-pages.scss */
.sticky:before {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 20px;
  color: #17BEBB;
  font-family: FontAwesome;
  margin-right: 5px;
  font-weight: 300;
  content: "\f005";
}

/* line 2, sass/site/primary/_blog_hero_image.scss */
body.blog #masthead {
  background-color: transparent;
  color: #fff;
}
/* line 7, sass/site/primary/_blog_hero_image.scss */
body.blog #masthead a {
  color: #fff;
}

/* line 13, sass/site/primary/_blog_hero_image.scss */
.blog-hero-image {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: -32px;
  margin-top: 0;
}
/* line 23, sass/site/primary/_blog_hero_image.scss */
.blog-hero-image .blog-hero-image-overlay {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 29, sass/site/primary/_blog_hero_image.scss */
.blog-hero-image .blog-hero-content {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 36, sass/site/primary/_blog_hero_image.scss */
.blog-hero-image .blog-hero-content .page-title {
  color: #fefefe;
  font-size: 64px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 16px auto;
  line-height: 64px;
}
/* line 46, sass/site/primary/_blog_hero_image.scss */
.blog-hero-image .blog-hero-content .entry-meta {
  color: #fff;
}
/* line 50, sass/site/primary/_blog_hero_image.scss */
.blog-hero-image .blog-hero-content .entry-meta a, .blog-hero-image .blog-hero-content .entry-meta i {
  color: #fff;
}

/* line 57, sass/site/primary/_blog_hero_image.scss */
.archive-header {
  margin-top: 64px;
  padding-top: 32px;
  text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 4, sass/site/primary/_comments.scss */
.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Content Wrapper
--------------------------------------------------------------*/
/* line 1, sass/site/primary/_content-wrapper.scss */
#content-wrapper {
  max-width: 1200px;
  overflow: hidden;
  margin: 100px auto 48px auto;
}

/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
/* line 1, sass/site/wrapper/_header.scss */
#masthead {
  padding: 16px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* line 9, sass/site/wrapper/_header.scss */
#masthead .header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 12;
}
/* line 16, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .site-branding {
  color: #fff;
}
/* line 20, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .site-branding .site-title {
  font-size: 16px;
  line-height: 32px;
  float: left;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
/* line 29, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .site-branding .site-title a {
  text-decoration: none;
  color: #fff;
}
/* line 33, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .site-branding .site-title a:hover {
  color: #17BEBB;
}
/* line 39, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .site-branding .site-tagline {
  float: left;
  margin: 0 0 0 16px;
  line-height: 32px;
  font-size: 14px;
}
/* line 47, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation {
  float: right;
  width: auto;
  clear: none;
  line-height: 30px;
  font-weight: 400;
}
/* line 56, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation .menu-item a, #masthead .header-wrapper .main-navigation .page_item a {
  color: #fff;
}
/* line 58, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation .menu-item a:hover, #masthead .header-wrapper .main-navigation .page_item a:hover {
  color: #17BEBB;
}
/* line 66, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation .menu-item-has-children:hover {
  background-color: #272727;
}
/* line 70, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation .menu-item-has-children > a:after {
  font-family: FontAwesome;
  margin-left: 5px;
  font-weight: 300;
  content: "\f107";
}
/* line 81, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation.transparent-nav .menu-item-has-children:hover {
  background-color: transparent;
}
/* line 87, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation .menu-social-icons {
  margin-left: 32px;
}
/* line 90, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation .menu-social-icons a {
  display: inline-block;
  float: left;
  margin-right: 16px;
  color: #fff;
}
/* line 95, sass/site/wrapper/_header.scss */
#masthead .header-wrapper .main-navigation .menu-social-icons a:hover {
  color: #17BEBB;
}
/* line 103, sass/site/wrapper/_header.scss */
#masthead .special-header-background {
  width: 100%;
  background-color: #272727;
  height: 100%;
  position: absolute;
  z-index: 11;
  bottom: 0;
  opacity: 0;
}
/* line 113, sass/site/wrapper/_header.scss */
#masthead #mobile-nav-bars {
  display: none;
}

/* line 120, sass/site/wrapper/_header.scss */
body.admin-bar #masthead {
  top: 32px;
}

/* line 3, sass/site/wrapper/_footer.scss */
#colophon .footer-widgets-wrapper {
  background-color: #272727;
  overflow: hidden;
  padding: 32px 16px;
}
/* line 8, sass/site/wrapper/_footer.scss */
#colophon .footer-widgets-wrapper .footer-widgets {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 12, sass/site/wrapper/_footer.scss */
#colophon .footer-widgets-wrapper .footer-widgets .widget {
  float: left;
  width: 25%;
  box-shadow: none !important;
  background-color: transparent;
  color: #fff;
  margin-bottom: 0;
}
/* line 20, sass/site/wrapper/_footer.scss */
#colophon .footer-widgets-wrapper .footer-widgets .widget a {
  color: #fff;
}
/* line 24, sass/site/wrapper/_footer.scss */
#colophon .footer-widgets-wrapper .footer-widgets .widget p:last-child {
  margin-bottom: 0;
}
/* line 31, sass/site/wrapper/_footer.scss */
#colophon .site-info-wrapper {
  background-color: #272727;
  padding: 20px 0;
  border-top: 1px solid #333;
}
/* line 36, sass/site/wrapper/_footer.scss */
#colophon .site-info-wrapper .site-info {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}
/* line 43, sass/site/wrapper/_footer.scss */
#colophon .site-info-wrapper .site-info a {
  color: #fff;
}
/* line 45, sass/site/wrapper/_footer.scss */
#colophon .site-info-wrapper .site-info a:hover {
  color: #17BEBB;
}

/*--------------------------------------------------------------
## Homepage blocks
--------------------------------------------------------------*/
/* line 1, sass/site/secondary/_testimonials.scss */
.homepage-block.widget_testimonial_widget {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  padding: 32px 0;
  margin-bottom: 0;
}
/* line 11, sass/site/secondary/_testimonials.scss */
.homepage-block.widget_testimonial_widget .testimonial-wrapper .testimonial-item {
  text-align: center;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 32px;
  margin: 0 auto 16px auto;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.25) inset !important;
  position: relative;
  max-width: 600px;
}
/* line 24, sass/site/secondary/_testimonials.scss */
.homepage-block.widget_testimonial_widget .testimonial-wrapper .testimonial-item blockquote:before {
  width: 50px;
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  font-size: 32px;
  top: 20px;
  left: 10px;
  color: #939393;
  font-style: italic;
}
/* line 36, sass/site/secondary/_testimonials.scss */
.homepage-block.widget_testimonial_widget .testimonial-wrapper .testimonial-item blockquote:after {
  width: 50px;
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  font-size: 32px;
  bottom: 20px;
  right: 10px;
  color: #939393;
  font-style: italic;
}
/* line 50, sass/site/secondary/_testimonials.scss */
.homepage-block.widget_testimonial_widget .testimonial-wrapper .testimonial-item .testimonial-thumb {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  overflow: hidden;
}
/* line 62, sass/site/secondary/_testimonials.scss */
.homepage-block.widget_testimonial_widget .testimonial-wrapper .owl-pagination .owl-page.active span {
  background: #17BEBB;
}

/* line 1, sass/site/secondary/_portfolios.scss */
.homepage-block.widget_portfolio_widget {
  margin-bottom: 0;
}
/* line 7, sass/site/secondary/_portfolios.scss */
.homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item {
  text-align: center;
  width: 33.3333%;
  height: 350px;
  float: left;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
/* line 19, sass/site/secondary/_portfolios.scss */
.homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 190, 187, 0.75);
  z-index: 5;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
/* line 33, sass/site/secondary/_portfolios.scss */
.homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item .portfolio-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
/* line 42, sass/site/secondary/_portfolios.scss */
.homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item .portfolio-title a {
  color: #fff;
}
/* line 45, sass/site/secondary/_portfolios.scss */
.homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item .portfolio-title a:hover {
  text-decoration: none;
}
/* line 52, sass/site/secondary/_portfolios.scss */
.homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

/* line 1, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget {
  margin-bottom: 0;
  padding: 32px 0;
  background: #fff;
}
/* line 7, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 32px;
}
/* line 14, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item {
  width: 504px;
  float: left;
  margin: 32px 32px 0 32px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 2px;
}
/* line 23, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item:nth-child(1), .homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item:nth-child(2) {
  margin-top: 0;
}
/* line 27, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
/* line 35, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image.no-image {
  padding: 88px 0;
}
/* line 39, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image.no-image:before {
  font-family: FontAwesome;
  font-size: 84px;
  margin-right: 5px;
  font-weight: 300;
  content: "\f03e";
}
/* line 48, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image .blog-post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 190, 187, 0.75);
  z-index: 5;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
/* line 61, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image .blog-post-overlay .blog-post-overlay-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  width: 100%;
  padding: 0 32px;
  text-align: center;
  color: #fff;
  font-weight: 400;
}
/* line 72, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image .blog-post-overlay .blog-post-overlay-text a {
  color: #fff;
}
/* line 75, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image .blog-post-overlay .blog-post-overlay-text a:hover {
  text-decoration: none;
}
/* line 83, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image:hover .blog-post-overlay {
  opacity: 1;
}
/* line 89, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-details {
  padding: 16px 32px 32px 32px;
  min-height: 166px;
}
/* line 94, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-details .blog-post-title {
  margin: 0 0 16px 0;
  font-weight: 400;
  font-size: 20px;
}
/* line 100, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-details .blog-post-title a {
  color: #404040;
}
/* line 103, sass/site/secondary/_blog-posts.scss */
.homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-details .blog-post-title a:hover {
  text-decoration: none;
  color: #17BEBB;
}

/* line 1, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 0;
}
/* line 7, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget.first {
  padding-top: 0;
  background-color: #ffffff;
}
/* line 11, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget.last {
  border-bottom: 0;
}
/* line 14, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget.even {
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 19, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget.odd {
  background-color: #ffffff;
}
/* line 23, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget .site-feature-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 30, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-image {
  width: 50%;
  float: left;
  padding: 32px 64px 32px;
  text-align: right;
}
/* line 36, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 44, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-description {
  width: 50%;
  float: left;
  padding: 32px 64px 32px;
}
/* line 49, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-description .site-feature-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
/* line 57, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-description .site-feature-button .button {
  display: inline-block;
}
/* line 65, sass/site/secondary/_site-feature.scss */
.homepage-block.widget_site_feature_widget .site-feature-wrapper.image-right .site-feature-image {
  float: right;
  text-align: left;
}

/* line 1, sass/site/secondary/_call-to-action.scss */
.homepage-block.widget_call_to_action_widget {
  background: #fff;
  padding: 32px 0;
}
/* line 6, sass/site/secondary/_call-to-action.scss */
.homepage-block.widget_call_to_action_widget .call-to-action-wrapper {
  width: 1170px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
/* line 13, sass/site/secondary/_call-to-action.scss */
.homepage-block.widget_call_to_action_widget .call-to-action-wrapper .call-to-action-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  line-height: 32px;
}
/* line 21, sass/site/secondary/_call-to-action.scss */
.homepage-block.widget_call_to_action_widget .call-to-action-wrapper .button {
  display: inline-block;
  margin-left: 16px;
}

/* line 3, sass/site/secondary/_home-welcome.scss */
body.page-template-page-home #masthead {
  background-color: transparent;
  color: #fff;
}
/* line 8, sass/site/secondary/_home-welcome.scss */
body.page-template-page-home #masthead a {
  color: #fff;
}
/* line 13, sass/site/secondary/_home-welcome.scss */
body.page-template-page-home #content-wrapper {
  margin-top: 24px;
}

/* line 18, sass/site/secondary/_home-welcome.scss */
.home-welcome {
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}
/* line 27, sass/site/secondary/_home-welcome.scss */
.home-welcome .home-welcome-overlay {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 33, sass/site/secondary/_home-welcome.scss */
.home-welcome .home-welcome-content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 41, sass/site/secondary/_home-welcome.scss */
.home-welcome .home-welcome-content .home-welcome-title {
  color: #fefefe;
  font-size: 64px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 48px auto;
  line-height: 84px;
}
/* line 50, sass/site/secondary/_home-welcome.scss */
.home-welcome .home-welcome-content .button {
  margin: 0 8px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/* line 2, sass/modules/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.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. */
/* line 8, sass/modules/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* line 1, sass/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/* line 1, sass/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 9, sass/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 14, sass/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* line 1, sass/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
}

/* line 5, sass/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
/* line 11, sass/media/_galleries.scss */
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
/* line 15, sass/media/_galleries.scss */
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
/* line 19, sass/media/_galleries.scss */
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
/* line 23, sass/media/_galleries.scss */
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
/* line 27, sass/media/_galleries.scss */
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
/* line 31, sass/media/_galleries.scss */
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
/* line 35, sass/media/_galleries.scss */
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
/* line 39, sass/media/_galleries.scss */
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

/* line 44, sass/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/* line 1, sass/layout/_content-sidebar.scss */
.content-area {
  float: left;
  margin: 0 -25% 0 0;
  width: 100%;
}

/* line 7, sass/layout/_content-sidebar.scss */
.site-main {
  margin: 0 25% 0 0;
  padding-right: 64px;
}

/* line 12, sass/layout/_content-sidebar.scss */
.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}

/* line 18, sass/layout/_content-sidebar.scss */
.site-footer {
  clear: both;
  width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3, sass/responsive/_medium.scss */
  #content-wrapper {
    width: 992px;
  }

  /* line 8, sass/responsive/_medium.scss */
  #colophon .site-info {
    max-width: 992px;
  }

  /* line 14, sass/responsive/_medium.scss */
  #masthead .header-wrapper {
    max-width: 992px;
  }

  /* line 20, sass/responsive/_medium.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper {
    width: 992px;
  }
  /* line 24, sass/responsive/_medium.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-image {
    padding: 16px 32px 16px;
  }
  /* line 28, sass/responsive/_medium.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-description {
    padding: 16px 32px 16px;
  }

  /* line 36, sass/responsive/_medium.scss */
  .homepage-block.widget_call_to_action_widget .call-to-action-wrapper {
    width: 992px;
  }

  /* line 44, sass/responsive/_medium.scss */
  .homepage-block.widget_home_post_widget .blog-post-wrapper {
    width: 992px;
    padding: 0;
  }
  /* line 49, sass/responsive/_medium.scss */
  .homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item {
    width: 432px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, sass/responsive/_small.scss */
  #content-wrapper {
    width: 768px;
    padding: 0 8px;
  }

  /* line 8, sass/responsive/_small.scss */
  #colophon .site-info {
    max-width: 768px;
    padding: 0 8px;
  }

  /* line 15, sass/responsive/_small.scss */
  #masthead .header-wrapper {
    max-width: 768px;
    padding: 0 8px;
  }

  /* line 23, sass/responsive/_small.scss */
  .homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item {
    width: 50%;
  }

  /* line 30, sass/responsive/_small.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper {
    width: 768px;
  }
  /* line 34, sass/responsive/_small.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-image {
    padding: 16px 32px 16px;
  }
  /* line 38, sass/responsive/_small.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-description {
    padding: 16px 32px 16px;
  }

  /* line 46, sass/responsive/_small.scss */
  .homepage-block.widget_call_to_action_widget .call-to-action-wrapper {
    width: 768px;
  }

  /* line 54, sass/responsive/_small.scss */
  .homepage-block.widget_home_post_widget .blog-post-wrapper {
    width: 768px;
    padding: 0;
  }
  /* line 59, sass/responsive/_small.scss */
  .homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item {
    width: 320px;
    margin: 64px 32px 0 32px;
  }
  /* line 64, sass/responsive/_small.scss */
  .homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item .blog-post-image {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 3, sass/responsive/_extra-small.scss */
  #masthead {
    position: absolute;
  }
  /* line 7, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper {
    max-width: 100%;
    padding: 0 8px;
  }
  /* line 11, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .site-branding {
    text-align: center;
    position: relative;
    z-index: 10;
  }
  /* line 16, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .site-branding .site-title {
    float: none;
  }
  /* line 21, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation {
    float: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 28, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation .menu-toggle {
    padding: 0 16px;
    display: block !important;
    width: 46px;
    z-index: 11;
    position: relative;
    color: #fff;
  }
  /* line 39, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu {
    width: 100%;
    overflow: hidden;
    background: #272727;
    margin-top: 16px;
    padding: 16px 0;
  }
  /* line 46, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu li {
    width: 100%;
    padding: 4px 16px;
  }
  /* line 50, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu li a {
    width: 100%;
  }
  /* line 55, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu .menu-social-icons {
    margin-left: 0;
  }
  /* line 59, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu .sub-menu {
    display: none;
  }
  /* line 65, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu > li.focus .sub-menu, #masthead .header-wrapper .main-navigation.toggled .menu li:hover .sub-menu {
    float: none;
    width: 100%;
    position: relative;
    top: 0;
  }
  /* line 71, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu > li.focus .sub-menu li, #masthead .header-wrapper .main-navigation.toggled .menu li:hover .sub-menu li {
    width: 100%;
    float: none;
    margin: 0;
  }
  /* line 78, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu > li.focus > .sub-menu, #masthead .header-wrapper .main-navigation.toggled .menu li:hover > .sub-menu {
    left: 16px;
    display: block;
  }
  /* line 83, sass/responsive/_extra-small.scss */
  #masthead .header-wrapper .main-navigation.toggled .menu > li.focus > .sub-menu li.focus .sub-menu, #masthead .header-wrapper .main-navigation.toggled .menu li:hover > .sub-menu li.focus .sub-menu {
    position: relative;
    display: block;
    left: 16px;
  }

  /* line 100, sass/responsive/_extra-small.scss */
  body.admin-bar #masthead {
    top: 46px;
  }

  /* line 105, sass/responsive/_extra-small.scss */
  #content-wrapper {
    max-width: 100%;
    padding: 0 .8px;
  }
  /* line 109, sass/responsive/_extra-small.scss */
  #content-wrapper #primary {
    margin: 0;
    float: none;
  }
  /* line 113, sass/responsive/_extra-small.scss */
  #content-wrapper #primary .site-main {
    margin: 0;
    padding-right: 0;
  }
  /* line 119, sass/responsive/_extra-small.scss */
  #content-wrapper #secondary {
    width: 100%;
    float: none;
  }

  /* line 126, sass/responsive/_extra-small.scss */
  #colophon .site-info {
    max-width: 100%;
    padding: 0 8px;
  }

  /* line 132, sass/responsive/_extra-small.scss */
  .home-welcome-title {
    font-size: 48px !important;
  }

  /* line 138, sass/responsive/_extra-small.scss */
  .homepage-block.widget_portfolio_widget .portfolio-wrapper .portfolio-item {
    width: 100%;
    height: 320px;
  }

  /* line 146, sass/responsive/_extra-small.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper {
    max-width: 600px;
  }
  /* line 150, sass/responsive/_extra-small.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-image {
    padding: 16px;
    float: none;
    width: 100%;
    text-align: center !important;
  }
  /* line 157, sass/responsive/_extra-small.scss */
  .homepage-block.widget_site_feature_widget .site-feature-wrapper .site-feature-description {
    padding: 16px;
    float: none;
    width: 100%;
  }

  /* line 167, sass/responsive/_extra-small.scss */
  .homepage-block.widget_call_to_action_widget .call-to-action-wrapper {
    width: 100%;
    max-width: 600px;
  }

  /* line 174, sass/responsive/_extra-small.scss */
  #content-wrapper {
    padding: 0 8px;
  }

  /* line 178, sass/responsive/_extra-small.scss */
  .widget-area {
    margin-top: 64px;
    border-top: 1px solid #ccc;
    padding-top: 64px;
  }

  /* line 188, sass/responsive/_extra-small.scss */
  #colophon .footer-widgets-wrapper .footer-widgets .widget {
    float: none;
    width: 100%;
    margin-bottom: 32px;
  }
  /* line 193, sass/responsive/_extra-small.scss */
  #colophon .footer-widgets-wrapper .footer-widgets .widget:last-child {
    margin-bottom: 0;
  }

  /* line 202, sass/responsive/_extra-small.scss */
  .homepage-block.widget_home_post_widget .blog-post-wrapper {
    width: 100%;
    padding: 0 16px;
  }
  /* line 207, sass/responsive/_extra-small.scss */
  .homepage-block.widget_home_post_widget .blog-post-wrapper .blog-post-item {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
