/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import '../fonts/Derailed/stylesheet.css';
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.room_for_side {
  float: left;
  overflow: hidden;
  width: 72%;
}

.side_with_room {
  float: right;
  width: 25%;
}

@media all and (max-width: 1120px) {
  .room_for_side, .side_with_room {
    float: left;
    width: 100%;
  }

  .side_with_room #twitter-widget-0 {
    margin-top: 58px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}
.post_tags {
  overflow: hidden;
}
.post_tags a {
  float: left;
  margin: 5px 5px 0 0;
  padding: 5px 12px;
}
.post_tags a:nth-child(6n+1) {
  background: #cf0072;
  color: #ffffff;
}
.post_tags a:nth-child(6n+2) {
  background: #00a9e0;
  color: #ffffff;
}
.post_tags a:nth-child(6n+3) {
  background: #a2ad00;
  color: #ffffff;
}
.post_tags a:nth-child(6n+4) {
  background: #93509e;
  color: #ffffff;
}
.post_tags a:nth-child(6n+5) {
  background: #003f72;
  color: #ffffff;
}
.post_tags a:nth-child(6n+6) {
  background: #00b2a9;
  color: #ffffff;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
  overflow: visible;
  -webkit-appearance: button;
  -moz-appearance: button;
  -ms-appearance: button;
  -o-appearance: button;
  appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  background: none;
  overflow: visible;
}

@font-face {
  font-family: "Bariol";
  font-style: normal;
  font-weight: normal;
  src: url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_regular-webfont.woff2") format("woff2"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_regular-webfont.woff") format("woff"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_regular-webfont.ttf") format("truetype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_regular-webfont.svg#Bariol") format("svg");
}
@font-face {
  font-family: "Bariol";
  font-style: normal;
  font-weight: 700;
  src: url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_bold-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_bold-webfont.woff2") format("woff2"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_bold-webfont.woff") format("woff"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_bold-webfont.ttf") format("truetype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_bold-webfont.svg#Bariol") format("svg");
}
@font-face {
  font-family: "Bariol";
  font-style: normal;
  font-weight: 300;
  src: url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_light-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_light-webfont.woff2") format("woff2"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_light-webfont.woff") format("woff"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_light-webfont.ttf") format("truetype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/bariol/bariol_light-webfont.svg#Bariol") format("svg");
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: normal;
  src: url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/garamond/eb_garamond_regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/garamond/eb_garamond_regular-webfont.woff2") format("woff2"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/garamond/eb_garamond_regular-webfont.woff") format("woff"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/garamond/eb_garamond_regular-webfont.ttf") format("truetype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/garamond/eb_garamond_regular-webfont.svg#EB Garamond") format("svg");
}
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: normal;
  src: url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-webfont.woff2") format("woff2"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-webfont.woff") format("woff"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-webfont.ttf") format("truetype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-webfont.svg#Droid Sans") format("svg");
}
@font-face {
  font-family: "Droid Sans";
  font-style: normal;
  font-weight: 700;
  src: url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-Bold-webfont.woff2") format("woff2"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-Bold-webfont.woff") format("woff"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-Bold-webfont.ttf") format("truetype"), url("http://www.readysalteddev.co.uk/business_staff/wp-content/themes/rs-nubs/fonts/droid/DroidSans-Bold-webfont.svg#Droid Sans") format("svg");
}
html,
button,
input,
select,
textarea {
  font-size: 16px;
  line-height: 1.75;
  font-family: derailedregular, Arial, sans-serif;
  color: #545454;
}

h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  font-family: derailedregular, Arial, sans-serif;
  margin: 0 0 40px;
  color: #262626;
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 85px;
    line-height: 0.7058823529;
  }
}

.bloggers article p, h2 {
  font-size: 19px;
  line-height: 1.0526315789;
  font-weight: 700;
  font-family: 'derailedregular', Arial, sans-serif;
  margin: 28px 0;
  color: #262626;
}

p {
  margin: 28px 0;
}

p.intro {
  font-size: 20px;
  line-height: 1.6;
  color: #545454;
}

ul {
  margin: 28px 0;
}
ul li {
  margin: 14px 0;
}

dl {
  margin: 28px 0;
}

a {
  font-weight: 700;
  color: #545454;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.staff-updates-and-employment-opportunities, .menu-item-3674 {
  color: #cf0072;
}
.staff-updates-and-employment-opportunities a, .menu-item-3674 a {
  color: #cf0072;
}

.communications, .menu-item-3670 {
  color: #00a9e0;
}
.communications a, .menu-item-3670 a {
  color: #00a9e0;
}

.research-announcements, .menu-item-3673 {
  color: #a2ad00;
}
.research-announcements a, .menu-item-3673 a {
  color: #a2ad00;
}

.faculty-and-school-news, .menu-item-3672 {
  color: #93509e;
}
.faculty-and-school-news a, .menu-item-3672 a {
  color: #93509e;
}

.facilities-and-updates, .menu-item-3671 {
  color: #003f72;
}
.facilities-and-updates a, .menu-item-3671 a {
  color: #003f72;
}

.single-post nav a, .pagination a, button,
.btn,
input[type=submit],
input[type=reset],
input[type=button] {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-family: derailedregular, Arial, sans-serif;
  display: inline-block;
  border: 2px solid #000;
  text-align: center;
  padding: 8px 25px;
  color: #000;
}
.single-post nav a:hover, .pagination a:hover, button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover, .single-post nav a:focus, .pagination a:focus, button:focus,
.btn:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  text-decoration: underline;
  outline: 0;
}

blockquote {
  margin: 28px;
  padding: 28px 0;
}
@media only screen and (min-width: 1024px) {
  #banner-secondary {
    padding-top: 30px;
  }
}

#nav-primary-toggle {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 5%;
  z-index: 2;
  color: #013842;
}
@media only screen and (min-width: 768px) {
  #nav-primary-toggle {
    display: none;
  }
}
#nav-primary-toggle span {
  position: relative;
  margin: 12px auto;
  text-indent: -9999px;
}
#nav-primary-toggle span, #nav-primary-toggle span:before, #nav-primary-toggle span:after {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: 20px;
  height: 3px;
  background-color: #013842;
  display: block;
}
#nav-primary-toggle span:before, #nav-primary-toggle span:after {
  content: "";
  position: absolute;
}
#nav-primary-toggle span:before {
  top: -8px;
}
#nav-primary-toggle span:after {
  top: 8px;
}
#nav-primary-toggle:hover span:before {
  top: -12px;
}
#nav-primary-toggle:hover span:after {
  top: 12px;
}
#nav-primary-toggle.active span {
  background-color: transparent;
}
#nav-primary-toggle.active span:before, #nav-primary-toggle.active span:after {
  top: 0;
}
#nav-primary-toggle.active span:before {
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-primary-toggle.active span:after {
  background-color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #nav-primary {
    display: none;
    padding-top: 70px;
    background-color: #000;
  }
  #nav-primary.active {
    display: block;
    z-index: 1;
  }
}
#nav-primary ul {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'derailedregular', Arial, sans-serif;
  padding-left: 0;
  margin: 0;
  border-bottom: 1px solid #013842;
}
#nav-primary ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav-primary ul li {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  #nav-primary ul {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    font-size: 14px;
  }
}
#nav-primary ul li {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #nav-primary ul li {
    border-top: 1px dashed white;
  }
}
@media only screen and (min-width: 768px) {
  #nav-primary ul li {
    display: inline-block;
    white-space: nowrap;
  }
}
#nav-primary ul li a {
  display: block;
  padding: 12px 5%;
}
@media only screen and (min-width: 768px) {
  #nav-primary ul li a {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #nav-primary ul li:last-child {
    float: right;
    text-transform: none;
  }
  #nav-primary ul li:last-child a {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  #nav-categories-wrapper {
    padding: 6px 0;
    border-bottom: 2px solid #000;
  }
}
@media only screen and (min-width: 1024px) {
  #nav-categories-wrapper {
    padding-right: 29.1666666667%;
  }
}

#nav-categories-toggle {
  display: block;
  position: relative;
  padding-right: 22px;
  color: #262626;
}
#nav-categories-toggle:after {
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #262626;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
@media only screen and (min-width: 768px) {
  #nav-categories-toggle {
    display: none;
  }
}

#nav-categories {
  padding-left: 0;
  margin: 0 0 12px;
}
#nav-categories li {
  list-style: none;
}
#nav-categories:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #nav-categories {
    display: none;
  }
  #nav-categories.active {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #nav-categories {
    margin: 18px 0 0;
  }
}
#nav-categories li {
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  #nav-categories li {
    float: left;
    margin-right: 32px;
  }
  #nav-categories li:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #nav-categories li.current-menu-item a {
    border-bottom: 1px solid #013842;
  }
}
#nav-categories li a {
  font-size: 19px;
  line-height: 1.2105263158;
  font-weight: 400;
  font-family: derailedsemibold, Georgia, Times, 'Times New Roman', serif;
  letter-spacing: 1px;
  display: block;
  color: black;
  padding-bottom: 0.5rem;
}
#nav-categories li a:hover {
  color: #262626;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  #nav-categories li a {
    border-bottom: 1px solid transparent;
  }
}

.logo {
  width: 60%;
  max-width: 250px;
  display: block;
}
.logo img {
  display: block;
  width: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper object,
.video-wrapper iframe,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
  margin: 28px 0;
}

input,
input[type=search],
select,
textarea {
  box-sizing: border-box;
}

input[type=text],
input[type=password],
input[type=search],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 10px;
  border: 1px solid #6d6d6d;
  width: 100%;
  border-radius: 0;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input[type=text],
input[type=password],
select {
  height: 38px;
}

select:focus::-ms-value {
  background: transparent;
  color: #545454;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.comments form p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.comments textarea {
  height: 180px;
}
.comments textarea + label {
  display: none;
}
@media only screen and (min-width: 768px) {
  .comments input[type=text],
.comments label {
    float: left;
  }
  .comments input[type=text] {
    width: 47.193877551%;
  }
  .comments label {
    box-sizing: border-box;
    width: 52.806122449%;
    padding-left: 24px;
  }
}

.commentlist {
  padding-left: 0;
}
.commentlist .comment {
  display: block;
  padding-bottom: 35px;
  border-bottom: 1px solid black;
  margin-bottom: 60px;
}
.commentlist .comment .comment-reply-link {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-family: Bariol, Arial, sans-serif;
  display: inline-block;
  border: 2px solid #000;
  text-align: center;
  padding: 8px 25px;
  color: #000;
}
.commentlist .comment .comment-meta {
  text-align: left;
}
.commentlist .comment .comment-author img {
  display: none;
}
.commentlist .comment .comment-content p {
  margin: 0 0 28px;
}

.feature {
  display: block;
  background-color: #00b2a9;
  margin: 60px 0;
}
.feature:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.feature img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .feature img {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    float: left;
    width: 60.7916666667%;
  }
}
@media only screen and (min-width: 1333.3333333333px) {
  .feature img {
    width: -webkit-calc(50% + 141px);
    width: calc(50% + 141px);
  }
}
.feature h1, .feature p {
  color: #fff;
  margin: 0;
}
.feature p {
  font-weight: 400;
  margin-top: 25px;
  max-width: 520px;
}
.feature h1 {
  font-size: 44px;
  line-height: 0.9090909091;
  letter-spacing: -0.73px;
}
.feature .content {
  margin: 30px 5%;
}
@media only screen and (min-width: 1024px) {
  .feature .content {
    float: left;
    width: 30.8333333333%;
    margin-left: 3.375%;
    margin-right: 0;
    max-width: 407px;
  }
}
@media only screen and (min-width: 1280px) {
  .feature .content {
    margin-top: 70px;
  }
}

a.feature {
  position: relative;
}
a.feature .content {
  margin-bottom: 91px;
}
@media only screen and (min-width: 1024px) and (max-width: 1332.3333333333px) {
  a.feature .content {
    margin-bottom: 30px;
  }
}
a.feature .content:before {
  background-image: url(../img/icons/arrow-white-right.svg);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  position: absolute;
  bottom: 30px;
  right: 5%;
}
.no-svg a.feature .content:before {
  background-image: url(../img/icons/arrow-white-right.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg a.feature .content:before {
    background-image: url(../img/icons/arrow-white-right@2x.png);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1332.3333333333px) {
  a.feature .content:before {
    border-right: 0;
    border-bottom: 0;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1333.3333333333px) {
  a.feature .content:before {
    right: 50%;
    margin-right: -600px;
  }
}
a.feature:hover, a.feature:focus {
  text-decoration: none;
}
a.feature:hover .content:before, a.feature:focus .content:before {
  background-color: #a2ad00;
}

.pagination {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  text-align: center;
  margin-top: 60px;
}
.more_post {
  cursor: pointer;
}

.post-list article {
  margin-top: 58px;
}
.post-list article:nth-child(1) {
  margin-top: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .post-list article {
    float: left;
    width: 48.125%;
    margin-right: 3.75%;
  }
  .post-list article:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .post-list article:nth-of-type(2n + 1) {
    clear: left;
  }
  .post-list article:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .post-list article {
    float: left;
    width: 30.8333333333%;
    margin-right: 3.75%;
  }
  .post-list article:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .post-list article:nth-of-type(3n + 1) {
    clear: left;
  }
  .post-list article:nth-child(-n+3) {
    margin-top: 0;
  }
}
.post-list .category-title {
  display: block;
  border-bottom: 1px dashed #9B9B9B;
  margin-bottom: 25px;
  padding-bottom: 4px;
}
.post-list img {
  display: block;
  width: 100%;
  height: auto;
}
.post-list h2 {
  margin: 25px 0 0;
}
.post-list p {
  margin: 20px 0 0;
}

.publishing-details {
  text-align: center;
}
.publishing-details a,
.publishing-details img {
  display: block;
}
.publishing-details img {
  margin: 0 auto;
}
.publishing-details a {
  font-weight: 400;
}

.search-form {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .search-form {
    float: right;
    width: 25%;
  }
}
.search-form input {
  padding: 6px 28px 6px 0;
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .search-form input {
    padding: 14px 54px 14px 0;
    font-size: 18px;
  }
}
.search-form button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-image: url(../img/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  padding: 0;
  border: 0;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  right: 0;
}
.no-svg .search-form button {
  background-image: url(../img/icons/icon-search.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg .search-form button {
    background-image: url(../img/icons/icon-search@2x.png);
  }
}
@media only screen and (min-width: 768px) {
  .search-form button {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}

.social-icons {
  padding-left: 0;
}
.social-icons li {
  list-style: none;
}
.social-icons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.social-icons li {
  float: left;
  margin: 0 15px 0 0;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons img {
  display: block;
}

.tag-list {
  border-top: 1px dashed #9B9B9B;
  border-bottom: 1px dashed #9B9B9B;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tag-list dt {
  float: left;
  width: 60px;
}
.tag-list dd {
  margin-left: 80px;
  margin-bottom: 10px;
}
.tag-list dd:last-child {
  margin-bottom: 0;
}
.tag-list ul {
  padding-left: 0;
  margin: 0;
}
.tag-list ul li {
  list-style: none;
}
.tag-list li {
  display: inline;
}
.tag-list li:after {
  content: ",";
}
.tag-list a {
  color: #cf0072;
}

.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

main {
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  main {
    border-top: 1px dashed #9B9B9B;
    padding-top: 80px;
  }
}

header[role=banner] {
  background-color: #000;
  background-position: 40% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 60px;
  position: relative;
  width: 100%;
}
header[role=banner]:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  header[role=banner] {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 1024px) {
  header[role=banner] {
    background-position: 50%;
  }
}
header[role=banner] a {
  color: white;
  font-size: 16px;
  line-height: 1.75;
  font-family: derailedsemibold, Georgia, Times, 'Times New Roman', serif;
}
@media only screen and (min-width: 768px) {
  header[role=banner] a {
    color: #013842;
  }
}
header[role=banner] .text-holder {
  float: left;
  display: block;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
@media only screen and (min-width: 600px) {
  header[role=banner] .text-holder {
    width: 60%;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  header[role=banner] .text-holder {
    width: 85%;
  }
}
header[role=banner] .text-holder strong {
  font-size: 48px;
  line-height: 0.625;
  font-weight: 300;
  color: #013842;
  letter-spacing: 2px;
}
header[role=banner] .text-holder h4 {
  color: #013842;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 1rem;
}

header[role=banner] {
  background-size: cover;
  background-position: 58% -25% !important;
}

@media only screen and (min-width: 770px) {
  header[role=banner] {
    background-position: 90% !important;
  }
}
@media only screen and (min-width: 1385px) {
  header[role=banner] {
    background-position: 40% !important;
  }
}
#footer {
  margin-top: 80px;
}
#footer .top {
  border-top: 1px dashed #9B9B9B;
}
#footer .top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 850px) {
  #footer .top {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 850px) {
  #footer .address,
#footer .social-icons {
    float: left;
    width: 33.333%;
    margin: 0;
  }
}
#footer .address {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 850px) {
  #footer .address {
    box-sizing: box-sizing;
    padding-right: 20px;
    font-size: 19px;
  }
}
#footer .address strong {
  font-weight: 400;
}
@media only screen and (min-width: 850px) {
  #footer .social-icons {
    text-align: center;
  }
  #footer .social-icons li {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 849px) {
  #footer .logo {
    float: none;
  }
}

.single-post {
  position: relative;
}
.single-post .body-copy:after,
.single-post .tag-list:after,
.single-post nav:after,
.single-post .comments:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .single-post .body-copy,
.single-post .tag-list,
.single-post nav,
.single-post .comments {
    margin-left: 17.25%;
  }
}
@media only screen and (min-width: 1024px) {
  .single-post .body-copy,
.single-post .tag-list,
.single-post nav,
.single-post .comments {
    margin-right: 17.25%;
  }
}
.single-post .body-copy {
  font-size: 19px;
  line-height: 1.5789473684;
}
.single-post .body-copy img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .single-post .body-copy img {
    max-width: 100%;
    width: auto;
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-post .body-copy img.alignleft {
    float: left;
    margin-right: 4.1666666667%;
    margin-left: -26.3358778626%;
  }
}
@media only screen and (min-width: 1024px) {
  .single-post .body-copy img.alignright {
    float: right;
    margin-left: 4.1666666667%;
    margin-right: -26.3358778626%;
  }
}
@media only screen and (min-width: 768px) {
  .single-post h1 {
    line-height: 1;
    margin-right: 17.25%;
    margin-left: 17.25%;
  }
}
.single-post header {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .single-post header {
    margin-bottom: 60px;
  }
}
.single-post header h1 {
  margin-bottom: 0;
}
.single-post header p {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  color: #000;
}
.single-post footer {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-post footer .btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-post .publishing-details {
    margin: 28px 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-post .publishing-details {
    width: 13.5833333333%;
    position: absolute;
    top: 89px;
    left: 0;
    border-right: 1px solid #979797;
    box-sizing: border-box;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .single-post .publishing-details {
    top: 129px;
  }
}
.single-post .tag-list,
.single-post nav,
.single-post .comments {
  margin-top: 50px;
}
.single-post nav a.next, .single-post nav a[rel=next] {
  float: right;
}

.bloggers article {
  margin-top: 50px;
}
.bloggers article:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .bloggers article {
    float: left;
    width: 48.125%;
    margin-right: 3.75%;
  }
  .bloggers article:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .bloggers article:nth-of-type(2n + 1) {
    clear: left;
  }
  .bloggers article:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .bloggers article {
    float: left;
    width: 30.8333333333%;
    margin-right: 3.75%;
  }
  .bloggers article:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .bloggers article:nth-of-type(3n + 1) {
    clear: left;
  }
  .bloggers article:nth-of-type(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .bloggers article {
    float: left;
    width: 22.1875%;
    margin-right: 3.75%;
  }
  .bloggers article:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .bloggers article:nth-of-type(4n + 1) {
    clear: left;
  }
  .bloggers article:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
.bloggers article img {
  display: block;
  width: 100%;
  height: auto;
}
.bloggers article p {
  margin: 25px 0 0;
}

@media only screen and (min-width: 1024px) {
  .home main {
    border-top: 0;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1023px) {
  .profile .body-copy img {
    max-width: 50%;
    float: right;
    margin-left: 4.1666666667%;
    margin-bottom: 28px;
  }
}

article.story_holder {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*# sourceMappingURL=app.css.map */
