/* style.scss */
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  background: #f1f1f1; }

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

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

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

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

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

/**
 * Colours
 */
/**
 * 2.0 - Genericons
 */
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .content__title a:after,
.content__entry .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

@font-face {
  font-family: "icons";
  src: url("icons/icons.eot");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "icons";
  src: url("icons/icons.eot");
  src: url("icons/icons.eot?#iefix") format("embedded-opentype"), url("icons/icons.woff") format("woff"), url("icons/icons.ttf") format("truetype"), url("icons/icons.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.blurb__content a, .asidecontent__box a, .widget_text a, .siteheader li, .calltoaction__links a, .blurb__content li {
  font-family: "icons";
  position: relative;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Placeholders
 */
.propertylisting__attributes, .propertylisting__overlay, .wpp_pagination_slider_status, .property__stats li, .sitefooter {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.blurb__content a, .asidecontent__box a, .widget_text a {
  display: inline-block;
  margin: 10px 0;
  padding-right: 30px; }
  .blurb__content a:after, .asidecontent__box a:after, .widget_text a:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    content: "\f101";
    font-size: 20px;
    color: #cecbe6; }

.hentry, .blurb {
  position: relative;
  max-width: 980px;
  margin: 2% auto; }

.content__title, .property__title, .featuredproperties__title, .blurb__header, .propertylisting__title {
  font-size: 18px;
  line-height: 1.3636;
  font-weight: normal;
  text-align: left;
  color: #005198;
  display: block;
  padding: 1em 0 0.8em; }

.content__title, .property__title {
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 20px; }

.hentry .content__entry h2, .hentry .content__entry h3, .property_content h2 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #005198;
  padding: 1em 0 0.8em; }

.featuredproperties__price, .propertylisting__price, .property__price {
  background: #404040;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  padding: 10px;
  font-size: 12px; }

/**
 * 3.0 Typography
 */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: Georgia, serif;
  font-size: 12px;
  font-size: 1.5rem;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700; }

p {
  margin-bottom: 1em; }

b,
strong {
  font-weight: 700; }

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

blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em; }

blockquote p {
  margin-bottom: 1.6667em; }

blockquote > p:last-child {
  margin-bottom: 0; }

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

address {
  font-style: italic;
  margin: 0 0 1.6em; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help; }

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

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/**
 * 4.0 Elements
 */
html, body {
  background: #fff;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em; }

ul,
ol {
  margin: 0 0 1.6em 1.3333em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0; }

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.6em; }

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

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

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 0.4em; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

del {
  opacity: 0.8; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif; }

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif; }

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif; }

/**
 * 5.0 Forms
 */
button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

input,
textarea {
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333; }

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0; }

.post-password-form {
  position: relative; }

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase; }

.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0; }

/**
 * 6.0 Navigations
 */
/**
 * 6.1 Links
 */
a {
  color: #005198;
  text-decoration: none; }

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

/**
 * 6.2 Menus
 */
.mainnavigation {
  margin: 0; }
  .mainnavigation .mainnavigation__list {
    display: block;
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.67); }
  .mainnavigation a {
    display: block;
    padding: 0.8em 0.2em;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: Georgia, serif;
    text-decoration: none;
    color: #005198; }
    .mainnavigation a:hover {
      color: #404040; }
  .mainnavigation ul {
    display: block;
    list-style: none;
    margin: 0;
    background: #cecbe6;
    padding: 0 2%; }
  .mainnavigation li {
    position: relative;
    border-top: 1px solid #8c8c8c; }
    .mainnavigation li:first-child {
      border: none; }

.mainnavigation ul ul {
  display: none;
  margin-left: 0.8em; }

.mainnavigation ul .toggled-on {
  display: block; }

.mainnavigation .current_page_item > a,
.mainnavigation .current-mainnavigation__item > a,
.mainnavigation .current_page_ancestor > a {
  color: #404040; }

.mainnavigation .mainnavigation__list > ul > li:first-child,
.mainnavigation .mainnavigation__list > li:first-child {
  border-top: 0; }

.mainnavigation .mainnavigation__item-description {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5; }

.no-js .mainnavigation ul ul {
  display: block; }

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  box-sizing: content-box;
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  /* Stop screen readers to read the text as capital letters */
  top: 3px;
  right: 0;
  width: 42px; }

.dropdown-toggle:after {
  color: #333;
  content: "\f431";
  font-size: 24px;
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px; }

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1); }

.dropdown-toggle:focus {
  outline: 1px solid #c1c1c1;
  outline: 1px solid rgba(51, 51, 51, 0.3); }

.dropdown-toggle.toggle-on:after {
  content: "\f432"; }

.social-navigation {
  margin: 9.0909% 0; }

.social-navigation ul {
  list-style: none;
  margin: 0 0 -1.6em 0; }

.social-navigation li {
  float: left; }

.social-navigation a {
  display: block;
  height: 3.2em;
  position: relative;
  width: 3.2em; }

.social-navigation a:before {
  content: "\f415";
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0; }

.social-navigation a[href$="/feed/"]:before {
  content: "\f413"; }

.social-navigation a[href*="codepen.io"]:before {
  content: "\f216"; }

.social-navigation a[href*="digg.com"]:before {
  content: "\f221"; }

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201"; }

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225"; }

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203"; }

.social-navigation a[href*="flickr.com"]:before {
  content: "\f211"; }

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226"; }

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206"; }

.social-navigation a[href*="github.com"]:before {
  content: "\f200"; }

.social-navigation a[href*="instagram.com"]:before {
  content: "\f215"; }

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208"; }

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210"; }

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224"; }

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217"; }

.social-navigation a[href*="reddit.com"]:before {
  content: "\f222"; }

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223"; }

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214"; }

.social-navigation a[href*="twitter.com"]:before {
  content: "\f202"; }

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212"; }

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f205"; }

.social-navigation a[href*="youtube.com"]:before {
  content: "\f213"; }

.social-navigation a[href*="mailto:"]:before {
  content: "\f410"; }

.social-navigation a[href*="spotify.com"]:before {
  content: "\f515"; }

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516"; }

.secondary-toggle {
  background-color: transparent;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%%;
  right: 0%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px; }

.secondary-toggle:before {
  color: #fff;
  content: "\f419";
  line-height: 40px;
  width: 40px; }

.secondary-toggle:hover,
.secondary-toggle:focus {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: 0; }

.secondary-toggle.toggled-on:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: 1px;
  left: -1px; }

.post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 700; }

.post-navigation a {
  display: block;
  padding: 3.8461% 7.6923%; }

.post-navigation span {
  display: block; }

.post-navigation .meta-nav {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  z-index: 2; }

.post-navigation .post-title {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  position: relative;
  z-index: 2; }

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative; }

.post-navigation a:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.post-navigation a:hover:before,
.post-navigation a:focus:before {
  opacity: 0.5; }

.post-navigation .meta-nav {
  opacity: 0.8; }

.post-navigation div + div {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

.pagination {
  background-color: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-family: "Noto Sans", sans-serif; }

.pagination .nav-links {
  min-height: 3.2em;
  position: relative;
  text-align: center; }

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important; }

.pagination .page-numbers {
  display: none;
  line-height: 3.2em;
  padding: 0 0.6667em; }

.pagination .page-numbers.current {
  text-transform: uppercase; }

.pagination .current {
  display: inline-block;
  font-weight: 700; }

.pagination .prev,
.pagination .next {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 48px; }

.pagination .prev:before,
.pagination .next:before {
  font-size: 32px;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 48px; }

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7); }

.pagination .prev {
  left: 0; }

.pagination .prev:before {
  content: "\f430";
  left: -1px; }

.pagination .next {
  right: 0; }

.pagination .next:before {
  content: "\f429";
  right: -1px; }

.image-navigation,
.comment-navigation {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase; }

.image-navigation a,
.comment-navigation a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
  color: #333; }

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block; }

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\2215";
  font-weight: 400;
  margin: 0 0.7em; }

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
  content: "\f430";
  margin-right: 0.2em;
  position: relative; }

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
  content: "\f429";
  margin-left: 0.2em;
  position: relative; }

.comment-navigation {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2em 0; }

.comments-title + .comment-navigation {
  border-bottom: 0; }

.image-navigation {
  padding: 0 7.6923%; }

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
  margin-bottom: 2em; }

/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em; }

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif; }

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000; }

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

/**
 * 9.0 Clearings
 */
.clear:before,
.clear:after,
.site:before,
.site:after,
.content__entry:before,
.content__entry:after,
.comment-content:before,
.comment-content:after,
.content:before,
.content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table; }

.clear:after,
.site:after,
.content__entry:after,
.comment-content:after,
.content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both; }

/**
 * 10.0 Header
 */
.siteheader {
  background-color: #005198;
  padding: 1% 2%; }
  .siteheader ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    right: 0;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 16px; }
  .siteheader li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px; }
    .siteheader li a {
      color: white; }
      .siteheader li a:hover {
        text-decoration: underline; }
    .siteheader li:before {
      position: absolute;
      left: 0;
      content: "\f103";
      font-size: 18px;
      color: white; }
    .siteheader li:first-child:before {
      content: "\f102";
      font-size: 20px; }

.siteheader__branding {
  position: relative;
  width: 100%; }

.siteheader__logo {
  width: 50%;
  max-width: 284px;
  float: left; }

.siteheader__logo img {
  width: 100%; }

.site-description {
  display: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5em 0 0;
  opacity: 0.7; }

.clearfix:after, .blurb:after, .propertylisting__item:after, .property__gallery:after {
  content: "";
  display: table;
  clear: both; }

/**
 * 12.0 Content
 */
.sidebar {
  position: relative;
  z-index: 2; }

.secondary {
  background-color: #fff;
  display: none; }

.secondary .widget-title {
  display: none; }

.secondary.toggled-on {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block; }

/**
 * 12.1 Posts and pages
 */
.content {
  margin: 0 2%; }

.home .content {
  margin: 0; }

.hentry .content__entry {
  font-size: 12px; }
  .hentry .content__entry h3 {
    font-size: 80%; }
  .hentry .content__entry ul {
    margin: 0 0 1em 0;
    padding: 0; }
  .hentry .content__entry li {
    margin-left: 15px; }

/**
 * 11.0 Widgets
 */
.widget-area {
  background: #e8e8e8;
  padding-top: 10px; }

/**
 * Featured properties
 */
.shortcode_featured_properties {
  background: #d9d9d9;
  text-align: center;
  padding-bottom: 2%; }

.featuredproperties__title {
  max-width: 980px;
  margin: 0 2%;
  padding-top: 1em;
  padding-left: 1%; }

.featuredproperties {
  max-width: 980px;
  margin: 0 auto;
  list-style-type: none;
  border: 1px solid #d9d9d9; }
  .featuredproperties img {
    width: 100% !important;
    height: auto !important; }

.featuredproperties__container {
  position: relative;
  margin-bottom: 2%;
  padding-bottom: 0; }
  .featuredproperties__container ul {
    display: block;
    margin: 0 4%;
    padding: 2%;
    background: #cecbe6;
    list-style-type: none; }

.featuredproperties__subtitle {
  display: block;
  background: rgba(0, 51, 98, 0.6);
  color: white;
  font-size: 18px;
  margin: 0 4%;
  padding: 2%; }

.featuredproperties__stats {
  width: 100%;
  position: absolute;
  bottom: 2%;
  text-align: right; }

.featuredproperties__price {
  right: 2%; }

.featuredproperties__content {
  background: white;
  padding: 2%;
  margin: 0 2%; }

.calltoaction {
  display: none;
  position: relative;
  width: 100%; }

.calltoaction__img {
  width: 100%;
  height: auto; }

.calltoaction__logos {
  display: none; }

.calltoaction__links {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 51, 98, 0.5);
  padding: 0 5%;
  font-weight: bold; }
  .calltoaction__links ul {
    list-style-type: none; }
    .calltoaction__links ul li {
      display: inline-block;
      float: right; }
      .calltoaction__links ul li:first-child {
        float: left; }
  .calltoaction__links a {
    display: block;
    padding: 10px 45px 10px 10px;
    color: white; }
    .calltoaction__links a:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 20px;
      content: "\f101";
      font-size: 20px; }

.blurb {
  width: 100%;
  margin: 2%;
  list-style-type: none; }

.blurb__content {
  border-bottom: 1px solid #8c8c8c;
  padding: 2% 0;
  font-size: 12px; }
  .blurb__content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .blurb__content li {
    padding-left: 25px;
    margin-bottom: 15px; }
    .blurb__content li a {
      display: inline;
      margin: 0; }
      .blurb__content li a:after {
        display: none; }
    .blurb__content li:before {
      position: absolute;
      left: 0;
      content: "\f103";
      font-size: 18px;
      color: #cecbe6; }
    .blurb__content li:first-child:before {
      content: "\f102";
      font-size: 20px; }

.blurb__header {
  padding-top: 0; }

.asidecontent__box, .widget_text {
  padding: 20px;
  background: #e8e8e8;
  border-bottom: 1px solid white;
  font-size: 12px; }
  .asidecontent__box h2, .widget_text h2, .asidecontent__box .widget-title, .widget_text .widget-title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
    color: #005198; }
  .asidecontent__box a:after, .widget_text a:after {
    color: #005198; }
  .asidecontent__box.quote, .quote.widget_text {
    color: white;
    background: #cecbe6;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px; }

.wp-property-listing .hentry .content__entry {
  width: 100%; }

.propertylisting {
  list-style-type: none;
  margin: 0; }

.propertylisting__item {
  position: relative;
  border: 1px solid #d9d9d9;
  background: #efefef;
  margin-bottom: 20px;
  padding: 2%; }
  .propertylisting__item .property_image {
    width: 100%;
    border: 1px solid #d9d9d9;
    background: white;
    padding: 1%; }
    .propertylisting__item .property_image img {
      width: 100% !important;
      height: auto !important; }
  .propertylisting__item ul {
    list-style-type: none; }

.propertylisting__address {
  margin-bottom: 10px; }

.propertylisting__title {
  padding: 0 0 10px 0; }

.propertylisting__attributes {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1%;
  margin-top: 20px;
  color: #8e8e8e; }

.propertylisting__overlay {
  text-align: center;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  position: absolute;
  background: #cecbe6;
  opacity: 0.4; }

.propertylisting__overlay__text {
  border: 1px solid red;
  position: absolute;
  -webkit-transform: rotate(340deg);
  -ms-transform: rotate(340deg);
  transform: rotate(340deg);
  font-size: 22px;
  padding: 1%;
  font-weight: bold;
  color: red; }

.wpp_pagination_slider_status {
  text-align: right;
  padding: 1% 0 1% 1%; }

.wpp_property_results {
  float: left; }

.wpp_sortable_link {
  color: #005198;
  cursor: pointer; }

.wpp_sorted_element {
  text-decoration: underline; }

.property__title {
  position: relative; }

.property__stats {
  margin: 0 20px 0;
  padding-bottom: 20px; }
  .property__stats li {
    list-style-type: none;
    border-bottom: 1px solid white;
    padding: 4% 0;
    color: #8e8e8e; }
  .property__stats .property_sold, .property__stats .property_let, .property__stats .property_price, .property__stats .property_ref {
    display: none; }

.property__price {
  bottom: 0;
  top: auto; }

.letting_container, .sale_container {
  max-width: 980px;
  margin: 0 auto 2%;
  position: relative; }

.sale_container .property_housing_benefit_considered, .sale_container .property_smokers_considered, .sale_container .property_under_offer, .sale_container .property_let_agreed, .sale_container .property_phone_number {
  display: none; }

.property_content img {
  width: 100%;
  height: auto; }
.property_content p {
  font-size: 16px;
  color: #404040; }
.property_content .property.hentry {
  margin: 0; }

.property__gallery {
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 2%;
  margin-bottom: 20px; }
  .property__gallery ul {
    margin: 0;
    padding: 0; }
  .property__gallery li {
    width: calc(1/4 * 100%);
    float: left;
    list-style-type: none;
    padding: 1px; }

.wpp_sidebar_letting ul, .wpp_sidebar_sale ul {
  list-style-type: none;
  margin-bottom: 0; }

.property__mainimage, .property__map {
  border: 1px solid #d9d9d9;
  padding: 2%; }

.property__map {
  margin-bottom: 20px; }

/**
 * 13.0 Footer
 */
.sitefooter {
  position: relative;
  background: #cecbe6;
  padding: 2%;
  font-size: 12px;
  font-size: 1.2rem; }
  .sitefooter ul {
    list-style-type: none;
    margin: 10px 0;
    text-align: center; }
  .sitefooter li {
    display: inline-block;
    margin: 0; }
    .sitefooter li img {
      width: 90px;
      height: auto; }

/**
 * 14.0 Media
 */
.site .avatar {
  border-radius: 50%; }

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

audio,
canvas {
  display: inline-block; }

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle; }

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0; }

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em; }

.wp-playlist.wp-playlist {
  padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks {
  margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0; }

.wp-playlist-item .wp-playlist-item-length {
  top: 10px; }

/**
 * 14.1 Captions
 */
.wp-caption {
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * 15.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/**
 * 15.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
  ul,
  ol {
    margin-left: 0; }

  li > ul,
  li > ol,
  blockquote > ul,
  blockquote > ol {
    margin-left: 1.3333em; }

  blockquote {
    margin-left: -1em; }

  blockquote > blockquote {
    margin-left: 0; }

  .siteheader__logo {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.0909; }

  .site-description {
    display: block; }

  .social-navigation {
    margin-bottom: 11.1111%; }

  .social-navigation {
    margin-top: 0; }

  .widget {
    margin-bottom: 11.1111%; }

  .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: inherit; }

  .post-thumbnail {
    margin-bottom: 2.4em; }

  .entry-footer {
    padding: 4.5454% 9.0909%; }

  .page-header {
    border-bottom: 0;
    border-left: 7px solid #333;
    padding: 3.8461% 7.6923%; }

  .page-title,
  .taxonomy-description {
    margin-left: -7px; }

  .page-content {
    padding: 9.0909%; }

  .post-navigation {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0; }

  .post-navigation a {
    padding: 4.5454% 9.0909%; }

  .pagination {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
    padding: 0; }

  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important; }

  .pagination .page-numbers {
    display: inline-block; }

  .image-navigation {
    padding: 0 9.0909%; }

  .comments-area {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0; }

  .comment-content ul,
  .comment-content ol {
    margin-left: 0; }

  .comment-content li > ul,
  .comment-content li > ol,
  .comment-content blockquote > ul,
  .comment-content blockquote > ol {
    margin-left: 1.3333em; }

  .propertylisting__item .property_image {
    width: 30%;
    max-width: 300px;
    float: left; }
  .propertylisting__item ul {
    float: left;
    padding-left: 2%;
    width: 60%; } }
/**
 * 15.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }

  button,
  input {
    line-height: normal; }

  blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em; }

  blockquote p {
    margin-bottom: 1.75em; }

  blockquote cite,
  blockquote small {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471; }

  pre {
    line-height: 1.2353; }

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .post-password-form input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8214em 1.6429em; }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea {
    padding: 0.5em; }

  .hentry .content__entry {
    width: 70%;
    float: left;
    font-size: 14px;
    padding-right: 20px; }

  .wp-property-listing .content__entry {
    padding-right: 0; }

  .asidecontent {
    float: right;
    width: 30%; }

  .asidecontent__box, .widget_text {
    font-size: 14px; }

  .sitefooter {
    height: 150px;
    padding-right: 400px; }
    .sitefooter ul {
      position: absolute;
      right: 2%;
      top: 20px;
      width: 360px;
      margin: 0; }
    .sitefooter li {
      display: inline-block;
      margin: 0 0 10px 10px; }
      .sitefooter li img {
        width: 165px; }

  .featuredproperties__price, .propertylisting__price, .property__price {
    font-size: 14px; }

  .content__title, .property__title, .featuredproperties__title, .blurb__header, .propertylisting__title {
    font-size: 20px;
    line-height: 1.2069; }

  .hentry .content__entry h2, .hentry .content__entry h3, .property_content h2 {
    font-size: 14px; }

  .calltoaction {
    display: block;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    z-index: 1; }

  .calltoaction__content {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 35%;
    padding: 2%;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border-radius: 25px 25px 0 0; }
    .calltoaction__content p {
      font-size: 14px; }
    .calltoaction__content a {
      font-size: 12px; }

  .calltoaction__logos {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-size: 16px; }
    .calltoaction__logos ul {
      list-style-type: none;
      color: white;
      font-weight: bold;
      margin-top: 10px; }
    .calltoaction__logos li {
      display: inline;
      margin-right: 1%; }
    .calltoaction__logos .calltoaction__logo {
      width: 120px;
      height: auto; }

  .featuredproperties__container {
    width: 33.33%;
    width: calc(100% / 3);
    margin-bottom: 0;
    float: left; }

  .featuredproperties__title {
    margin: 0 auto; }

  .blurb {
    margin: 2% auto;
    border: 1px solid white; }

  .blurb__content {
    float: left;
    width: 33.33%;
    width: calc((100% / 3));
    min-height: 200px;
    border-left: 1px solid #8c8c8c;
    border-bottom: none;
    padding: 0 1% 1% 1%;
    font-size: 14px; }
    .blurb__content:first-child {
      border: none; } }
/**
 * 15.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4; }

  button,
  input {
    line-height: normal; }

  blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em; }

  blockquote p {
    margin-bottom: 1.8182em; }

  blockquote cite,
  blockquote small {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842; }

  pre {
    line-height: 1.2632; }

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .post-password-form input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em; }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  textarea {
    padding: 0.5278em; } }
/**
 * 15.4 Desktop Small 955px
 */
@media screen and (min-width: 59.6875em) {
  .siteheader ul {
    display: inline-block;
    float: right; }

  .secondary-toggle {
    display: none; }

  .secondary {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%; }

  .blurb__content {
    font-size: 15px; }

  .calltoaction__content p {
    font-size: 18px; }
  .calltoaction__content a {
    font-size: 16px; }

  .mainnavigation li {
    display: inline-block;
    border-top: none; }
  .mainnavigation a {
    padding: 0.8em 0.2em; }
    .mainnavigation a:after {
      content: '|';
      color: #005198;
      padding-left: 0.5em; }

  .hentry .content__entry {
    font-size: 15px; }

  .wpp_sidebar_letting, .wpp_sidebar_sale {
    width: 30%;
    float: right; }

  .property_content {
    width: 70%;
    float: left; }

  .property__gallery li {
    width: calc(1/7 * 100%); }

  .asidecontent__box, .widget_text {
    font-size: 15px; }

  .content__title, .property__title, .featuredproperties__title, .blurb__header, .propertylisting__title {
    font-size: 22px; }

  .hentry .content__entry h2, .hentry .content__entry h3, .property_content h2 {
    font-size: 16px; }

  .featuredproperties__price, .propertylisting__price, .property__price {
    font-size: 15px; } }
/**
 * 15.5 Desktop Medium 1100px
 */
@media screen and (min-width: 68.75em) {
  .calltoaction__content p {
    font-size: 22px; } }
/**
 * 15.6 Desktop Large 1240px
 */
/**
 * 15.7 Desktop X-Large 1403px
 */
/**
 * 16.0 Print
 */
@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    font-size: 11.25pt; }

  .secondary-toggle,
  .navigation,
  .page-links,
  .edit-link,
  #reply-title,
  .comment-form,
  .comment-edit-link,
  .comment-list .reply a,
  button,
  input,
  textarea,
  select {
    display: none; }

  .siteheader,
  .hentry,
  .entry-footer,
  .page-header,
  .page-content,
  .comments-area {
    background: none !important;
    /* Make sure color schemes dont't affect to print */ }

  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .siteheader__logo a,
  .site-description,
  .post-title,
  .author-heading,
  .entry-footer,
  .entry-footer a,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .no-comments,
  .site-info,
  .site-info a,
  .wp-caption-text,
  .gallery-caption {
    color: #000 !important;
    /* Make sure color schemes don't affect to print */ }

  pre,
  abbr[title],
  table,
  th,
  td,
  .siteheader,
  .hentry + .hentry,
  .author-info,
  .page-header,
  .comments-area,
  .comment-list + .comment-respond,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #eaeaea !important;
    /* Make sure color schemes don't affect to print */ }

  .site {
    margin: 0 7.6923%; }

  .siteheader__branding {
    padding: 0; }

  .siteheader {
    padding: 7.6923% 0; }

  .site-description {
    display: block; }

  .hentry + .hentry {
    margin-top: 7.6923%; }

  .hentry.has-post-thumbnail {
    padding-top: 7.6923%; }

  .sticky-post {
    background: #000 !important;
    color: #fff !important; }

  .content__entry,
  .entry-summary {
    padding: 0 0 7.6923%; }

  .post-thumbnail img {
    margin: 0; }

  .author-info {
    margin: 0; }

  .page-content {
    padding: 7.6923% 0 0; }

  .page-header {
    padding: 3.84615% 0; }

  .comments-area {
    border: 0;
    padding: 7.6923% 0 0; } }
/**
 * 16.0 Print
 */
@media print {
  body {
    background: none !important;
    /* Brute force since user agents all print differently. */
    font-size: 11.25pt; }

  .secondary-toggle,
  .navigation,
  .page-links,
  .edit-link,
  #reply-title,
  .comment-form,
  .comment-edit-link,
  .comment-list .reply a,
  button,
  input,
  textarea,
  select {
    display: none; }

  .siteheader,
  .hentry,
  .entry-footer,
  .page-header,
  .page-content,
  .comments-area {
    background: none !important;
    /* Make sure color schemes dont't affect to print */ }

  body,
  blockquote,
  blockquote cite,
  blockquote small,
  label,
  a,
  .siteheader__logo a,
  .site-description,
  .post-title,
  .author-heading,
  .entry-footer,
  .entry-footer a,
  .taxonomy-description,
  .entry-caption,
  .comment-author,
  .comment-metadata,
  .comment-metadata a,
  .comment-notes,
  .comment-awaiting-moderation,
  .no-comments,
  .site-info,
  .site-info a,
  .wp-caption-text,
  .gallery-caption {
    color: #000 !important;
    /* Make sure color schemes don't affect to print */ }

  pre,
  abbr[title],
  table,
  th,
  td,
  .siteheader,
  .hentry + .hentry,
  .author-info,
  .page-header,
  .comments-area,
  .comment-list + .comment-respond,
  .comment-list article,
  .comment-list .pingback,
  .comment-list .trackback,
  .no-comments {
    border-color: #eaeaea !important;
    /* Make sure color schemes don't affect to print */ }

  .site {
    margin: 0 7.6923%; }

  .siteheader__branding {
    padding: 0; }

  .siteheader {
    padding: 7.6923% 0; }

  .site-description {
    display: block; }

  .hentry + .hentry {
    margin-top: 7.6923%; }

  .hentry.has-post-thumbnail {
    padding-top: 7.6923%; }

  .sticky-post {
    background: #000 !important;
    color: #fff !important; }

  .entry-header,
  .entry-footer {
    padding: 0; }

  .content__entry,
  .entry-summary {
    padding: 0 0 7.6923%; }

  .post-thumbnail img {
    margin: 0; }

  .author-info {
    margin: 0; }

  .page-content {
    padding: 7.6923% 0 0; }

  .page-header {
    padding: 3.84615% 0; }

  .comments-area {
    border: 0;
    padding: 7.6923% 0 0; } }
