/*
Theme Name:        	Darkest Hour
Description:
Version:            1.0.0
Author:             Brad Elsmore
Text Domain:        darkest-hour
License:
License URI:
*/
/* Breakpoint */
/* Modules */
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Sanitize has been modified */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.fw {
  width: 100%;
  max-width: 100%;
}

/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

html,
body {
  height: 100%;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

.container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

main .container {
  max-width: 860px;
}

/*!
 * Font Awesome Free 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: a 2s infinite linear;
}

.fa-pulse {
  animation: a 1s infinite steps(8);
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../../../releases/v5.0.2/webfonts/fa-brands-400.eot);
  src: url(../../../releases/v5.0.2/webfonts/fa-brands-400.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.0.2/webfonts/fa-brands-400.woff) format("woff2"), url(../../../releases/v5.0.2/webfonts/fa-brands-400.woff) format("woff"), url(../../../releases/v5.0.2/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../releases/v5.0.2/webfonts/fa-brands-400.svg) format("svg");
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(../../../releases/v5.0.2/webfonts/fa-regular-400.eot);
  src: url(../../../releases/v5.0.2/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.0.2/webfonts/fa-regular-400.woff) format("woff2"), url(../../../releases/v5.0.2/webfonts/fa-regular-400.woff) format("woff"), url(../../../releases/v5.0.2/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../releases/v5.0.2/webfonts/fa-regular-400.svg) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(../../../releases/v5.0.2/webfonts/fa-solid-900.eot);
  src: url(../../../releases/v5.0.2/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(../../../releases/v5.0.2/webfonts/fa-solid-900.woff) format("woff2"), url(../../../releases/v5.0.2/webfonts/fa-solid-900.woff) format("woff"), url(../../../releases/v5.0.2/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../releases/v5.0.2/webfonts/fa-solid-900.svg) format("svg");
}

.fa,
.far,
.fas {
  font-family: Font Awesome\ 5 Free;
}

.fa,
.fas {
  font-weight: 900;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(../../../s/lato/v14/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(../../../s/lato/v14/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(../../../s/lato/v14/rZPI2gHXi8zxUjnybc2ZQFKPGs1ZzpMvnHX-7fPOuAc.woff) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url(../../../s/lato/v14/MgNNr5y1C_tIEuLEmicLmwLUuEpTyoUstqEm5AMlJo4.woff) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/*
 *
 * Colors
 * All colors use names from http://chir.ag/projects/name-that-color
 *
 */
/* Fonts */
/* Screen Sizes */
@media (min-width: 801px) and (max-width: 999px) {
  main {
    padding: 0 20px;
  }
}

@media (max-width: 800px) {
  main {
    padding: 0 20px;
  }
}

section {
  margin-top: 65px;
}

section header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

section header h2 {
  font-size: 46px;
  font-size: 4.6rem;
  color: #4A4A4A;
  line-height: 1;
  margin: 0;
  font-family: "Lato", sans-serif;
}

@media (max-width: 800px) {
  section header h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

section header a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #4A4A4A;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
}

section header a:hover {
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#000000, #000000);
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  background-position: 0 95%,100% 95%,0 95%;
}

@media (max-width: 800px) {
  section header a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

section .content {
  margin-top: 40px;
}

/* Partials */
.top-header {
  background-color: #000000;
  width: 100%;
  max-width: 100%;
  height: 40px;
}

@media (min-width: 801px) and (max-width: 999px) {
  .top-header {
    padding: 0 10px;
  }
}

@media (max-width: 800px) {
  .top-header {
    display: none;
  }
}

.top-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
}

.top-header ul li a {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  padding: 0 5px;
  transition: all .3s linear;
}

.top-header ul li a:hover {
  color: #fbc2d5;
}

body:not(.home) .site-head .container {
  border-bottom: 2px solid #000000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

@media (max-width: 800px) {
  body:not(.home) .site-head .container {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}

.site-head {
  padding: 38px 0 30px;
}

@media (min-width: 801px) and (max-width: 999px) {
  .site-head {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 800px) {
  .site-head {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    min-height: 70px;
  }
  .site-head .custom-logo-link {
    max-width: 320px;
  }
}

@media (max-width: 800px) and (max-width: 800px) {
  .site-head .custom-logo-link img {
    max-height: none;
    height: 30px;
    width: auto;
  }
}

@media (max-width: 440px) {
  .site-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .site-head .custom-logo-link {
    padding-right: 80px;
  }
}

.site-head .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
}

#menu-main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 800px) {
  #menu-main-menu {
    display: none;
  }
}

#menu-main-menu li:not(:last-child) {
  padding-right: 9px;
}

#menu-main-menu li:not(:first-child) {
  padding-left: 9px;
}

#menu-main-menu li a {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  color: #000000;
}

#menu-main-menu li a:hover {
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#000000, #000000);
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  background-position: 0 95%,100% 95%,0 95%;
}

@media (min-width: 801px) and (max-width: 999px) {
  #menu-main-menu li a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.mob-menu-btn {
  display: none;
  z-index: 100;
  position: fixed;
  width: 25px;
  height: 25px;
  top: 23px;
  right: 25px;
}

@media (max-width: 800px) {
  .mob-menu-btn {
    display: block;
  }
}

.mob-menu-btn span {
  line-height: 1em;
}

.mob-menu-btn span.line {
  position: absolute;
  width: 100%;
  right: 0;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  background-color: #000000;
  transition: 0.56s cubic-bezier(0.52, 0.01, 0.16, 1);
  transform-origin: 100% 0;
}

.mob-menu-btn span.line:nth-child(1) {
  top: 10%;
}

.mob-menu-btn span.line:nth-child(3) {
  top: 90%;
}

.mob-menu-btn span.close {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
}

.mob-menu-btn span.close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 0.45s;
}

.mob-menu-btn span.close:nth-child(4) {
  transform: rotate(45deg);
}

.mob-menu-btn span.close:nth-child(5) {
  transform: rotate(-45deg);
}

.mob-menu-btn span:nth-child(1) {
  transition-delay: 0.12s;
}

.mob-menu-btn span:nth-child(2) {
  transition-delay: 0.24s;
}

.mob-menu-btn span:nth-child(3) {
  transition-delay: 0.36s;
}

.mob-menu-btn.is-open span.line {
  transform: scaleX(0);
}

.mob-menu-btn.is-open span.close::before {
  transform: scaleX(1);
}

.mob-menu-btn.is-open span.close:nth-child(4)::before {
  transition-delay: 0.42s;
}

.mob-menu-btn.is-open span.close:nth-child(5)::before {
  transition-delay: 0.57s;
}

.mob-menu {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(101%);
  overflow: hidden;
  will-change: transform;
  transition: 0.56s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #ffffff;
}

@media (max-width: 800px) {
  .mob-menu {
    display: block;
  }
}

.mob-menu .inner-menu-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.mob-menu .inner-menu-wrap ul {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.mob-menu .inner-menu-wrap ul li {
  padding: 10px 0;
}

.mob-menu .inner-menu-wrap ul li a {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Lato", sans-serif;
  color: #000000;
}

.mob-menu.is-open {
  transform: translateX(0%);
}

@media (max-width: 800px) {
  .header-image {
    margin-top: 70px;
  }
}

.site-footer {
  background-color: #000000;
  width: 100%;
  max-width: 100%;
  height: 30px;
  margin-top: 55px;
}

@media (min-width: 801px) and (max-width: 999px) {
  .site-footer {
    padding: 0 10px;
  }
}

@media (max-width: 800px) {
  .site-footer {
    padding: 0 10px;
  }
}

.site-footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  max-width: 860px;
  width: 100%;
}

.site-footer span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}

.site-footer a {
  background: linear-gradient(#000000, #000000), linear-gradient(#000000, #000000), linear-gradient(#fbc2d5, #fbc2d5);
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  text-shadow: 0.03em 0 #000000, -0.03em 0 #000000, 0 0.03em #000000, 0 -0.03em #000000, 0.06em 0 #000000, -0.06em 0 #000000, 0.09em 0 #000000, -0.09em 0 #000000, 0.12em 0 #000000, -0.12em 0 #000000, 0.15em 0 #000000, -0.15em 0 #000000;
  background-position: 0 95%,100% 95%,0 95%;
  color: #ffffff;
}

.site-footer a:hover {
  background: none;
  color: #ffffff;
}

#Music .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Music .album {
  width: 30%;
}

@media (max-width: 800px) {
  #Music .album {
    width: 46%;
    padding-bottom: 20px;
    min-height: 200px;
  }
}

@media (max-width: 440px) {
  #Music .album {
    width: 100%;
  }
}

@media (max-width: 440px) {
  #Music .album:not(:first-child) {
    display: none;
  }
}

#Music .album img {
  border: 1px solid #4A4A4A;
}

#Music .album h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #000000;
  display: inline-block;
  margin-top: 10px;
  line-height: 1.4;
}

#Music .album h3:hover {
  text-decoration: underline;
}

#Merch .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#Merch .content .merch-channel {
  width: 30%;
}

@media (max-width: 800px) {
  #Merch .content .merch-channel {
    width: 46%;
    padding-bottom: 20px;
    min-height: 200px;
  }
}

@media (max-width: 440px) {
  #Merch .content .merch-channel {
    width: 100%;
  }
}

#Merch .content .merch-channel a {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 100%;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid #000000;
}

#Merch .content .merch-channel a img {
  max-width: 80%;
  padding: 10px 0;
  transition: all 0.3s linear;
}

#Merch .content .merch-channel a.absolute-merch img {
  max-width: 150px;
}

#Merch .content .merch-channel a:hover img {
  transform: scale(1.1);
}

#Contact .content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  margin: 0;
  font-family: "Lato", sans-serif;
}

#Contact .content a {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #000000;
}

#Contact .content a:hover {
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#4A4A4A, #4A4A4A);
  background-size: .05em 1px,.05em 1px,1px 1px;
  background-repeat: no-repeat,no-repeat,repeat-x;
  text-shadow: 0.03em 0 #ffffff, -0.03em 0 #ffffff, 0 0.03em #ffffff, 0 -0.03em #ffffff, 0.06em 0 #ffffff, -0.06em 0 #ffffff, 0.09em 0 #ffffff, -0.09em 0 #ffffff, 0.12em 0 #ffffff, -0.12em 0 #ffffff, 0.15em 0 #ffffff, -0.15em 0 #ffffff;
  background-position: 0 95%,100% 95%,0 95%;
}

#MailingList form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#MailingList form > div {
  margin-bottom: 15px;
}

#MailingList form label {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #000000;
  padding-bottom: 5px;
  display: block;
}

#MailingList form select {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  height: 40px;
  border: 1px solid #000000;
  background-color: #DFDFDF;
  border-radius: 0;
}

#MailingList form input {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

#MailingList form input:not([type='submit']) {
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  background-color: #DFDFDF;
  border: 1px solid #4A4A4A;
  padding: 0 15px;
}

#MailingList form input[type="submit"] {
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #000000;
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.3s linear;
  margin-top: 10px;
}

#MailingList form input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

#MailingList .half {
  width: 48%;
}

#MailingList .full {
  width: 100%;
}

.single-dh_albums main header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 800px) {
  .single-dh_albums main header {
    margin-top: 90px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.single-dh_albums main header > div {
  max-width: 50%;
  width: 100%;
  text-align: center;
}

.single-dh_albums main header > div img {
  border: 1px solid #4A4A4A;
}

@media (max-width: 800px) {
  .single-dh_albums main header > div {
    max-width: 100%;
    text-align: left;
  }
}

.single-dh_albums main header h1 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
}

.single-dh_albums main header .listen-on {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

@media (max-width: 800px) {
  .single-dh_albums main header .listen-on {
    text-align: left;
  }
}

.single-dh_albums main header .listen-on a {
  color: #4A4A4A;
  margin: 0 5px;
  transition: all 0.3s linear;
}

.single-dh_albums main header .listen-on a.spotify:hover {
  color: #6AE368;
}

.single-dh_albums main header .listen-on a.itunes:hover {
  color: #979797;
}

.single-dh_albums main header span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
}

.single-dh_albums main .content {
  font-family: "Lato", sans-serif;
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .single-dh_albums main .content {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.single-dh_albums main .content .embed {
  margin: 0 20px 20px 0;
}

@media (max-width: 800px) {
  .single-dh_albums main .content .embed {
    margin: 0 0 20px;
  }
}

.single-dh_albums main .content > div:not(.embed) p:first-child {
  margin-top: 0;
}

@media (max-width: 800px) {
  .single-dh_albums main .content > div {
    width: 100%;
  }
}

.single-dh_albums main .content h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

.single-dh_albums main .content p {
  font-size: 16px;
  font-size: 1.6rem;
}

#Tour .content .event {
  font-size: 16px;
  font-size: 1.6rem;
}

#Tour .content .event a .date .start {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 440px) {
  .cff-wrapper .cff-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cff-wrapper .cff-item .cff-media-wrap {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
  }
  .cff-wrapper .cff-item .cff-media-wrap .cff-photo {
    width: 100% !important;
  }
  .cff-wrapper .cff-item .cff-text-wrapper {
    -ms-flex-order: 2;
        order: 2;
    width: 100% !important;
  }
  .cff-wrapper .cff-item .cff-text-wrapper .cff-date {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 800px) {
  .page-template-template-discog {
    margin-top: 70px;
  }
}

.page-template-template-discog main .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-discog h1 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  margin-top: 0;
}

.page-template-template-discog .album-container {
  width: 22%;
}

@media (max-width: 800px) {
  .page-template-template-discog .album-container {
    width: 46%;
    padding-bottom: 20px;
    min-height: 200px;
  }
}

@media (max-width: 440px) {
  .page-template-template-discog .album-container {
    width: 100%;
  }
}

.page-template-template-discog .album-container h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  color: #000000;
  display: inline-block;
  margin-top: 10px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.page-template-template-discog .album-container h2 a {
  color: #000000;
}

.page-template-template-discog .album-container h2:hover {
  text-decoration: underline;
}

.page-template-template-discog .album-container .listen-on {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .page-template-template-discog .album-container .listen-on {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-template-template-discog .album-container .listen-on a {
  color: #4A4A4A;
  transition: all 0.3s linear;
}

.page-template-template-discog .album-container .listen-on a.spotify {
  margin-left: 5px;
}

.page-template-template-discog .album-container .listen-on a.spotify:hover {
  color: #6AE368;
}

.page-template-template-discog .album-container .listen-on a.itunes:hover {
  color: #979797;
}

/* 3rd Party Plugins */
/**************/
/*** LAYOUT ***/
/**************/
/* Feed wrapper */
.cff-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* Feed container */
#cff {
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

#cff:after {
  content: "";
  display: table;
  clear: both;
}

#cff .cff-posts-wrap,
#cff .cff-masonry-posts {
  position: relative;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* Individual post item */
#cff .cff-item {
  float: left;
  width: 100%;
  clear: both;
  padding: 20px 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

#cff .cff-item:first-child {
  padding-top: 0;
}

#cff .cff-item.cff-box,
#cff .cff-item.cff-box:first-child {
  padding: 15px;
  margin: 5px 0;
  border: none;
  box-sizing: border-box;
}

#cff.cff-masonry .cff-item.cff-box,
#cff.cff-masonry .cff-item.cff-box:first-child {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

#cff.cff-masonry {
  position: relative;
  margin-bottom: 50px;
  /* To account for the load more button */
}

.cff-masonry .cff-load-more {
  display: none;
}

/* Feed Header */
.cff-header {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
}

.cff-header .fa {
  float: left;
  margin-right: 10px;
}

.cff-header span {
  /*float: left;*/
  display: table-cell;
  vertical-align: middle;
}

/******************/
/*** TYPOGRAPHY ***/
/******************/
/*See more/less links*/
#cff .cff-less {
  display: none;
}

/* Links */
#cff a {
  text-decoration: none;
}

#cff a:hover,
#cff a:focus {
  text-decoration: underline;
}

#cff .cff-html5-video,
#cff .cff-photo,
#cff .cff-album-cover,
#cff .cff-event-thumb,
#cff .cff-iframe-wrap,
#cff .cff-vidLink {
  text-decoration: none;
  border: none;
}

/* Post titles and body text */
#cff h3, #cff h4, #cff h5, #cff h6, #cff p {
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 5px 0;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

/* Date */
#cff .cff-date {
  float: left;
  width: 100%;
  min-width: 50px;
  font-size: 11px;
}

#cff .cff-date.cff-date-below,
#cff .cff-timeline-event .cff-date.cff-date-below {
  margin: 5px 0 0 0;
}

/************/
/***AUTHOR***/
/************/
#cff .cff-author,
#cff-lightbox-wrapper .cff-author {
  float: left;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2;
  width: 100%;
}

#cff .cff-author a,
#cff-lightbox-wrapper .cff-author a {
  text-decoration: none;
  border: none;
}

#cff .cff-author-img,
#cff-lightbox-wrapper .cff-author-img {
  float: left;
  width: 40px;
  margin: 0 0 0 -100% !important;
  font-size: 0;
  background: #eee;
}

#cff .cff-author img,
#cff-lightbox-wrapper .cff-author img {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 0;
  background: #eee;
}

#cff .cff-author .cff-author-text span.cff-page-name,
#cff-lightbox-wrapper .cff-author .cff-author-text span.cff-page-name {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  margin: 0;
  font-weight: bold;
  /* For when there's no date immediately under author: */
  padding-left: 50px;
  float: none;
}

#cff .cff-author a,
#cff-lightbox-wrapper .cff-author a {
  text-decoration: none;
}

#cff .cff-author .cff-story,
#cff-lightbox-wrapper .cff-author .cff-story {
  font-weight: normal;
}

/* Author Date */
#cff .cff-author .cff-author-text,
#cff-lightbox-wrapper .cff-author .cff-author-text {
  float: left;
  width: 100%;
}

#cff .cff-author .cff-page-name,
#cff .cff-author .cff-date,
#cff-lightbox-wrapper .cff-author .cff-page-name,
#cff-lightbox-wrapper .cff-author .cff-date {
  float: left;
  clear: both;
  width: auto;
  margin: 0 0 0 50px !important;
  font-weight: bold;
  line-height: 1.2;
}

#cff .cff-author .cff-date,
#cff-lightbox-wrapper .cff-author .cff-date {
  color: #9197a3;
  font-weight: normal;
  font-size: 11px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#cff .cff-author .cff-page-name.cff-author-date,
#cff-lightbox-wrapper .cff-author .cff-page-name.cff-author-date {
  float: left;
  padding: 2px 0 0 0;
  font-size: 14px;
}

/* Description */
#cff .cff-post-desc,
#cff-lightbox-wrapper .cff-post-desc {
  line-height: 1.3;
}

#cff span.cff-post-desc,
#cff-lightbox-wrapper span.cff-post-desc {
  display: block;
}

#cff .cff-post-text .cff-post-desc,
#cff-lightbox-wrapper .cff-post-desc {
  margin-top: 10px;
  border-left: 2px solid #ddd;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 8px;
}

/*************/
/*** MEDIA ***/
/*************/
/*Content wraper*/
#cff .cff-text-wrapper {
  float: right;
  width: 77%;
  margin: 0;
  padding: 0;
}

#cff .cff-break-word {
  word-break: break-all;
}

/*** PHOTOS ***/
#cff .cff-item img {
  border: none;
}

#cff .cff-byline {
  font-size: 12px;
  display: block;
  margin: -5px 0 10px 0;
}

#cff .cff-photo {
  max-width: 100%;
  float: left;
  display: block;
  position: relative;
  margin: 0;
}

#cff .cff-photo span {
  display: block;
}

#cff .cff-photo:after,
#cff .cff-event-thumb:after,
#cff .cff-html5-video:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#cff .cff-media-above {
  margin-bottom: 7px;
}

#cff .cff-photo img {
  float: left;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}

#cff .cff-photo .cff-album-icon {
  position: absolute;
  z-index: 5;
  bottom: 5px;
  right: 5px;
  height: 22px;
  background: #000 url("assets/img/cff-sprite.png") no-repeat -49px -38px;
  background: rgba(0, 0, 0, 0.7) url("assets/img/cff-sprite.png") no-repeat -49px -38px;
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 26px;
  line-height: 22px;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Multiple image attachments */
#cff .cff-photo.cff-multiple {
  width: 100%;
}

#cff .cff-multiple .cff-crop {
  overflow: hidden;
}

#cff .cff-main-image.cff-crop {
  height: 300px;
  /* Calculated dynamically in JS */
}

#cff .cff-img-attachments {
  width: 100%;
  float: left;
  clear: both;
}

/* Attachment layouts */
#cff .cff-img-layout-2 .cff-img-wrap {
  margin: 0;
}

#cff .cff-img-layout-2 .cff-img-wrap.cff-main-image {
  margin: 0 0 0.5% 0;
}

#cff .cff-img-layout-2.cff-portrait .cff-img-wrap {
  width: 49.75%;
  float: left;
}

#cff .cff-img-layout-2.cff-portrait .cff-img-wrap.cff-main-image {
  margin: 0 0.5% 0 0;
}

#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap {
  width: 49.75%;
  margin: 0.5% 0.25% 0 0.25%;
  float: left;
}

#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap {
  width: 33%;
  margin: 0.5% 0.25% 0 0.25%;
  float: left;
}

/* Small layouts */
#cff .cff-small-layout.cff-img-layout-2 .cff-img-wrap.cff-main-image {
  margin: 0 0 1% 0;
}

#cff .cff-small-layout.cff-img-layout-2.cff-portrait .cff-img-wrap {
  width: 49.5%;
}

#cff .cff-small-layout.cff-img-layout-2.cff-portrait .cff-img-wrap.cff-main-image {
  margin: 0 1% 0 0;
}

#cff .cff-small-layout.cff-img-layout-3 .cff-img-attachments .cff-img-wrap {
  width: 49.5%;
  margin: 1% 0.5% 0 0.5%;
}

#cff .cff-small-layout.cff-img-layout-4 .cff-img-attachments .cff-img-wrap {
  width: 32.5%;
  margin: 1% 0.5% 0 0.5%;
}

/* Remove left and right margins so images are flush */
#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:first-child,
#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:first-child {
  margin-left: 0;
}

#cff .cff-img-layout-3 .cff-img-attachments .cff-img-wrap:last-child,
#cff .cff-img-layout-4 .cff-img-attachments .cff-img-wrap:last-child {
  margin-right: 0;
}

#cff .cff-img-layout-2:after,
#cff .cff-img-layout-3:after,
#cff .cff-img-layout-4:after {
  border: none;
}

/* Add border to images */
#cff .cff-img-wrap {
  position: relative;
}

#cff .cff-img-wrap:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Crop attachment images */
#cff .cff-img-attachments .cff-crop {
  width: 100%;
  height: 100px;
  display: block;
  float: left;
  position: relative;
  border: none;
}

#cff .cff-img-attachments .cff-crop img {
  visibility: visible;
}

/* More attachments number tile */
#cff .cff-more-attachments {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

#cff .cff-more-attachments span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  height: 30px;
  margin-top: -15px;
  line-height: 30px;
  color: #fff;
  font-size: 30px;
}

#cff .cff-small-layout .cff-more-attachments span {
  font-size: 20px;
}

/* 2 img layout */
#cff .cff-photo.cff-img-layout-2 .cff-crop,
#cff .cff-html5-video.cff-img-layout-2 .cff-crop {
  height: 150px;
}

#cff .cff-photo.cff-multiple .cff-album-icon {
  display: none;
}

/*** GRID LAYOUT ***/
/*Album*/
#cff .cff-album-item {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
}

/*2 col*/
#cff .cff-album-item.cff-col-2 {
  width: 47.5%;
  width: 45%\9;
  margin-right: 5%;
}

#cff .cff-album-item.cff-col-2:nth-of-type(2n) {
  margin-right: 0;
}

/*3 col*/
#cff .cff-album-item.cff-col-3 {
  width: 30.3%;
  width: 28.83%\9;
  margin-right: 4.5%;
}

#cff .cff-album-item.cff-col-3:nth-of-type(3n) {
  margin-right: 0;
}

/*4 col*/
#cff .cff-album-item.cff-col-4 {
  width: 22%;
  width: 21%\9;
  margin-right: 4%;
}

#cff .cff-album-item.cff-col-4:nth-of-type(4n) {
  margin-right: 0;
}

/*5 col*/
#cff .cff-album-item.cff-col-5 {
  width: 17.2%;
  width: 16.5%\9;
  margin-right: 3.5%;
}

#cff .cff-album-item.cff-col-5:nth-of-type(5n) {
  margin-right: 0;
}

/*6 col*/
#cff .cff-album-item.cff-col-6 {
  width: 14.16%;
  width: 13.6%\9;
  margin-right: 3%;
}

#cff .cff-album-item.cff-col-6:nth-of-type(6n) {
  margin-right: 0;
}

/*7 col*/
#cff .cff-album-item.cff-col-7 {
  width: 12.14%;
  width: 11.78%\9;
  margin-right: 2.5%;
}

#cff .cff-album-item.cff-col-7:nth-of-type(7n) {
  margin-right: 0;
}

/*8 col*/
#cff .cff-album-item.cff-col-8 {
  width: 10.75%;
  width: 10.5%\9;
  margin-right: 2%;
}

#cff .cff-album-item.cff-col-8:nth-of-type(8n) {
  margin-right: 0;
}

/*Narrow/mobile - force 2 col layout*/
#cff.narrow .cff-album-item.cff-col-3,
#cff.narrow .cff-album-item.cff-col-4,
#cff.narrow .cff-album-item.cff-col-5,
#cff.narrow .cff-album-item.cff-col-6,
#cff.narrow .cff-album-item.cff-col-7,
#cff.narrow .cff-album-item.cff-col-8 {
  width: 47.5%;
  width: 45%\9;
  margin-right: 5%;
}

#cff.narrow .cff-album-item.cff-col-3:nth-of-type(2n),
#cff.narrow .cff-album-item.cff-col-4:nth-of-type(2n),
#cff.narrow .cff-album-item.cff-col-5:nth-of-type(2n),
#cff.narrow .cff-album-item.cff-col-6:nth-of-type(2n),
#cff.narrow .cff-album-item.cff-col-7:nth-of-type(2n),
#cff.narrow .cff-album-item.cff-col-8:nth-of-type(2n) {
  margin-right: 0;
}

/*Album image container*/
#cff .cff-album-item .cff-album-cover,
#cff .cff-photo.cff-crop,
#cff .cff-main-image.cff-crop {
  width: 100%;
  height: 200px;
  display: block;
  float: left;
  position: relative;
  border: none;
  overflow: hidden;
}

#cff .cff-album-item .cff-album-cover img {
  height: 100%;
  /* Used when the JS file doesn't run (eg, ajax theme) so the images still show at full height */
}

#cff .cff-main-image.cff-crop,
#cff .cff-html5-video.cff-multiple .cff-main-image {
  overflow: hidden;
  float: none;
}

#cff .cff-html5-video.cff-multiple .cff-main-image:not(.cff-crop) {
  display: block;
  height: auto !important;
}

#cff .cff-html5-video.cff-img-layout-2 .cff-img-wrap {
  display: block;
}

/* Portrait video */
#cff .cff-html5-video.cff-multiple.cff-portrait .cff-main-image {
  float: left;
}

/*Image border*/
#cff .cff-album-item .cff-album-cover:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*Album info*/
#cff .cff-album-item .cff-album-info {
  width: 100%;
  height: 70px;
  float: left;
  clear: both;
}

/*Album name*/
#cff .cff-album-item h4 {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0 0 0;
  padding: 0;
}

/*Number of photos*/
#cff .cff-album-item p {
  font-size: 12px;
  color: gray;
  margin: 5px 0 0 0;
}

#cff p.cff-empty-album {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  clear: none !important;
}

/*** VIDEO ***/
/* Embedded videos */
#cff .cff-embed-wrap {
  float: left;
  width: 100%;
  margin-top: 5px;
}

#cff .cff-iframe-wrap {
  float: left;
  clear: both;
  margin: 5px 0;
  width: 100%;
  position: relative;
  padding-bottom: 62%;
}

#cff iframe {
  border: 0;
}

#cff .cff-iframe-wrap iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#cff .cff-iframe-img {
  display: none;
}

/* Soundcloud iframe */
#cff .cff-soundcloud {
  margin: 10px 0 0 0;
}

#cff .cff-desc-wrap {
  float: left;
  width: 100%;
}

#cff .cff-embedded-video .cff-post-text {
  margin: 0 0 15px 0;
}

/* Narrow embedded videos */
#cff.narrow .cff-embedded-video .cff-iframe-wrap,
#cff.narrow .cff-embedded-video .cff-text-wrapper {
  width: 100%;
}

#cff.narrow .cff-embedded-video .cff-iframe-wrap {
  padding-bottom: 62%;
}

/* Link to an external video - Contains screenshot of video and play button */
#cff .cff-html5-video,
#cff video {
  float: left;
  clear: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Fixes issue with HTML5 video controls now displaying when playing videos in feed (lightbox disabled) */
#cff video {
  z-index: 1;
}

#cff .cff-vidLink {
  float: left;
  clear: both;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* Video screenshot/poster image */
#cff .cff-vidLink .cff-poster {
  width: 100%;
  height: auto;
  float: left;
}

/* Video play button */
#cff .cff-playbtn {
  position: absolute;
  z-index: 9;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
  padding: 13px 16px;
  font-size: 30px;
  color: #fff;
  font-style: normal !important;
  border-radius: 8px;
  box-sizing: border-box;
  /* IE7 and under */
  *width: 47px;
  *height: 51px;
  *padding: 0;
  *background: #000 url("assets/img/cff-sprite.png") no-repeat -83px -32px;
}

/* Play button hover state */
#cff .cff-html5-play:hover .cff-playbtn,
#cff .cff-html5-play:focus .cff-playbtn,
#cff .cff-html5-video .cff-playbtn:hover {
  background: #000;
  cursor: pointer;
  /* IE7 and under */
  *background: #000 url("assets/img/cff-sprite.png") no-repeat -83px -32px;
}

/* If it's a video with no poster image */
#cff .cff-desc-wrap.cff-no-image {
  float: right;
  width: 86%;
}

#cff .cff-playbtn-solo {
  width: 10%;
  float: left;
  margin-top: 5px;
}

#cff .cff-playbtn.no-poster,
#cff.cff-half-layout .cff-playbtn.no-poster,
#cff.cff-thumb-layout .cff-playbtn.no-poster {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}

/*HTML5 video play button*/
.cff-html5-play {
  display: block;
  position: absolute;
  z-index: 8;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Videos only play button */
#cff.cff-thumb-layout .cff-video .cff-playbtn,
#cff.cff-half-layout .cff-video .cff-playbtn {
  margin-top: -22px;
  margin-left: -23px;
  padding: 11px 13px;
  font-size: 24px;
}

/* Link */
#cff .cff-expand {
  display: none;
  white-space: normal;
}

#cff .cff-expand a {
  font-size: 11px;
  font-weight: normal;
}

/*Link image*/
#cff .cff-shared-link {
  float: left;
  clear: both;
  width: 100%;
  padding: 8px;
  margin: 10px 0 5px 0;
  /* IE8 */
  background: #f9f9f9;
  border: 1px solid #d9d9d9;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
}

#cff .cff-no-styles {
  background: none;
  border: none;
  padding: 0;
}

#cff .cff-link {
  float: left;
  clear: both;
  border: none;
  max-width: 20%;
  margin-right: 3%;
}

#cff .cff-link:hover,
#cff .cff-link:focus {
  text-decoration: none;
}

#cff .cff-link img {
  width: 100%;
  max-width: 100%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/*Link text*/
#cff .cff-link-title {
  float: left;
  clear: both;
  width: 100%;
  display: block;
  font-weight: bold;
}

#cff p.cff-link-title {
  margin: 0;
}

#cff .cff-text-link {
  float: left;
  clear: none;
  width: 100%;
  padding: 0 0 5px 0;
  width: 72%;
}

#cff .cff-link-caption {
  font-size: 12px;
  margin: 0;
}

#cff .cff-text-link.cff-no-image {
  width: 100% !important;
}

#cff .cff-shared-link .cff-post-desc {
  margin-bottom: 0;
}

/* Full-size link images - full-width layout */
#cff .cff-full-size .cff-link {
  width: 100%;
  max-width: 100%;
  margin-right: 0%;
  margin-bottom: 5px;
  text-align: center;
}

#cff .cff-full-size .cff-link img {
  width: auto;
  float: none;
}

#cff .cff-full-size .cff-text-link {
  width: 100%;
}

/* Feed events */
#cff .cff-details,
#cff-lightbox-wrapper .cff-details {
  float: left;
  clear: none;
  width: 77%;
  margin-left: 3%;
  padding: 0 0 10px 0;
}

#cff .cff-timeline-event .cff-details,
#cff-lightbox-wrapper .cff-details {
  width: 100%;
  margin: 0;
  padding: 0;
}

#cff-lightbox-wrapper .cff-details {
  padding-bottom: 20px;
}

#cff .cff-timeline-event .cff-timeline-event-title,
#cff .cff-timeline-event .cff-date,
#cff .cff-timeline-event .cff-where,
#cff .cff-timeline-event .cff-info,
#cff-lightbox-wrapper .cff-timeline-event-title,
#cff-lightbox-wrapper .cff-date,
#cff-lightbox-wrapper .cff-where {
  display: block;
}

#cff-lightbox-wrapper .cff-info {
  display: none;
}

#cff .cff-timeline-event .cff-date,
#cff-lightbox-wrapper .cff-date {
  margin: 0;
}

/* Event date. Uses bold tags so can target in JS */
#cff .cff-timeline-event b,
#cff .cff-event b,
#cff-lightbox-wrapper b {
  font-weight: normal;
}

/* Hide end date and show in JS if different then start date */
#cff .cff-timeline-event .cff-end-date k,
#cff .cff-event .cff-end-date k,
#cff-lightbox-wrapper .cff-end-date k,
#cff-lightbox-wrapper .cff-end-date k {
  display: none;
}

#cff .cff-timeline-event .cff-post-text {
  padding-bottom: 5px;
}

#cff .cff-event-thumb {
  position: relative;
  width: 100%;
  float: left;
  clear: none;
  margin: 0;
}

#cff .cff-event-thumb img {
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Timeline event which has cover photo */
#cff .cff-event-thumb.cff-has-cover {
  width: 100%;
  padding: 0;
}

#cff .cff-details.cff-has-cover {
  width: 100%;
  margin: 5px 0 0 0;
}

#cff .cff-details h5 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 16px;
}

#cff .cff-details p {
  font-size: 14px;
}

#cff .cff-details .cff-info {
  padding: 10px 0 0 0;
  line-height: 1.2;
}

#cff .cff-details .cff-where,
#cff .cff-details .cff-when {
  white-space: normal !important;
}

/* Events only */
#cff .cff-event .cff-photo {
  margin-top: 5px;
}

#cff .cff-event .cff-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

#cff .cff-event .cff-details {
  padding: 0;
}

#cff.cff-half-layout .cff-event .cff-details {
  float: right;
  width: 47%;
}

#cff .cff-event .cff-meta-links {
  float: right;
  clear: both;
  margin: 5px 0 0 0;
}

#cff .cff-event .cff-meta-links a {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

#cff .cff-event .cff-meta-links a:first-child {
  border: none;
}

#cff .cff-no-events {
  width: 100%;
  text-align: center;
}

/* Multiple/recurring dates */
#cff .cff-event .cff-date {
  position: relative;
}

#cff .cff-more-dates {
  height: 16px;
  margin: 0 0 0 10px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
}

#cff .cff-more-dates:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

#cff .cff-multiple-dates {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  max-height: 150px;
  padding: 8px 20px 8px 12px;
  margin: 0 0 0 -12px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#cff .cff-multiple-date {
  display: block;
}

/*****************/
/*** POST META ***/
/*****************/
/* Meta container */
#cff .cff-meta-wrap {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
}

#cff .cff-meta,
#cff-lightbox-wrapper .cff-meta {
  float: left;
  clear: both;
  list-style-type: none;
  padding: 10px 0 5px 0 !important;
  margin: 0 !important;
}

/* Meta list items (likes, comments, shares) */
#cff .cff-meta li,
#cff-lightbox-wrapper .cff-meta li {
  float: left;
  width: auto;
  display: block;
  list-style-type: none !important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  font-size: 11px;
  line-height: 13px !important;
  background: none !important;
}

#cff .cff-meta li:before,
#cff-lightbox-wrapper .cff-meta li:before {
  content: none !important;
}

/* Icons */
#cff .cff-icon,
#cff .cff-reactions-count .cff-like,
#cff-lightbox-wrapper .cff-icon,
#cff-lightbox-wrapper .cff-reactions-count .cff-like {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  width: 13px;
  height: 14px;
  margin: 0;
  text-indent: -9999px;
  background: url("assets/img/cff-sprite.png") no-repeat;
}

#cff .cff-meta .cff-count,
#cff-lightbox-wrapper .cff-meta .cff-count {
  margin-left: 5px;
}

#cff .cff-replace,
#cff-lightbox-wrapper .cff-replace {
  display: none;
}

/*Light icons*/
/* Comments */
#cff .cff-comments .cff-icon,
#cff-lightbox-wrapper .cff-comments .cff-icon {
  width: 12px;
  background-position: 0 -1px;
}

#cff .cff-dark .cff-comments .cff-icon,
#cff-lightbox-wrapper .cff-dark .cff-comments .cff-icon {
  background-position: -17px -1px;
}

#cff .cff-comments-box .cff-comments .cff-icon,
#cff .cff-comments-box .cff-likes .cff-icon,
#cff-lightbox-wrapper .cff-comments-box .cff-comments .cff-icon,
#cff-lightbox-wrapper .cff-comments-box .cff-likes .cff-icon {
  margin: 2px 8px 0 0;
}

/* Likes */
#cff .cff-likes .cff-icon,
#cff-lightbox-wrapper .cff-likes .cff-icon {
  background-position: 0 -17px;
}

#cff .cff-dark .cff-likes .cff-icon,
#cff-lightbox-wrapper .cff-dark .cff-likes .cff-icon {
  background-position: -17px -17px;
}

/* Reactions */
#cff .cff-reactions-count .cff-like,
#cff .cff-love,
#cff .cff-haha,
#cff .cff-wow,
#cff .cff-sad,
#cff .cff-angry,
#cff-lightbox-wrapper .cff-reactions-count .cff-like,
#cff-lightbox-wrapper .cff-love,
#cff-lightbox-wrapper .cff-haha,
#cff-lightbox-wrapper .cff-wow,
#cff-lightbox-wrapper .cff-sad,
#cff-lightbox-wrapper .cff-angry {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 0 0 0 2px;
  background: url("assets/img/cff-sprite.png") no-repeat;
}

#cff .cff-reactions-count .cff-like,
#cff-lightbox-wrapper .cff-reactions-count .cff-like {
  background-position: 0 -17px;
}

#cff .cff-dark .cff-reactions-count .cff-like,
#cff-lightbox-wrapper .cff-dark .cff-reactions-count .cff-like {
  background-position: -17px -17px;
}

#cff .cff-love,
#cff-lightbox-wrapper .cff-love {
  width: 13px;
  height: 12px;
  margin-top: 1px;
  background-position: -34px -1px;
}

#cff .cff-haha,
#cff-lightbox-wrapper .cff-haha {
  background-position: -34px -15px;
}

#cff .cff-wow,
#cff-lightbox-wrapper .cff-wow {
  background-position: -34px -47px;
}

#cff .cff-sad,
#cff-lightbox-wrapper .cff-sad {
  background-position: -34px -31px;
}

#cff .cff-angry,
#cff-lightbox-wrapper .cff-angry {
  background-position: -34px -63px;
}

/* Animate reactions in */
#cff .cff-reaction-one:not(.cff-no-animate),
#cff-lightbox-wrapper .cff-reaction-one {
  position: relative;
  z-index: 1;
  animation-name: cff_reactions_enter;
  animation-duration: 0.1s;
}

#cff .cff-reaction-one.cff-no-animate {
  margin-left: 0;
}

#cff .cff-reaction-two,
#cff-lightbox-wrapper .cff-reaction-two {
  position: relative;
  z-index: 0;
  animation-name: cff_reactions_enter_two;
  animation-duration: 0.2s;
}

@keyframes cff_reactions_enter {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  25% {
    opacity: 0;
    margin-left: -7px;
  }
  50% {
    opacity: 25%;
    margin-left: -4px;
  }
  50% {
    opacity: 50%;
    margin-left: -1px;
  }
  100% {
    opacity: 100%;
    margin-left: 2px;
  }
}

@keyframes cff_reactions_enter_two {
  0% {
    opacity: 0;
    margin-left: -30px;
  }
  25% {
    opacity: 0;
    margin-left: -22px;
  }
  50% {
    opacity: 25%;
    margin-left: -14px;
  }
  50% {
    opacity: 50%;
    margin-left: -6px;
  }
  100% {
    opacity: 100%;
    margin-left: 2px;
  }
}

/* Reactions count */
#cff .cff-reactions-count,
#cff-lightbox-wrapper .cff-reactions-count {
  float: left;
  padding-top: 1px;
  font-size: 11px;
  line-height: 13px !important;
  margin-right: -2px;
}

#cff .cff-reactions-count span:first-child,
#cff-lightbox-wrapper .cff-reactions-count span:first-child {
  margin-left: 0;
}

#cff .cff-like-count,
#cff .cff-love-count,
#cff .cff-haha-count,
#cff .cff-wow-count,
#cff .cff-sad-count,
#cff .cff-angry-count,
#cff-lightbox-wrapper .cff-like-count,
#cff-lightbox-wrapper .cff-love-count,
#cff-lightbox-wrapper .cff-haha-count,
#cff-lightbox-wrapper .cff-wow-count,
#cff-lightbox-wrapper .cff-sad-count,
#cff-lightbox-wrapper .cff-angry-count {
  float: left;
  margin: 0 8px 0 3px;
  font-size: 11px;
}

/* Shares */
#cff .cff-shares .cff-icon,
#cff-lightbox-wrapper .cff-shares .cff-icon {
  width: 14px;
  background-position: 0 -33px;
}

/*Dark icons*/
/* Comments */
#cff .cff-meta.cff-dark li.cff-comments .cff-icon,
#cff-lightbox-wrapper .cff-meta.cff-dark li.cff-comments .cff-icon {
  background-position: -17px 0;
}

/* Likes */
#cff .cff-meta.cff-dark li.cff-likes .cff-icon,
#cff-lightbox-wrapper .cff-meta.cff-dark li.cff-likes .cff-icon {
  background-position: -17px -17px;
}

/* Shares */
#cff .cff-meta.cff-dark li.cff-shares .cff-icon,
#cff-lightbox-wrapper .cff-meta.cff-dark li.cff-shares .cff-icon {
  background-position: -17px -34px;
}

/* Reactions */
#cff .cff-dark .cff-love,
#cff-lightbox-wrapper .cff-dark .cff-love {
  background-position: -52px -1px;
}

#cff .cff-dark .cff-angry,
#cff-lightbox-wrapper .cff-dark .cff-angry {
  background-position: -51px -63px;
}

/* Display comments */
#cff .cff-view-comments,
#cff-lightbox-wrapper .cff-view-comments {
  display: block;
  overflow: hidden;
  outline: none;
  float: left;
  clear: left;
  margin: 5px 12px 5px 0;
  padding: 0 5px 5px 10px;
  background: #edeff4;
  border: none;
  text-decoration: none;
}

/* This is needed otherwise icons don't show in masonry-css layout: */
#cff.cff-masonry-css .cff-view-comments {
  column-count: 1;
}

#cff .cff-view-comments.cff-hide-comments {
  display: none;
}

#cff .cff-view-comments:hover,
#cff .cff-view-comments:focus,
#cff-lightbox-wrapper .cff-view-comments:hover,
#cff-lightbox-wrapper .cff-view-comments:focus {
  background: #ddd;
}

#cff .cff-comments-box,
#cff-lightbox-wrapper .cff-comments-box {
  display: none;
  float: left;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  /* IE7 and below*/
  *width: 95%;
  *margin-top: 5px;
}

#cff .cff-comments-box .cff-likes,
#cff-lightbox-wrapper .cff-comments-box .cff-likes {
  margin-bottom: 1px;
}

#cff .cff-comments-box p,
#cff .cff-comments-box .cff-comment,
#cff .cff-comments-box .cff-comment-reply,
#cff-lightbox-wrapper .cff-comments-box p,
#cff-lightbox-wrapper .cff-comments-box .cff-comment,
#cff-lightbox-wrapper .cff-comments-box .cff-comment-reply {
  width: 100%;
  min-width: 100%;
  float: left;
  clear: both;
  font-size: 12px;
  padding: 5px 20px 5px 10px;
  margin: 0 0 1px 0;
  background: #edeff4;
  box-sizing: border-box;
}

#cff .cff-comments-box.cff-no-comments,
#cff-lightbox-wrapper .cff-comments-box.cff-no-comments {
  width: auto;
}

#cff .cff-comments-box .cff-comment,
#cff-lightbox-wrapper .cff-comments-box .cff-comment {
  display: none;
  margin: 0;
}

#cff .cff-comments-box .cff-name,
#cff-lightbox-wrapper .cff-comments-box .cff-name {
  padding: 0;
  margin-right: 6px;
  font-weight: bold;
}

#cff .cff-comments-box .cff-comment-likes,
#cff-lightbox-wrapper .cff-comments-box .cff-comment-likes {
  font-style: normal;
}

#cff .cff-comments-box .cff-comment-likes b,
#cff-lightbox-wrapper .cff-comments-box .cff-comment-likes b {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: url("assets/img/cff-sprite.png") no-repeat;
  background-position: 0 -50px;
  width: 10px;
  height: 9px;
  margin: 3px 3px 0 3px;
}

#cff .cff-comments-box.cff-dark .cff-comment-likes b,
#cff-lightbox-wrapper .cff-comments-box.cff-dark .cff-comment-likes b {
  background-position: -17px -50px;
}

#cff .cff-comments-box .cff-time,
#cff-lightbox-wrapper .cff-comments-box .cff-time {
  float: left;
  clear: both;
  font-size: 11px;
  margin: 2px 0 0 0;
  display: block;
  font-style: italic;
}

#cff .cff-comment-likes,
#cff-lightbox-wrapper .cff-comment-likes {
  margin: 5px 0 10px 0;
  width: 100%;
}

/*Avatars*/
#cff .cff-comment-text-wrapper,
#cff-lightbox-wrapper .cff-comment-text-wrapper {
  width: 100%;
  float: left;
}

#cff .cff-comment .cff-comment-img,
#cff-lightbox-wrapper .cff-comment .cff-comment-img {
  float: left;
  width: 32px;
  margin: 0 0 0 -100% !important;
}

#cff .cff-comment .cff-comment-img img,
#cff .cff-comment .cff-comment-avatar,
#cff-lightbox-wrapper .cff-comment .cff-comment-img img,
#cff-lightbox-wrapper .cff-comment .cff-comment-avatar {
  float: left;
  width: 32px;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

#cff .cff-comment .cff-comment-avatar,
#cff-lightbox-wrapper .cff-comment .cff-comment-avatar {
  height: 32px;
  background: url("assets/img/cff-sprite.png") no-repeat -77px 0;
}

#cff .cff-comment .cff-comment-text,
#cff-lightbox-wrapper .cff-comment .cff-comment-text {
  margin: 0 0 0 42px;
  line-height: 1.3;
}

#cff .cff-comment .cff-comment-text p,
#cff-lightbox-wrapper .cff-comment .cff-comment-text p {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4;
  background: none !important;
}

#cff .cff-comment-text.cff-no-image,
#cff-lightbox-wrapper .cff-comment-text.cff-no-image {
  margin: 0;
}

#cff .cff-comments-box .cff-show-more-comments,
#cff-lightbox-wrapper .cff-comments-box .cff-show-more-comments {
  margin-top: 1px;
}

/* Stops emojis from floating to the left of sentences */
#cff .cff-comment .cff-comment-text img,
#cff img.emoji,
#cff-lightbox-wrapper .cff-comment .cff-comment-text img,
#cff-lightbox-wrapper img.emoji {
  float: none;
  max-width: 100%;
}

#cff .cff-comment-attachment,
#cff-lightbox-wrapper .cff-comment-attachment {
  float: left;
  clear: both;
  width: 120px;
  height: auto;
  margin: 5px 0 0 0;
}

#cff .cff-comment-attachment img,
#cff-lightbox-wrapper .cff-comment-attachment img {
  float: left;
}

/* Comment replies */
#cff .cff-comment-replies a,
#cff-lightbox-wrapper .cff-comment-replies a {
  display: block;
  float: left;
  position: relative;
  padding: 3px 0;
  font-size: 11px;
}

#cff .cff-comment-replies-box,
#cff-lightbox-wrapper .cff-comment-replies-box {
  float: left;
  clear: both;
  border-left: 2px solid #dcdee3;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}

#cff .cff-comments-box .cff-comment-replies-box .cff-comment-reply,
#cff-lightbox-wrapper .cff-comments-box .cff-comment-replies-box .cff-comment-reply {
  background: none;
}

#cff .cff-comment-replies-box a,
#cff-lightbox-wrapper .cff-comment-replies-box a {
  color: inherit !important;
}

#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-img img,
#cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-img img {
  width: 20px;
  height: 20px;
}

#cff .cff-comment-replies-box .cff-comment-reply .cff-comment-text,
#cff-lightbox-wrapper .cff-comment-replies-box .cff-comment-reply .cff-comment-text {
  margin: 0 0 0 28px;
}

#cff .cff-comment-replies .cff-replies-icon,
#cff-lightbox-wrapper .cff-comment-replies .cff-replies-icon {
  background: url("assets/img/cff-sprite.png") no-repeat 0 -65px;
  width: 11px;
  height: 8px;
  display: block;
  float: left;
  margin: 5px 5px 0 0;
}

#cff .cff-dark .cff-comment-replies .cff-replies-icon,
#cff-lightbox-wrapper .cff-dark .cff-comment-replies .cff-replies-icon {
  background-position: -17px -65px;
}

/* View on Facebook / View Link text */
#cff .cff-post-links,
#cff .cff-event-meta {
  float: right;
  clear: none;
  margin-top: 12px;
  font-size: 11px;
}

#cff .cff-event-meta {
  float: left;
}

#cff .cff-post-links.cff-left {
  float: left;
  margin: 8px 0;
}

#cff .cff-post-links a {
  font-size: 11px;
  /*padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #ccc;*/
}

#cff .cff-post-links a:first-child {
  padding-left: 0;
  margin: 0;
}

#cff .cff-dot {
  padding: 0 5px;
}

/* Share tooltip */
#cff .cff-share-container {
  position: relative;
  display: inline;
}

#cff .cff-share-tooltip {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 22px;
  right: 0;
  width: 140px;
  padding: 5px 5px 4px 5px;
  margin: 0;
  background: #333;
  color: #eee;
  font-size: 12px;
  line-height: 1.3;
  box-sizing: border-box;
}

#cff .cff-share-tooltip .fa-play {
  position: absolute;
  font-size: 8px;
  bottom: -6px;
  right: 10px;
  color: #333;
}

#cff .cff-share-tooltip a .fa {
  font-size: 16px;
  margin: 0;
  padding: 5px;
}

#cff .cff-share-tooltip a#sbi_facebook_icon .fa,
#cff .cff-share-tooltip a#sbi_twitter_icon .fa,
#cff .cff-share-tooltip a#sbi_pinterest_icon .fa {
  padding-top: 4px;
  font-size: 18px;
}

#cff .cff-share-tooltip a {
  display: block;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  color: #eee !important;
  border-radius: 4px;
}

#cff .cff-share-tooltip a:hover {
  color: #fff;
}

#cff .cff-share-tooltip .cff-facebook-icon:hover {
  background: #3b5998;
}

#cff .cff-share-tooltip .cff-twitter-icon:hover {
  background: #00aced;
}

#cff .cff-share-tooltip .cff-google-icon:hover {
  background: #dd4b39;
}

#cff .cff-share-tooltip .cff-linkedin-icon:hover {
  background: #007bb6;
}

#cff .cff-share-tooltip .cff-pinterest-icon:hover {
  background: #cb2027;
}

#cff .cff-share-tooltip .cff-email-icon:hover {
  background: #666;
}

/* Like box */
.cff-likebox {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
}

.cff-likebox .fb_iframe_widget {
  width: 100%;
}

.cff-likebox .fb_iframe_widget span {
  width: 100% !important;
}

.cff-likebox iframe {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

/*Like box is not inside of #cff*/
.cff-likebox.cff-top.cff-outside {
  margin-bottom: 10px;
}

.cff-likebox.cff-bottom.cff-outside {
  margin-top: 10px;
}

/*********************/
/*** STYLE OPTIONS ***/
/*********************/
#cff.cff-fixed-height {
  overflow: hidden;
  overflow-y: auto;
  padding: 5px 10px;
  box-sizing: border-box;
}

/* Thumb layout */
/*Media size*/
#cff.cff-thumb-layout .cff-photo,
#cff.cff-thumb-layout .cff-iframe-wrap,
#cff.cff-thumb-layout .cff-html5-video,
#cff.cff-thumb-layout .cff-vidLink {
  width: 20%;
  clear: none;
}

#cff.cff-thumb-layout .cff-html5-video .cff-vidLink {
  width: 100%;
}

#cff.cff-thumb-layout .cff-iframe-wrap {
  margin-top: 0;
  padding-bottom: 16%;
}

#cff.cff-thumb-layout .cff-likebox iframe {
  margin: 0;
}

#cff.cff-thumb-layout .cff-photo img {
  width: 100%;
  height: auto;
}

/* Video play button */
#cff.cff-thumb-layout .cff-playbtn {
  margin-top: -16px;
  margin-left: -16px;
  padding: 8px 10px;
  font-size: 16px;
}

/*Content wraper*/
#cff.cff-thumb-layout .cff-text-wrapper {
  float: right;
  width: 77%;
}

#cff.cff-thumb-layout .cff-link-item .cff-text-wrapper {
  width: 100%;
}

#cff.cff-thumb-layout .cff-audio-post .cff-text-wrapper {
  width: 100%;
}

#cff.cff-thumb-layout .cff-post-text {
  margin-top: 0;
}

/*Date*/
#cff.cff-thumb-layout .cff-date {
  margin-bottom: 10px;
}

/* Lightbox link */
#cff.cff-thumb-layout .cff-photo-hover .fa {
  margin-top: -11px;
  margin-left: -10px;
  font-size: 24px;
}

#cff.cff-thumb-layout .cff-full-size .cff-link {
  width: auto;
  max-width: 20%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: left;
}

#cff.cff-thumb-layout .cff-full-size .cff-link img {
  float: left;
}

#cff.cff-thumb-layout .cff-full-size .cff-text-link {
  width: 72%;
}

/* Timeline event */
#cff.cff-thumb-layout .cff-event-thumb {
  width: 20%;
}

#cff.cff-thumb-layout .cff-details.cff-has-cover {
  width: 100%;
  margin: 0;
}

/*Half image size */
#cff.cff-half-layout .cff-photo,
#cff.cff-half-layout .cff-iframe-wrap,
#cff.cff-half-layout .cff-html5-video,
#cff.cff-half-layout .cff-vidLink {
  width: 50%;
  clear: none;
}

#cff.cff-half-layout .cff-html5-video .cff-vidLink {
  width: 100%;
}

#cff.cff-half-layout .cff-photo img {
  width: 100%;
  height: auto;
}

#cff.cff-half-layout .cff-iframe-wrap {
  margin-top: 0;
  padding-bottom: 28%;
}

#cff.cff-half-layout .cff-likebox iframe {
  margin: 0;
}

#cff.cff-half-layout .cff-text-wrapper {
  float: right;
  width: 47%;
}

#cff.cff-half-layout .cff-link-item .cff-text-wrapper {
  width: 100%;
}

#cff.cff-half-layout .cff-audio-post .cff-text-wrapper {
  width: 100%;
}

#cff.cff-half-layout .cff-post-text {
  margin-top: 0;
}

/* Lightbox link */
#cff.cff-half-layout .cff-photo-hover .fa {
  margin-top: -16px;
  margin-left: -14px;
  font-size: 32px;
}

#cff.cff-half-layout .cff-full-size .cff-link {
  width: auto;
  max-width: 50%;
  margin-right: 3%;
  margin-bottom: 0;
  text-align: left;
}

#cff.cff-half-layout .cff-full-size .cff-link img {
  float: left;
}

#cff.cff-half-layout .cff-full-size .cff-text-link {
  width: 47%;
}

/* Timeline event */
#cff.cff-half-layout .cff-event-thumb {
  width: 50%;
}

#cff.cff-half-layout .cff-details.cff-has-cover {
  width: 100%;
  margin: 0;
}

/* Narrow width */
#cff.narrow.cff-half-layout .cff-photo,
#cff.narrow.cff-half-layout .cff-iframe-wrap,
#cff.narrow.cff-half-layout .cff-vidLink,
#cff.narrow.cff-half-layout .cff-html5-video,
#cff.narrow.cff-thumb-layout .cff-photo,
#cff.narrow.cff-thumb-layout .cff-iframe-wrap,
#cff.narrow.cff-thumb-layout .cff-vidLink,
#cff.narrow.cff-thumb-layout .cff-html5-video {
  width: 100%;
  clear: both;
}

#cff.narrow.cff-half-layout .cff-text-wrapper,
#cff.narrow.cff-thumb-layout .cff-text-wrapper {
  float: left;
  width: 100%;
}

#cff.narrow .cff-shared-link .cff-link {
  max-width: 100%;
  width: 100%;
  margin: 0 0 5px 0;
  text-align: center;
}

#cff.narrow .cff-shared-link .cff-link img {
  float: none;
  width: auto;
}

#cff.narrow .cff-shared-link .cff-text-link {
  width: 100%;
}

/* Events only mobile layout */
#cff.narrow .cff-event .cff-details {
  width: 100%;
}

/* Timeline event which has cover photo */
#cff.narrow .cff-event-thumb {
  width: 100%;
}

#cff.narrow .cff-details.cff-has-cover {
  width: 100%;
  margin: 5px 0 0 0;
}

#cff .cff-error-msg {
  display: none;
  position: relative;
  font-size: 12px;
  font-family: sans-serif;
  padding: 8px 12px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  clear: both;
  border-radius: 3px;
}

#cff .cff-error-msg p {
  float: none;
}

#cff .cff-error-msg .cff_notice_dismiss {
  position: absolute;
  top: 4px;
  right: 8px;
}

#cff #cff-error-reason {
  padding: 5px 0 0 0;
  clear: both;
}

/* Credit link */
#cff .cff-credit {
  font-size: 11px;
  padding-top: 10px;
}

#cff .cff-credit a {
  text-decoration: none;
}

#cff .cff-credit .cff-credit-logo {
  float: left;
  display: block;
  width: 18px;
  height: 21px;
  margin: -2px 5px 0 0;
  background: url("assets/img/cff-sprite.png") no-repeat -54px -16px;
}

#cff .cff-credit .fa {
  padding-right: 5px;
  font-size: 13px;
}

/**************/
/***LIGHTBOX***/
/**************/
/* Hover tile */
#cff .cff-lightbox-link {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  border: none;
}

#cff .cff-photo-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background: #333;
  background: rgba(0, 0, 0, 0.4);
}

#cff .cff-photo-hover .fa {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -16px;
  padding: 0;
  font-size: 39px;
  font-style: normal !important;
}

/* Lightbox thumbs */
.cff-lightbox-thumbs {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  /* Set width to 111% so thumbs are wider than the 85% default lightbox details width */
  width: 111%;
  margin: 0 0 0 -5px;
}

.cff-lightbox-thumbs-holder {
  float: left;
}

.cff-lightbox-thumbs a {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  margin: 5px;
  /* Removes the transition that Genesis theme adds to links which causes a bumping hover effect in lightbox thumbs */
  transition: none;
}

.cff-lightbox-thumbs a:hover,
.cff-lightbox-thumbs a:focus {
  width: 64px;
  height: 64px;
  margin: 3px;
  transition: none;
}

.cff-lightbox-thumbs .cff-selected,
.cff-lightbox-thumbs .cff-selected:hover,
.cff-lightbox-thumbs .cff-selected:focus {
  box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.8);
  border: 2px solid #333;
  position: relative;
  width: 60px;
  height: 60px;
  margin: 3px;
  border-radius: 2px;
}

.cff-lightbox-thumbs .cff-selected:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

.cff-lightbox-thumbs img {
  width: 60px;
  height: auto;
}

.cff-lightbox-thumbs .cff-loader {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* Preload images */
.cff-lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.9;
  display: none;
}

.cff-lightbox-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.cff-lightbox-wrapper .cff-lightbox-image {
  display: block;
  /*height: auto !important;*/
  height: auto;
  max-width: inherit;
  border-radius: 3px 3px 0 0;
}

.cff-lightbox-wrapper a img {
  border: none;
}

.cff-lightbox-outerContainer {
  position: relative;
  background-color: #000;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 3px 3px 0 0;
}

.cff-lightbox-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.cff-lightbox-container {
  position: relative;
  padding: 0;
  height: 100%;
}

.cff-lightbox-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.cff-lightbox-cancel {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  background: url(assets/img/cff-sprite.png) no-repeat -71px -62px;
}

#cff-lightbox-wrapper .cff-lightbox-caption-text {
  margin: 0 8px 0 0;
}

#cff-lightbox-wrapper .cff-lightbox-facebook {
  margin: 0;
  padding: 0 0 0 8px;
  border-left: 1px solid #ccc;
  border-bottom: none;
  color: #3b579d;
  text-decoration: none;
}

#cff-lightbox-wrapper .cff-lightbox-caption .cff-dot {
  margin: 0 7px;
}

/* No lightbox caption */
#cff-lightbox-wrapper .cff-lightbox-caption.cff-no-caption .cff-lightbox-caption-text {
  margin: 0;
}

#cff-lightbox-wrapper .cff-lightbox-caption.cff-no-caption .cff-lightbox-facebook {
  padding: 0;
  border: none;
}

#cff-lightbox-wrapper .cff-lightbox-caption-text a:link,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:hover,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:active,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:visited,
#cff-lightbox-wrapper .cff-lightbox-facebook:link,
#cff-lightbox-wrapper .cff-lightbox-facebook:hover,
#cff-lightbox-wrapper .cff-lightbox-facebook:active,
#cff-lightbox-wrapper .cff-lightbox-facebook:visited {
  color: #3b579d;
  text-decoration: none;
}

#cff-lightbox-wrapper .cff-lightbox-caption-text a:hover,
#cff-lightbox-wrapper .cff-lightbox-caption-text a:focus,
#cff-lightbox-wrapper .cff-lightbox-facebook:hover,
#cff-lightbox-wrapper .cff-lightbox-facebook:focus {
  text-decoration: underline;
  border-bottom: none;
}

.cff-lightbox-nav {
  /*position: absolute;*/
  top: 0;
  left: 0;
  /* height: 100%; */
  width: 100%;
  z-index: 1000;
}

.cff-lightbox-container > .nav {
  left: 0;
}

.cff-lightbox-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  height: auto;
}

/* When lightbox contains a iframe video then make controls shorter */
.cff-has-iframe .cff-lightbox-nav a {
  top: 50px;
  bottom: 50px;
}

.cff-has-video .cff-lightbox-nav a {
  top: 35px;
  bottom: 35px;
}

/* If it's the Facebook Player then leave more room for video controls */
.cff-fb-player .cff-lightbox-nav a.cff-lightbox-next,
.cff-fb-player .cff-lightbox-nav a.cff-lightbox-prev {
  top: 75px;
  bottom: 75px;
  width: 7%;
}

.cff-lightbox-prev, .cff-lightbox-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.cff-lightbox-nav a.cff-lightbox-prev {
  width: 25%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.cff-lightbox-nav a.cff-lightbox-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cff-lightbox-nav a.cff-lightbox-next {
  width: 25%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.cff-lightbox-nav a.cff-lightbox-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cff-lightbox-dataContainer {
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  width: 100%;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

/* Arrows */
.cff-lightbox-nav span {
  display: block;
  top: 50%;
  position: absolute;
  left: 20px;
  width: 34px;
  height: 45px;
  margin: -25px 0 0 0;
  background: url(assets/img/cff-sprite.png) no-repeat;
  text-indent: -9999px;
}

.cff-lightbox-nav a.cff-lightbox-prev span {
  background-position: -160px 0;
}

.cff-lightbox-nav a.cff-lightbox-next span {
  left: auto;
  right: 20px;
  background-position: -125px 0;
}

.cff-fb-player .cff-lightbox-nav a.cff-lightbox-prev span {
  left: 10px;
}

.cff-fb-player .cff-lightbox-nav a.cff-lightbox-next span {
  right: 10px;
}

.cff-lightbox-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* Lightbox extension */
.cff-lb-dataContainer a {
  color: #ccc;
  text-decoration: underline;
}

.cff-lb-dataContainer a:hover,
.cff-lb-dataContainer a:focus {
  color: #fff;
  text-decoration: underline;
}

.cff-lightbox-data {
  padding: 0 4px;
  color: #444;
}

.cff-lightbox-data .cff-lightbox-details {
  position: relative;
  width: 90%;
  padding: 10px 0 10px 10px;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.cff-lightbox-data .cff-lightbox-caption {
  padding: 0;
  margin: 0;
  font-size: 14px;
  /*font-weight: bold;*/
  line-height: 1.3;
}

.cff-lightbox-data .cff-lightbox-number {
  /*display: block;*/
  clear: left;
  padding-right: 10px;
  font-size: 12px;
  color: #999999;
}

.cff-lightbox-data .cff-lightbox-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin: 0 -5px 0 0;
  color: #333;
  text-align: center;
  margin-top: 7px;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.cff-lightbox-data .cff-lightbox-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* LIGHTBOX VIDEO */
.cff-lightbox-video {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 3px 3px 0 0;
}

.cff-has-video .cff-lightbox-video {
  display: block;
}

#cff-lightbox-wrapper.cff-has-video .cff-lightbox-image {
  display: none !important;
  /* Show photo in IE7 as doesn't support video */
  *display: block !important;
}

/* Set minimum size for shared videos which have small thumbnails */
.cff-has-video .cff-lightbox-outerContainer {
  min-width: 640px;
  min-height: 360px;
}

.cff-has-video .cff-lightbox-dataContainer {
  min-width: 640px;
}

/*Don't set a minimum size when the lightbox comments are enabled*/
.cff-has-video.cff-enable-lb-comments .cff-lightbox-outerContainer,
.cff-has-video.cff-enable-lb-comments .cff-lightbox-dataContainer {
  min-width: 0;
  min-height: 0;
}

/* On mobile make the min-width 100% */
@media all and (max-width: 640px) {
  .cff-has-video .cff-lightbox-outerContainer {
    min-width: 100%;
    min-height: auto;
  }
  .cff-has-video .cff-lightbox-dataContainer {
    min-width: 100%;
  }
  #cff.cff-width-resp {
    width: 100% !important;
  }
}

/* Iframe */
#cff-lightbox-wrapper iframe {
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

#cff-lightbox-wrapper.cff-has-iframe iframe {
  display: block;
}

#cff-lightbox-wrapper.cff-has-iframe .cff-lightbox-image {
  min-width: 500px;
  display: none !important;
}

/* Overlay used over the top of the video iframes for linking to the Facebook post */
#cff .cff-media-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100;
}

/*REVIEWS*/
#cff.cff-all-reviews .cff-review {
  display: none;
}

#cff .cff-review .cff-reviewer-name {
  padding-right: 8px;
  margin-left: 0 !important;
}

#cff .cff-review .cff-author .cff-author-text .cff-rating {
  float: none;
  display: inline-block;
  margin: 0 0 5px 0 !important;
  padding: 3px 6px;
  height: auto;
  background: #5890FF;
  color: #fff;
  line-height: 0.9;
  white-space: nowrap;
  border-radius: 100px;
}

#cff .cff-review .cff-rating span.cff-rating-num,
#cff .cff-review .cff-rating span.cff-star {
  margin: 0 2px 0 4px !important;
  padding: 0;
  height: auto;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}

#cff .cff-review .cff-rating span.cff-star {
  margin: 0 2px 0 0 !important;
}

#cff .cff-review .cff-post-links {
  float: left;
}

/* PAGINATION */
/* Load more */
#cff .cff-load-more {
  display: block;
  float: left;
  clear: both;
  border: none;
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  min-height: 30px;
  padding: 5px 0;
  margin: 10px 0 0 0;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.1s ease-in-out;
}

#cff .cff-load-more:hover {
  background: #ddd;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.1s ease-in-out;
}

#cff .cff-load-more.cff-loading span {
  transition: opacity 0.5s ease-in-out;
}

#cff .cff-load-more.cff-loading span {
  filter: alpha(opacity=0);
  opacity: 0;
}

#cff .cff-no-more-posts {
  width: 100%;
  float: left;
  clear: both;
  display: block;
  min-height: 30px;
  padding: 7px 0;
  margin: 10px 0 -1px 0;
  position: relative;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ddd;
  text-align: center;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
}

/*Loaders */
#cff .cff-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-color: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  animation: ctf-sk-scaleout 1.0s infinite ease-in-out;
}

#cff .cff-comment-replies .cff-loader {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: auto;
  right: -16px;
  margin: -6px 0 0 0;
}

@keyframes ctf-sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#cff .cff-load-more.cff-disabled {
  cursor: default;
}

/* Hide events initially when pagination is enabled then they're shown using JS*/
#cff.cff-pag:not(.cff-carousel) .cff-event,
#cff.cff-pag.cff-masonry.cff-masonry-css .cff-item.cff-event,
#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-2-desktop .cff-item.cff-event,
#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-4-desktop .cff-item.cff-event,
#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-5-desktop .cff-item.cff-event,
#cff.cff-pag.cff-masonry.cff-masonry-css.masonry-6-desktop .cff-item.cff-event {
  display: none;
}

/* Include poster over video so that it doesn't flash when loading more posts */
#cff .cff-poster {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Adding sidebar to lightbox */
.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-outerContainer {
  position: relative;
  padding-right: 300px;
  box-sizing: content-box;
}

.cff-lightbox-wrapper.cff-enable-lb-comments .cff-lightbox-sidebar {
  width: 300px;
  position: absolute;
  top: 0;
  right: -300px;
  height: 100%;
  bottom: 0;
  background: #fff;
  line-height: 1.4;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
}

#cff-lightbox-wrapper .cff-comments-box,
#cff-lightbox-wrapper .cff-comments-box.cff-no-comments {
  display: block !important;
  width: 100%;
}

#cff-lightbox-wrapper .cff-comment {
  display: block !important;
}

#cff-lightbox-wrapper .cff-comments-box p {
  text-align: left;
}

#cff-lightbox-wrapper .cff-lightbox-sidebar-content {
  padding: 15px 20px;
}

#cff-lightbox-wrapper p.cff-comment-likes {
  padding-right: 10px;
  line-height: 16px;
}

#cff-lightbox-wrapper .cff-likes-this-text {
  display: inline;
}

#cff-lightbox-wrapper .cff-likes-this-text.cff-long {
  display: inline-block;
  float: left;
  clear: both;
  margin-top: 4px;
  line-height: 16px;
}

.cff-screenreader {
  text-indent: -9999px !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}

#cff .cff-linebreak {
  display: block;
  height: 5px;
}